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

/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h587 #define FT_ERR_EQ( x, e ) \ macro
/external/freetype/include/
H A Dfttypes.h587 #define FT_ERR_EQ( x, e ) \ macro
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttypes.h587 #define FT_ERR_EQ( x, e ) \ macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttypes.h587 #define FT_ERR_EQ( x, e ) \ macro
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfobjs.c515 : FT_ERR_EQ( error, Table_Missing ) \
531 : FT_ERR_EQ( error, Table_Missing ) \
659 if ( FT_ERR_EQ( error, Table_Missing ) )
676 else if ( FT_ERR_EQ( error, Table_Missing ) )
739 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/freetype/src/sfnt/
H A Dsfobjs.c912 : FT_ERR_EQ( error, Table_Missing ) \
929 : FT_ERR_EQ( error, Table_Missing ) \
1067 if ( FT_ERR_EQ( error, Table_Missing ) )
1084 else if ( FT_ERR_EQ( error, Table_Missing ) )
1147 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c517 : FT_ERR_EQ( error, Table_Missing ) \
533 : FT_ERR_EQ( error, Table_Missing ) \
661 if ( FT_ERR_EQ( error, Table_Missing ) )
678 else if ( FT_ERR_EQ( error, Table_Missing ) )
741 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c75 if ( FT_ERR_EQ( error, Table_Missing ) )
H A Dttgload.c2136 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.c2287 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c75 if ( FT_ERR_EQ( error, Table_Missing ) )
H A Dttgload.c2145 if ( FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1afm.c272 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
H A Dt1load.c2006 if ( FT_ERR_EQ( parser->root.error, Ignore ) )
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c1542 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
1931 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1989 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
2006 if ( ( FT_ERR_EQ( error, Unknown_File_Format ) ||
2007 FT_ERR_EQ( error, Invalid_Stream_Operation ) ) &&
2115 FT_ERR_EQ( error, Table_Missing ) )
/external/freetype/src/base/
H A Dftobjs.c1554 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
1946 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
2004 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
2021 if ( ( FT_ERR_EQ( error, Unknown_File_Format ) ||
2022 FT_ERR_EQ( error, Invalid_Stream_Operation ) ) &&
2130 FT_ERR_EQ( error, Table_Missing ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c1542 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
1931 if ( is_darwin_vfs && FT_ERR_EQ( error, Cannot_Open_Stream ) )
1989 if ( FT_ERR_EQ( error, Unknown_File_Format ) )
2006 if ( ( FT_ERR_EQ( error, Unknown_File_Format ) ||
2007 FT_ERR_EQ( error, Invalid_Stream_Operation ) ) &&
2115 FT_ERR_EQ( error, Table_Missing ) )
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c2850 if ( FT_ERR_EQ( error, Glyph_Too_Big ) )
/external/freetype/src/cff/
H A Dcffgload.c2846 if ( FT_ERR_EQ( error, Glyph_Too_Big ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c2854 if ( FT_ERR_EQ( error, Glyph_Too_Big ) )

Completed in 2493 milliseconds