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

  /external/freetype/src/autofit/
afshaper.c 110 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */ local
225 gpos_glyphs = hb_set_create();
238 gpos_glyphs,
346 hb_set_subtract( gsub_glyphs, gpos_glyphs );
389 hb_set_destroy( gpos_glyphs );

Completed in 194 milliseconds