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

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 315 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) function
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-shape-fallback.cc 338 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1;
hb-ot-layout-gsubgpos-private.hh 772 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
782 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]);
877 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components);
896 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components);
    [all...]

Completed in 43 milliseconds