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 480 _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 474 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 747 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
757 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]);
850 unsigned int this_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
872 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 52 milliseconds