Searched defs:last_lig_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh837 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); local
864 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
872 if (!is_mark_ligature && last_lig_id) {
875 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) {
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh837 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); local
864 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
872 if (!is_mark_ligature && last_lig_id) {
875 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) {

Completed in 341 milliseconds