Searched refs:_hb_glyph_info_get_lig_comp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-private.hh316 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) function
H A Dhb-ot-layout-gpos-table.hh1048 if (0 == _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx])) break;
1172 unsigned int mark_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
1174 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1;
1273 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur());
1274 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]);
H A Dhb-ot-shape-fallback.cc338 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1;
H A Dhb-ot-layout-gsubgpos-private.hh753 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
763 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]);
858 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components);
877 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-private.hh316 _hb_glyph_info_get_lig_comp (const hb_glyph_info_t *info) function
H A Dhb-ot-layout-gpos-table.hh1048 if (0 == _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx])) break;
1172 unsigned int mark_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
1174 comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1;
1273 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur());
1274 unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]);
H A Dhb-ot-shape-fallback.cc338 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1;
H A Dhb-ot-layout-gsubgpos-private.hh753 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
763 unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]);
858 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components);
877 MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components);

Completed in 155 milliseconds