Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape.hh66 hb_aat_map_t aat_map; member
115 hb_aat_map_builder_t aat_map; member
Dhb-ot-shape.cc78 aat_map (face, props), in hb_ot_shape_planner_t()
98 aat_map.compile (plan.aat_map); in compile()
170 aat_map.init (); in init0()
198 aat_map.fini (); in fini()
323 hb_aat_map_builder_t *aat_map = &planner->aat_map; in hb_ot_shape_collect_features() local
327 aat_map->add_feature (feature->tag, feature->value); in hb_ot_shape_collect_features()
Dhb-aat-layout-morx-table.hh1123 chain->apply (c, c->plan->aat_map.chain_flags[i]); in apply()