|
First pieces of SkPDFDevice. Supports:
Matrix transforms.
Rendering bitmaps.
Basic paint parameters.
Rendering rectangles, points, lines, polygons.
Render a paint to the page.
Committed: http://code.google.com/p/skia/source/detail?r=614
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1256 lines, -6 lines) |
Patch |
|
M |
include/core/SkDevice.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
include/pdf/SkPDFDevice.h
|
View
|
1
|
1 chunk |
+155 lines, -0 lines |
0 comments
|
Download
|
|
A |
include/pdf/SkPDFGraphicState.h
|
View
|
1
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
|
A |
include/pdf/SkPDFImage.h
|
View
|
1
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/pdf/SkPDFTypes.h
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/pdf/SkPDFDevice.cpp
|
View
|
1
|
1 chunk |
+493 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/pdf/SkPDFGraphicState.cpp
|
View
|
1
|
1 chunk |
+163 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/pdf/SkPDFImage.cpp
|
View
|
1
|
1 chunk |
+248 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFStream.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/pdf/SkPDFTypes.cpp
|
View
|
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/pdf/pdf_files.mk
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
tests/PDFPrimitivesTest.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 3
|