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

Side by Side Diff: third_party/freetype/src/cff/cf2ft.h

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 years 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
« no previous file with comments | « third_party/freetype/src/cff/cf2font.c ('k') | third_party/freetype/src/cff/cf2ft.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /***************************************************************************/ 1 /***************************************************************************/
2 /* */ 2 /* */
3 /* cf2ft.h */ 3 /* cf2ft.h */
4 /* */ 4 /* */
5 /* FreeType Glue Component to Adobe's Interpreter (specification). */ 5 /* FreeType Glue Component to Adobe's Interpreter (specification). */
6 /* */ 6 /* */
7 /* Copyright 2013 Adobe Systems Incorporated. */ 7 /* Copyright 2013 Adobe Systems Incorporated. */
8 /* */ 8 /* */
9 /* This software, and all works of authorship, whether in source or */ 9 /* This software, and all works of authorship, whether in source or */
10 /* object code form as indicated by the copyright notice(s) included */ 10 /* object code form as indicated by the copyright notice(s) included */
(...skipping 29 matching lines...) Expand all
40 #define __CF2FT_H__ 40 #define __CF2FT_H__
41 41
42 42
43 #include "cf2types.h" 43 #include "cf2types.h"
44 44
45 45
46 /* TODO: disable asserts for now */ 46 /* TODO: disable asserts for now */
47 #define CF2_NDEBUG 47 #define CF2_NDEBUG
48 48
49 49
50 #include "../../include/freetype/ftsystem.h" 50 #include FT_SYSTEM_H
51 51
52 #include "cf2glue.h" 52 #include "cf2glue.h"
53 #include "cffgload.h" /* for CFF_Decoder */ 53 #include "cffgload.h" /* for CFF_Decoder */
54 54
55 55
56 FT_BEGIN_HEADER 56 FT_BEGIN_HEADER
57 57
58 58
59 FT_LOCAL( FT_Error ) 59 FT_LOCAL( FT_Error )
60 cf2_decoder_parse_charstrings( CFF_Decoder* decoder, 60 cf2_decoder_parse_charstrings( CFF_Decoder* decoder,
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 cf2_outline_close( CF2_Outline outline ); 138 cf2_outline_close( CF2_Outline outline );
139 139
140 140
141 FT_END_HEADER 141 FT_END_HEADER
142 142
143 143
144 #endif /* __CF2FT_H__ */ 144 #endif /* __CF2FT_H__ */
145 145
146 146
147 /* END */ 147 /* END */
OLDNEW
« no previous file with comments | « third_party/freetype/src/cff/cf2font.c ('k') | third_party/freetype/src/cff/cf2ft.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698