Home
last modified time | relevance | path

Searched refs:gsub_glyphs (Results 1 – 3 of 3) sorted by relevance

/third_party/freetype/src/autofit/
Dafshaper.c107 hb_set_t* gsub_glyphs = NULL; /* glyphs covered by GSUB lookups */ in af_shaper_get_coverage() local
192 gsub_glyphs = hb_set_create(); in af_shaper_get_coverage()
207 gsub_glyphs ); in af_shaper_get_coverage()
355 hb_set_subtract( gsub_glyphs, gpos_glyphs ); in af_shaper_get_coverage()
362 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); ) in af_shaper_get_coverage()
401 hb_set_destroy( gsub_glyphs ); in af_shaper_get_coverage()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c108 hb_set_t* gsub_glyphs = NULL; /* glyphs covered by GSUB lookups */ in af_shaper_get_coverage() local
185 gsub_glyphs = hb_set_create(); in af_shaper_get_coverage()
200 gsub_glyphs ); in af_shaper_get_coverage()
346 hb_set_subtract( gsub_glyphs, gpos_glyphs ); in af_shaper_get_coverage()
353 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); ) in af_shaper_get_coverage()
387 hb_set_destroy( gsub_glyphs ); in af_shaper_get_coverage()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c107 hb_set_t* gsub_glyphs = NULL; /* glyphs covered by GSUB lookups */ in af_shaper_get_coverage() local
192 gsub_glyphs = hb_set_create(); in af_shaper_get_coverage()
207 gsub_glyphs ); in af_shaper_get_coverage()
355 hb_set_subtract( gsub_glyphs, gpos_glyphs ); in af_shaper_get_coverage()
362 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_glyphs, &idx ); ) in af_shaper_get_coverage()
401 hb_set_destroy( gsub_glyphs ); in af_shaper_get_coverage()