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

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

Issue 17856004: refactoring for pdf viewer lib (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 6 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/SkPdfBasics.h ('k') | experimental/PdfViewer/SkPdfFont.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__SkPdfFont 1 #ifndef __DEFINED__SkPdfFont
2 #define __DEFINED__SkPdfFont 2 #define __DEFINED__SkPdfFont
3 3
4 #include "SkPdfHeaders_autogen.h" 4 #include "SkPdfHeaders_autogen.h"
5 #include "SkPdfPodofoMapper_autogen.h" 5 #include "SkPdfPodofoMapper_autogen.h"
6 6
7 #include <map> 7 #include <map>
8 #include <string> 8 #include <string>
9 9
10 #include "SkTypeface.h"
10 #include "SkUtils.h" 11 #include "SkUtils.h"
11 #include "SkPdfBasics.h" 12 #include "SkPdfBasics.h"
12 #include "SkPdfUtils.h" 13 #include "SkPdfUtils.h"
13 14
14 15
15 class SkPdfType0Font; 16 class SkPdfType0Font;
16 class SkPdfType1Font; 17 class SkPdfType1Font;
17 class SkPdfType3Font; 18 class SkPdfType3Font;
18 class SkPdfTrueTypeFont; 19 class SkPdfTrueTypeFont;
19 class SkPdfCIDFont; 20 class SkPdfCIDFont;
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 428
428 virtual void afterChar(SkPaint* paint, SkMatrix* matrix) { 429 virtual void afterChar(SkPaint* paint, SkMatrix* matrix) {
429 } 430 }
430 431
431 virtual void afterWord(SkPaint* paint, SkMatrix* matrix) { 432 virtual void afterWord(SkPaint* paint, SkMatrix* matrix) {
432 433
433 } 434 }
434 }; 435 };
435 436
436 #endif // __DEFINED__SkPdfFont 437 #endif // __DEFINED__SkPdfFont
OLDNEW
« no previous file with comments | « experimental/PdfViewer/SkPdfBasics.h ('k') | experimental/PdfViewer/SkPdfFont.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698