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

Side by Side Diff: src/psaux/psauxmod.h

Issue 23555005: Update freetype to the latest version of Android external/freetype (Closed) Base URL: https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Patch Set: Created 7 years, 3 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
« no previous file with comments | « src/psaux/psauxerr.h ('k') | src/psaux/psauxmod.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 /* psauxmod.h */ 3 /* psauxmod.h */
4 /* */ 4 /* */
5 /* FreeType auxiliary PostScript module implementation (specification). */ 5 /* FreeType auxiliary PostScript module implementation (specification). */
6 /* */ 6 /* */
7 /* Copyright 2000-2001 by */ 7 /* Copyright 2000-2001 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */ 9 /* */
10 /* This file is part of the FreeType project, and may only be used, */ 10 /* This file is part of the FreeType project, and may only be used, */
(...skipping 10 matching lines...) Expand all
21 21
22 22
23 #include <ft2build.h> 23 #include <ft2build.h>
24 #include FT_MODULE_H 24 #include FT_MODULE_H
25 25
26 26
27 FT_BEGIN_HEADER 27 FT_BEGIN_HEADER
28 28
29 #ifdef FT_CONFIG_OPTION_PIC 29 #ifdef FT_CONFIG_OPTION_PIC
30 #error "this module does not support PIC yet" 30 #error "this module does not support PIC yet"
31 #endif 31 #endif
32 32
33 33
34 FT_EXPORT_VAR( const FT_Module_Class ) psaux_driver_class; 34 FT_EXPORT_VAR( const FT_Module_Class ) psaux_driver_class;
35 35
36 36
37 FT_END_HEADER 37 FT_END_HEADER
38 38
39 #endif /* __PSAUXMOD_H__ */ 39 #endif /* __PSAUXMOD_H__ */
40 40
41 41
42 /* END */ 42 /* END */
OLDNEW
« no previous file with comments | « src/psaux/psauxerr.h ('k') | src/psaux/psauxmod.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698