/external/freetype/src/autofit/ |
aferrors.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX AF_Err_
|
/external/freetype/src/cff/ |
cfferrs.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX CFF_Err_
|
cf2error.h | 47 #undef FT_ERR_PREFIX 48 #define FT_ERR_PREFIX CF2_Err_
|
/external/freetype/src/psaux/ |
psauxerr.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX PSaux_Err_
|
/external/freetype/src/pshinter/ |
pshnterr.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX PSH_Err_
|
/external/freetype/src/psnames/ |
psnamerr.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX PSnames_Err_
|
/external/freetype/src/raster/ |
rasterrs.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX Raster_Err_
|
/external/freetype/src/sfnt/ |
sferrors.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX SFNT_Err_
|
/external/freetype/src/smooth/ |
ftsmerrs.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX Smooth_Err_
|
/external/freetype/src/truetype/ |
tterrors.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX TT_Err_
|
/external/pdfium/third_party/freetype/src/cff/ |
cfferrs.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX CFF_Err_
|
cf2error.h | 47 #undef FT_ERR_PREFIX 48 #define FT_ERR_PREFIX CF2_Err_
|
/external/pdfium/third_party/freetype/src/cid/ |
ciderrs.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX CID_Err_
|
/external/pdfium/third_party/freetype/src/psaux/ |
psauxerr.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX PSaux_Err_
|
/external/pdfium/third_party/freetype/src/pshinter/ |
pshnterr.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX PSH_Err_
|
/external/pdfium/third_party/freetype/src/psnames/ |
psnamerr.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX PSnames_Err_
|
/external/pdfium/third_party/freetype/src/raster/ |
rasterrs.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX Raster_Err_
|
/external/pdfium/third_party/freetype/src/sfnt/ |
sferrors.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX SFNT_Err_
|
/external/pdfium/third_party/freetype/src/smooth/ |
ftsmerrs.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX Smooth_Err_
|
/external/pdfium/third_party/freetype/src/truetype/ |
tterrors.h | 33 #undef FT_ERR_PREFIX 34 #define FT_ERR_PREFIX TT_Err_
|
/external/pdfium/third_party/freetype/src/type1/ |
t1errors.h | 32 #undef FT_ERR_PREFIX 33 #define FT_ERR_PREFIX T1_Err_
|
/external/freetype/include/freetype/ |
fterrors.h | 132 /* FT_ERR_PREFIX is used as a prefix for error identifiers. */ 135 #ifndef FT_ERR_PREFIX 136 #define FT_ERR_PREFIX FT_Err_ 163 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; 175 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) 179 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) 218 /* FT_ERR_PREFIX is needed internally */ 220 #undef FT_ERR_PREFIX
|
/external/pdfium/third_party/freetype/include/freetype/ |
fterrors.h | 122 /* FT_ERR_PREFIX is used as a prefix for error identifiers. */ 125 #ifndef FT_ERR_PREFIX 126 #define FT_ERR_PREFIX FT_Err_ 153 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; 165 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) 169 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) 208 /* FT_ERR_PREFIX is needed internally */ 210 #undef FT_ERR_PREFIX
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
fterrors.h | 104 /* FT_ERR_PREFIX is used as a prefix for error identifiers. */ 107 #ifndef FT_ERR_PREFIX 108 #define FT_ERR_PREFIX FT_Err_ 135 #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; 147 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) 151 FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) 190 /* FT_ERR_PREFIX is needed internally */ 192 #undef FT_ERR_PREFIX
|
/external/freetype/include/freetype/internal/ |
ftdebug.h | 204 ( FT_Throw( FT_ERR_CAT( FT_ERR_PREFIX, e ), \ 207 FT_ERR_CAT( FT_ERR_PREFIX, e ) ) 213 #define FT_THROW( e ) FT_ERR_CAT( FT_ERR_PREFIX, e )
|