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

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 448 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) function
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-shape-complex-use.cc 472 0 == _hb_glyph_info_get_lig_comp (&info[i]) &&
hb-ot-shape-fallback.cc 340 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1;
hb-ot-layout-gsubgpos-private.hh 745 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
755 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]);
848 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
870 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->info[i]);
    [all...]
hb-ot-shape-complex-arabic.cc 443 unsigned int comp = _hb_glyph_info_get_lig_comp (&info[i]);

Completed in 178 milliseconds