HomeSort by relevance Sort by last modified time
    Searched refs:first_lig_id (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 754 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))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 752 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur()); local
765 if (first_lig_id && first_lig_comp) {
769 if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
775 if (this_lig_id && this_lig_comp && (this_lig_id != first_lig_id))
    [all...]

Completed in 252 milliseconds