Searched refs:done_lookups (Results 1 – 2 of 2) sorted by relevance
1049 hb_map_t done_lookups; in hb_ot_layout_lookup_substitute_closure() local1050 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() local1071 OT::hb_closure_context_t c (face, glyphs, &done_lookups); in hb_ot_layout_lookups_substitute_closure()
83 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