Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Side by Side Diff: experimental/PdfViewer/SkPdfUtils.h

Issue 18323019: work on the native parser, in progress, uploaded to have a backup (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « experimental/PdfViewer/SkPdfParser.cpp ('k') | experimental/PdfViewer/SkPdfUtils.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __DEFINED__SkPdfUtils 1 #ifndef __DEFINED__SkPdfUtils
2 #define __DEFINED__SkPdfUtils 2 #define __DEFINED__SkPdfUtils
3 3
4 #include "SkPdfBasics.h" 4 #include "SkPdfBasics.h"
5 5
6 class SkPdfArray; 6 class SkPdfArray;
7 7
8 SkMatrix SkMatrixFromPdfArray(SkPdfArray* pdfArray); 8 SkMatrix SkMatrixFromPdfArray(SkPdfArray* pdfArray);
9 9
10 PdfResult doType3Char(PdfContext* pdfContext, SkCanvas* canvas, SkPdfObject* sko bj, SkRect bBox, SkMatrix matrix, double textSize); 10 PdfResult doType3Char(PdfContext* pdfContext, SkCanvas* canvas, const SkPdfObjec t* skobj, SkRect bBox, SkMatrix matrix, double textSize);
11 11
12 #endif // __DEFINED__SkPdfUtils 12 #endif // __DEFINED__SkPdfUtils
OLDNEW
« no previous file with comments | « experimental/PdfViewer/SkPdfParser.cpp ('k') | experimental/PdfViewer/SkPdfUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698