|
High level pdf classes and pdf specific interface.
The guts of the implementation will be in SkPDFDevice and below. This is a first implementation of everything above that point.
Committed: http://code.google.com/p/skia/source/detail?r=602
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+712 lines, -41 lines) |
Patch |
|
M |
include/core/SkStream.h
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
include/core/SkString.h
|
View
|
|
5 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFCatalog.h
|
View
|
1
|
2 chunks |
+26 lines, -7 lines |
0 comments
|
Download
|
|
A |
include/pdf/SkPDFDocument.h
|
View
|
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
|
A |
include/pdf/SkPDFPage.h
|
View
|
|
1 chunk |
+98 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFStream.h
|
View
|
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFTypes.h
|
View
|
|
4 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/core/SkStream.cpp
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
src/core/SkString.cpp
|
View
|
1
|
3 chunks |
+40 lines, -1 line |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFCatalog.cpp
|
View
|
1
|
2 chunks |
+59 lines, -14 lines |
0 comments
|
Download
|
|
A |
src/pdf/SkPDFDocument.cpp
|
View
|
1
|
1 chunk |
+186 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/pdf/SkPDFPage.cpp
|
View
|
1
|
1 chunk |
+134 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFStream.cpp
|
View
|
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFTypes.cpp
|
View
|
|
2 chunks |
+22 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/pdf/pdf_files.mk
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
tests/PDFPrimitivesTest.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
tests/StringTest.cpp
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4
|