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

  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 323 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]);
343 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]);
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout.hh 454 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) function
hb-ot-layout-gsubgpos.hh 818 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
834 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]);
851 while (j && _hb_glyph_info_get_lig_id (&out[j - 1]) == first_lig_id)
949 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
979 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
990 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) {
    [all...]

Completed in 398 milliseconds