Lines Matching refs:start_offset
189 unsigned int start_offset, in hb_ot_layout_get_attach_points() argument
193 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); in hb_ot_layout_get_attach_points()
200 unsigned int start_offset, in hb_ot_layout_get_ligature_carets() argument
204 …return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, c… in hb_ot_layout_get_ligature_carets()
227 unsigned int start_offset, in hb_ot_layout_table_get_script_tags() argument
233 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags()
319 unsigned int start_offset, in hb_ot_layout_table_get_feature_tags() argument
325 return g.get_feature_tags (start_offset, feature_count, feature_tags); in hb_ot_layout_table_get_feature_tags()
355 unsigned int start_offset, in hb_ot_layout_script_get_language_tags() argument
361 return s.get_lang_sys_tags (start_offset, language_count, language_tags); in hb_ot_layout_script_get_language_tags()
428 unsigned int start_offset, in hb_ot_layout_language_get_feature_indexes() argument
435 return l.get_feature_indexes (start_offset, feature_count, feature_indexes); in hb_ot_layout_language_get_feature_indexes()
443 unsigned int start_offset, in hb_ot_layout_language_get_feature_tags() argument
451 …unsigned int ret = l.get_feature_indexes (start_offset, feature_count, (unsigned int *) feature_ta… in hb_ot_layout_language_get_feature_tags()
498 unsigned int start_offset, in hb_ot_layout_feature_get_lookups() argument
505 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_get_lookups()