Home
last modified time | relevance | path

Searched refs:done_lookups (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1049 hb_map_t done_lookups; in hb_ot_layout_lookup_substitute_closure() local
1050 OT::hb_closure_context_t c (face, glyphs, &done_lookups); in hb_ot_layout_lookup_substitute_closure()
1070 hb_map_t done_lookups; in hb_ot_layout_lookups_substitute_closure() local
1071 OT::hb_closure_context_t c (face, glyphs, &done_lookups); in hb_ot_layout_lookups_substitute_closure()
Dhb-ot-layout-gsubgpos.hh83 done_lookups->set (lookup_index, glyphs->get_population ()); in should_visit_lookup()
90 return done_lookups->get (lookup_index) == glyphs->get_population (); in is_lookup_done()
109 done_lookups (done_lookups_) {} in hb_closure_context_t()
122 hb_map_t *done_lookups; member