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 319 unsigned int lig_id = _hb_glyph_info_get_lig_id (&buffer->info[base]);
337 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&info[i]);
hb-ot-layout-private.hh 303 _hb_glyph_info_get_lig_id (const hb_glyph_info_t *info) function
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 771 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
781 unsigned int this_lig_id = _hb_glyph_info_get_lig_id (&buffer->info[skippy_iter.idx]);
856 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
883 last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
894 if (last_lig_id == _hb_glyph_info_get_lig_id (&buffer->info[i])) {
    [all...]

Completed in 133 milliseconds