Searched refs:FT_ERR_EQ (Results 1 - 14 of 14) sorted by relevance

/external/freetype/include/
H A Dfttypes.h591 #define FT_ERR_EQ( x, e ) \ macro
/external/pdfium/third_party/freetype/include/freetype/
H A Dfttypes.h591 #define FT_ERR_EQ( x, e ) \ macro
/external/freetype/src/sfnt/
H A Dsfobjs.c914 : FT_ERR_EQ( error, Table_Missing ) \
931 : FT_ERR_EQ( error, Table_Missing ) \
1068 if ( FT_ERR_EQ( error, Table_Missing ) )
1085 else if ( FT_ERR_EQ( error, Table_Missing ) )
1148 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.c940 : FT_ERR_EQ( error, Table_Missing ) \
957 : FT_ERR_EQ( error, Table_Missing ) \
1094 if ( FT_ERR_EQ( error, Table_Missing ) )
1111 else if ( FT_ERR_EQ( error, Table_Missing ) )
1174 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/freetype/src/truetype/
H A Dttpload.c75 if ( FT_ERR_EQ( error, Table_Missing ) )
H A Dttgload.c2394 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/third_party/freetype/src/truetype/
H A Dttpload.c75 if ( FT_ERR_EQ( error, Table_Missing ) )
H A Dttgload.c2368 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/third_party/freetype/src/type1/
H A Dt1afm.c272 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
H A Dt1load.c2052 if ( FT_ERR_EQ( parser->root.error, Ignore ) )
/external/freetype/src/base/
H A Dftobjs.c1529 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
1971 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
2029 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
2046 if ( ( FT_ERR_EQ( error, Unknown_File_Format ) ||
2047 FT_ERR_EQ( error, Invalid_Stream_Operation ) ) &&
2154 FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c1535 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
1984 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
2042 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
2063 if ( ( FT_ERR_EQ( error, Unknown_File_Format ) ||
2064 FT_ERR_EQ( error, Invalid_Stream_Operation ) ) &&
2171 FT_ERR_EQ( error, Table_Missing ) )
/external/freetype/src/cff/
H A Dcffgload.c2850 if ( FT_ERR_EQ( error, Glyph_Too_Big ) )
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.c2850 if ( FT_ERR_EQ( error, Glyph_Too_Big ) )

Completed in 385 milliseconds