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

  /external/harfbuzz_ng/src/
hb-ot-layout.hh 475 _hb_glyph_info_get_lig_num_comps (const hb_glyph_info_t *info) function
hb-ot-shape-fallback.cc 326 int num_lig_components = _hb_glyph_info_get_lig_num_comps (&buffer->info[base]);
hb-ot-layout-gsubgpos.hh 816 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->cur());
881 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->info[skippy_iter.idx]);
950 unsigned int last_num_components = _hb_glyph_info_get_lig_num_comps (&buffer->cur());
980 last_num_components = _hb_glyph_info_get_lig_num_comps (&buffer->cur());
    [all...]

Completed in 99 milliseconds