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

Side by Side Diff: src/autofit/afloader.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/autofit/aflatin2.c ('k') | src/autofit/afloader.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 /* afloader.h */ 3 /* afloader.h */
4 /* */ 4 /* */
5 /* Auto-fitter glyph loading routines (specification). */ 5 /* Auto-fitter glyph loading routines (specification). */
6 /* */ 6 /* */
7 /* Copyright 2003-2005, 2011 by */ 7 /* Copyright 2003-2005, 2011-2012 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, */
11 /* modified, and distributed under the terms of the FreeType project */ 11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */ 13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */ 14 /* understand and accept it fully. */
15 /* */ 15 /* */
16 /***************************************************************************/ 16 /***************************************************************************/
17 17
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 54
55 FT_LOCAL( void ) 55 FT_LOCAL( void )
56 af_loader_done( AF_Loader loader ); 56 af_loader_done( AF_Loader loader );
57 57
58 58
59 FT_LOCAL( FT_Error ) 59 FT_LOCAL( FT_Error )
60 af_loader_load_glyph( AF_Loader loader, 60 af_loader_load_glyph( AF_Loader loader,
61 FT_Face face, 61 FT_Face face,
62 FT_UInt gindex, 62 FT_UInt gindex,
63 FT_UInt32 load_flags ); 63 FT_Int32 load_flags );
64 64
65 /* */ 65 /* */
66 66
67 67
68 FT_END_HEADER 68 FT_END_HEADER
69 69
70 #endif /* __AFLOADER_H__ */ 70 #endif /* __AFLOADER_H__ */
71 71
72 72
73 /* END */ 73 /* END */
OLDNEW
« no previous file with comments | « src/autofit/aflatin2.c ('k') | src/autofit/afloader.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698