Home
last modified time | relevance | path

Searched refs:gpos_lookups (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/autofit/
Dafshaper.c108 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */ in af_shaper_get_coverage() local
221 gpos_lookups = hb_set_create(); in af_shaper_get_coverage()
227 gpos_lookups ); in af_shaper_get_coverage()
234 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); ) in af_shaper_get_coverage()
402 hb_set_destroy( gpos_lookups ); in af_shaper_get_coverage()
/external/harfbuzz_ng/src/
Dhb-subset-plan.hh70 hb_map_destroy (gpos_lookups); in ~hb_subset_plan_t()
161 hb_map_t *gpos_lookups; member
Dhb-subset-plan.cc386 plan->gpos_lookups, in _collect_layout_variation_indices()
642 plan->gpos_lookups, in _populate_gids_to_retain()
858 plan->gpos_lookups = hb_map_create (); in hb_subset_plan_create_or_fail()
Dhb-ot-layout-gsubgpos.hh2227 …map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; in subset()
2464 …map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; in subset()
2644 …map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; in subset()
3308 …map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; in subset()
3588 …map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; in subset()
3830 …map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpos_lookups; in subset()
Dhb-ot-layout-common.hh203 lookup_index_map = c_->plan->gpos_lookups; in hb_subset_layout_context_t()
231 const hb_map_t *gpos_lookups; member
246 gpos_lookups (gpos_lookups_), in hb_collect_variation_indices_context_t()
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DGPOS.hh59 if (!c->gpos_lookups->has (i)) continue; in collect_variation_indices()