Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc321 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]); in position_around_base()
339 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]); in position_around_base()
Dhb-ot-layout-gpos-table.hh1206 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
1207 unsigned int mark_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()
1304 unsigned int id1 = _hb_glyph_info_get_lig_id (&buffer->cur()); in apply()
1305 unsigned int id2 = _hb_glyph_info_get_lig_id (&buffer->info[j]); in apply()
Dhb-ot-layout-gsubgpos-private.hh744 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in match_input()
754 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); in match_input()
829 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()
858 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); in ligate_input()
869 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) { in ligate_input()
Dhb-ot-layout-private.hh436 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) in _hb_glyph_info_get_lig_id() function