Searched refs:gsub_lookups (Results 1 – 5 of 5) sorted by relevance
106 hb_set_t* gsub_lookups = NULL; /* GSUB lookups for a given script */ in af_shaper_get_coverage() local173 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()
69 hb_map_destroy (gsub_lookups); in ~hb_subset_plan_t()160 hb_map_t *gsub_lookups; member
632 plan->gsub_lookups, in _populate_gids_to_retain()857 plan->gsub_lookups = hb_map_create (); in hb_subset_plan_create_or_fail()
2227 …const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpo… in subset()2464 …const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpo… in subset()2644 …const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpo… in subset()3308 …const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpo… in subset()3588 …const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpo… in subset()3830 …const hb_map_t *lookup_map = c->table_tag == HB_OT_TAG_GSUB ? c->plan->gsub_lookups : c->plan->gpo… in subset()
195 lookup_index_map = c_->plan->gsub_lookups; in hb_subset_layout_context_t()