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

  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 342 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]); local
345 if (!lig_id || lig_id != this_lig_id || this_lig_component >= num_lig_components)
hb-ot-layout-gsubgpos-private.hh 738 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]); local
746 if (first_lig_id != this_lig_id || first_lig_comp != this_lig_comp)
781 if (this_lig_id && this_lig_comp && (this_lig_id != first_lig_id))
    [all...]

Completed in 72 milliseconds