_hb_glyph_info_get_lig_comp 1048 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (0 == _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx])) break; _hb_glyph_info_get_lig_comp 1172 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int mark_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); _hb_glyph_info_get_lig_comp 1174 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh comp_index = MIN (comp_count, _hb_glyph_info_get_lig_comp (&buffer->cur())) - 1; _hb_glyph_info_get_lig_comp 1273 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); _hb_glyph_info_get_lig_comp 1274 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int comp2 = _hb_glyph_info_get_lig_comp (&buffer->info[j]); _hb_glyph_info_get_lig_comp 755 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur()); _hb_glyph_info_get_lig_comp 765 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh unsigned int this_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->info[skippy_iter.idx]); _hb_glyph_info_get_lig_comp 860 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->cur()), 1u), last_num_components); _hb_glyph_info_get_lig_comp 879 third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh MIN (MAX (_hb_glyph_info_get_lig_comp (&buffer->info[i]), 1u), last_num_components); _hb_glyph_info_get_lig_comp 335 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&buffer->info[i]) - 1;