Searched refs:TTAG_glyf (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttags.h60 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
/external/freetype/include/
H A Dtttags.h60 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttags.h60 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttags.h60 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttpload.c71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
H A Dttgload.c2133 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 );
/external/freetype/src/truetype/
H A Dttpload.c71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
H A Dttgload.c2284 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttpload.c71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
H A Dttgload.c2142 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 );
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfobjs.c603 tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
606 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
835 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 &&
/external/freetype/src/sfnt/
H A Dsfobjs.c1003 tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
1006 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
1247 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 &&
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c605 tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
608 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
837 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 &&

Completed in 1544 milliseconds