Searched refs:script_langsys_map (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-subset-plan.cc | 44 typedef hb_hashmap_t<unsigned, hb_set_t *> script_langsys_map; typedef 143 script_langsys_map *langsys_map) in _closure_glyphs_lookups_features() 508 if (plan->check_success (plan->gsub_langsys = hb_object_create<script_langsys_map> ())) in hb_subset_plan_create() 510 if (plan->check_success (plan->gpos_langsys = hb_object_create<script_langsys_map> ())) in hb_subset_plan_create()
|
| D | hb-ot-layout-common.hh | 105 script_langsys_map (script_langsys_map_), in hb_prune_langsys_context_t() 140 hb_hashmap_t<unsigned, hb_set_t *> *script_langsys_map; member 182 const hb_hashmap_t<unsigned, hb_set_t *> *script_langsys_map; member 194 script_langsys_map (script_langsys_map_), in hb_subset_layout_context_t() 738 if (!c->script_langsys_map->has (script_index)) in prune_langsys() 741 if (unlikely (!c->script_langsys_map->set (script_index, empty_set))) in prune_langsys() 761 c->script_langsys_map->get (script_index)->add (_.second); in prune_langsys() 770 c->script_langsys_map->get (script_index)->add (_.second); in prune_langsys() 803 const hb_set_t *active_langsys = l->script_langsys_map->get (l->cur_script_index); in subset()
|
| D | hb-ot-layout-gsubgpos.hh | 3643 hb_hashmap_t<unsigned, hb_set_t *> *script_langsys_map, in prune_langsys() 3646 …hb_prune_langsys_context_t c (this, script_langsys_map, duplicate_feature_map, new_feature_indexes… in prune_langsys()
|
| /third_party/harfbuzz/ |
| D | huawei_harfbuzz.patch | 267 + if (!c->script_langsys_map->has (script_index)) 270 + if (unlikely (!c->script_langsys_map->set (script_index, empty_set))) 290 + c->script_langsys_map->get (script_index)->add (_.second); 299 + c->script_langsys_map->get (script_index)->add (_.second); 332 + const hb_set_t *active_langsys = l->script_langsys_map->get (l->cur_script_index);
|