HomeSort by relevance Sort by last modified time
    Searched full:has_outline (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/sfnt/
sfobjs.c 529 FT_Bool has_outline; local
574 has_outline = FT_BOOL( face->root.internal->incremental_interface != 0 ||
578 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 ||
586 if ( !has_outline && sfnt->load_bhed )
654 has_outline = 0;
779 if ( has_outline == TRUE )
822 if ( has_outline == TRUE && face->os2.version != 0xFFFFU )
    [all...]

Completed in 1226 milliseconds