|
[PDF] Refactor SkPDFFont to enable font/cmap subsetting.
Patch from Arthur Hsu, original CL: http://codereview.appspot.com/4633050/
Committed: http://code.google.com/p/skia/source/detail?r=1943
Reverted: http://code.google.com/p/skia/source/detail?r=1944
Committed: http://code.google.com/p/skia/source/detail?r=1956
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+784 lines, -355 lines) |
Patch |
|
M |
gyp/pdf.gyp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
include/pdf/SkBitSet.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFDevice.h
|
View
|
|
3 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFDocument.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFFont.h
|
View
|
|
4 chunks |
+114 lines, -58 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFPage.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkBitSet.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFDevice.cpp
|
View
|
|
8 chunks |
+23 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFDocument.cpp
|
View
|
1
|
4 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFFont.cpp
|
View
|
1
|
16 chunks |
+497 lines, -279 lines |
0 comments
|
Download
|
|
A |
src/pdf/SkPDFFontImpl.h
|
View
|
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFPage.cpp
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|