Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-buffer.cc524 unsigned int old_cluster = out_info[out_len - 1].cluster; in delete_glyph() local
525 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--) in delete_glyph()
Dhb-ot-layout.cc1455 unsigned int old_cluster = info[j - 1].cluster; in hb_ot_layout_delete_glyphs_inplace() local
1456 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--) in hb_ot_layout_delete_glyphs_inplace()