HomeSort by relevance Sort by last modified time
    Searched refs:TTAG_glyf (Results 1 - 4 of 4) sorted by null

  /external/freetype/include/freetype/
tttags.h 58 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' )
  /external/freetype/src/truetype/
ttpload.c 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
ttgload.c     [all...]
  /external/freetype/src/sfnt/
sfobjs.c 594 tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
597 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
826 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 &&
    [all...]

Completed in 45 milliseconds