|
Move distance field font code into GrDistanceFieldTextContext.
This avoids the SkDraw path and renders the distance field glyphs directly from
GrDistanceFieldTextContext. It also disables LCD, subpixel and autohinting, and
removes the supporting code when rendering DF fonts.
Committed: http://code.google.com/p/skia/source/detail?r=12770
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+229 lines, -178 lines) |
Patch |
|
M |
include/core/SkDevice.h
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
|
M |
include/core/SkDraw.h
|
View
|
1
2
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
include/core/SkPaint.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/gpu/GrDistanceFieldTextContext.h
|
View
|
1
2
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/core/SkDraw.cpp
|
View
|
1
2
|
7 chunks |
+15 lines, -89 lines |
0 comments
|
Download
|
|
M |
src/core/SkDrawProcs.h
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/device/xps/SkXPSDevice.cpp
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/gpu/GrDistanceFieldTextContext.cpp
|
View
|
1
2
|
5 chunks |
+140 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/gpu/SkGpuDevice.cpp
|
View
|
1
2
|
5 chunks |
+47 lines, -44 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|