Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1496 hb_hashmap_t<unsigned, hb_set_t *> done_lookups_glyph_set; in hb_ot_layout_lookup_substitute_closure() local
1497 …xt_t c (face, glyphs, &cur_intersected_glyphs, &done_lookups_glyph_count, &done_lookups_glyph_set); in hb_ot_layout_lookup_substitute_closure()
1503 for (auto _ : done_lookups_glyph_set.iter ()) in hb_ot_layout_lookup_substitute_closure()
1525 hb_hashmap_t<unsigned, hb_set_t *> done_lookups_glyph_set; in hb_ot_layout_lookups_substitute_closure() local
1526 …xt_t c (face, glyphs, &cur_intersected_glyphs, &done_lookups_glyph_count, &done_lookups_glyph_set); in hb_ot_layout_lookups_substitute_closure()
1547 for (auto _ : done_lookups_glyph_set.iter ()) in hb_ot_layout_lookups_substitute_closure()
Dhb-ot-layout-gsubgpos.hh101 done_lookups_glyph_set->in_error ()) in is_lookup_done()
109 if (!done_lookups_glyph_set->get (lookup_index)) in is_lookup_done()
112 if (unlikely (!done_lookups_glyph_set->set (lookup_index, empty_set))) in is_lookup_done()
119 hb_set_clear (done_lookups_glyph_set->get (lookup_index)); in is_lookup_done()
122 hb_set_t *covered_glyph_set = done_lookups_glyph_set->get (lookup_index); in is_lookup_done()
174 done_lookups_glyph_set (done_lookups_glyph_set_), in hb_closure_context_t()
195 hb_hashmap_t<unsigned, hb_set_t *> *done_lookups_glyph_set; member
/third_party/chromium/patch/
D0001-cve.patch36641 hb_set_t *covered_glyph_set = done_lookups_glyph_set->get (lookup_index);
36702 done_lookups_glyph_set (done_lookups_glyph_set_),
37453 hb_hashmap_t<unsigned, hb_set_t *> done_lookups_glyph_set;
37454 …xt_t c (face, glyphs, &cur_intersected_glyphs, &done_lookups_glyph_count, &done_lookups_glyph_set);
37455 + OT::hb_closure_context_t c (face, glyphs, &done_lookups_glyph_count, &done_lookups_glyph_set);
37465 hb_hashmap_t<unsigned, hb_set_t *> done_lookups_glyph_set;
37466 …xt_t c (face, glyphs, &cur_intersected_glyphs, &done_lookups_glyph_count, &done_lookups_glyph_set);
37468 + OT::hb_closure_context_t c (face, glyphs, &done_lookups_glyph_count, &done_lookups_glyph_set);