Searched defs:first_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.hh754 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); local
767 if (first_lig_id && first_lig_comp) {
771 if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
777 if (this_lig_id && this_lig_comp && (this_lig_id != first_lig_id))
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh733 unsigned int first_lig_id = get_lig_id (c->buffer->cur()); local
743 if (first_lig_id && first_lig_comp) {
747 if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
753 if (this_lig_id && this_lig_comp && (this_lig_id != first_lig_id))

Completed in 54 milliseconds