Home
last modified time | relevance | path

Searched refs:gsub_lookups (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafshaper.c106 hb_set_t* gsub_lookups = NULL; /* GSUB lookups for a given script */ in af_shaper_get_coverage() local
173 gsub_lookups = hb_set_create(); in af_shaper_get_coverage()
179 gsub_lookups ); in af_shaper_get_coverage()
181 if ( hb_set_is_empty( gsub_lookups ) ) in af_shaper_get_coverage()
193 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); ) in af_shaper_get_coverage()
284 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, in af_shaper_get_coverage()
400 hb_set_destroy( gsub_lookups ); in af_shaper_get_coverage()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc365 plan->gsub_lookups, in _populate_gids_to_retain()
505 plan->gsub_lookups = hb_map_create (); in hb_subset_plan_create()
570 hb_map_destroy (plan->gsub_lookups); in hb_subset_plan_destroy()
H A Dhb-subset-plan.hh83 hb_map_t *gsub_lookups; member
H A Dhb-ot-layout-gsubgpos.hh1914 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
2103 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
2273 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
2887 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
3114 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
3349 const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups;
H A Dhb-ot-layout-gsub-table.hh1723 hb_subset_layout_context_t l (c, tableTag, c->plan->gsub_lookups, c->plan->gsub_langsys, c->plan->gsub_features);

Completed in 9 milliseconds