HomeSort by: relevance | last modified time | path
    Searched refs:TTAG_glyf (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/
tttags.h 62 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' )
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.c 695 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) &&
828 tt_face_lookup_table( face, TTAG_glyf ) ||
832 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) ||
1073 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 &&
sfwoff2.c 1538 info->glyf_table = find_table( indices, num_tables, TTAG_glyf );
1627 if ( table.Tag == TTAG_glyf )
1889 if ( table->Tag == TTAG_glyf || table->Tag == TTAG_loca )
2034 if ( table->Tag == TTAG_glyf )
  /xsrc/external/mit/freetype/dist/src/truetype/
ttpload.c 72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );

Completed in 67 milliseconds