Home
last modified time | relevance | path

Searched refs:_hb_glyph_info_get_lig_id (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-fallback.cc342 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]); in position_around_base()
362 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]); in position_around_base()
Dhb-ot-layout-gpos-table.hh2073 _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]) != in apply()
2074 _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx - 1]) || in apply()
2338 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
2339 unsigned int mark_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()
2520 unsigned int id1 = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()
2521 unsigned int id2 = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
Dhb-ot-layout.hh458 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_id() function
Dhb-ot-layout-gsubgpos.hh987 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in match_input()
1003 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input()
1020 while (j && _hb_glyph_info_get_lig_id (&out[j - 1]) == first_lig_id) in match_input()
1118 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()
1148 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()
1161 if (last_lig_id != _hb_glyph_info_get_lig_id (&buffer->info[i])) break; in ligate_input()
Dhb-ot-layout-gsub-table.hh346 unsigned lig_id = _hb_glyph_info_get_lig_id (&c->buffer->cur()); in apply()