Home
last modified time | relevance | path

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

/third_party/freetype/src/autofit/
Dafshaper.c109 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */ in af_shaper_get_coverage() local
233 gpos_glyphs = hb_set_create(); in af_shaper_get_coverage()
246 gpos_glyphs, in af_shaper_get_coverage()
355 hb_set_subtract( gsub_glyphs, gpos_glyphs ); in af_shaper_get_coverage()
403 hb_set_destroy( gpos_glyphs ); in af_shaper_get_coverage()
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c109 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */ in af_shaper_get_coverage() local
233 gpos_glyphs = hb_set_create(); in af_shaper_get_coverage()
246 gpos_glyphs, in af_shaper_get_coverage()
355 hb_set_subtract( gsub_glyphs, gpos_glyphs ); in af_shaper_get_coverage()
403 hb_set_destroy( gpos_glyphs ); in af_shaper_get_coverage()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafshaper.c110 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */ in af_shaper_get_coverage() local
225 gpos_glyphs = hb_set_create(); in af_shaper_get_coverage()
238 gpos_glyphs, in af_shaper_get_coverage()
346 hb_set_subtract( gsub_glyphs, gpos_glyphs ); in af_shaper_get_coverage()
389 hb_set_destroy( gpos_glyphs ); in af_shaper_get_coverage()