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

Side by Side Diff: include/freetype/fterrors.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 | « include/freetype/fterrdef.h ('k') | include/freetype/ftgasp.h » ('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 /* fterrors.h */ 3 /* fterrors.h */
4 /* */ 4 /* */
5 /* FreeType error code handling (specification). */ 5 /* FreeType error code handling (specification). */
6 /* */ 6 /* */
7 /* Copyright 1996-2001, 2002, 2004, 2007 by */ 7 /* Copyright 1996-2001, 2002, 2004, 2007 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 #endif 185 #endif
186 186
187 #undef FT_ERROR_START_LIST 187 #undef FT_ERROR_START_LIST
188 #undef FT_ERROR_END_LIST 188 #undef FT_ERROR_END_LIST
189 189
190 #undef FT_ERRORDEF 190 #undef FT_ERRORDEF
191 #undef FT_ERRORDEF_ 191 #undef FT_ERRORDEF_
192 #undef FT_NOERRORDEF_ 192 #undef FT_NOERRORDEF_
193 193
194 #undef FT_NEED_EXTERN_C 194 #undef FT_NEED_EXTERN_C
195 #undef FT_ERR_CONCAT
196 #undef FT_ERR_BASE 195 #undef FT_ERR_BASE
197 196
198 /* FT_KEEP_ERR_PREFIX is needed for ftvalid.h */ 197 /* FT_KEEP_ERR_PREFIX is needed for ftvalid.h */
199 #ifndef FT_KEEP_ERR_PREFIX 198 #ifndef FT_KEEP_ERR_PREFIX
200 #undef FT_ERR_PREFIX 199 #undef FT_ERR_PREFIX
200 #else
201 #undef FT_KEEP_ERR_PREFIX
201 #endif 202 #endif
202 203
203 #endif /* __FTERRORS_H__ */ 204 #endif /* __FTERRORS_H__ */
204 205
205 206
206 /* END */ 207 /* END */
OLDNEW
« no previous file with comments | « include/freetype/fterrdef.h ('k') | include/freetype/ftgasp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698