• Home
  • Raw
  • Download

Lines Matching refs:start_offset

273 				unsigned int    start_offset,  in hb_ot_layout_get_attach_points()  argument
277 return _get_gdef (face).get_attach_points (glyph, start_offset, point_count, point_array); in hb_ot_layout_get_attach_points()
284 unsigned int start_offset, in hb_ot_layout_get_ligature_carets() argument
288 …return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, c… in hb_ot_layout_get_ligature_carets()
311 unsigned int start_offset, in hb_ot_layout_table_get_script_tags() argument
317 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags()
403 unsigned int start_offset, in hb_ot_layout_table_get_feature_tags() argument
409 return g.get_feature_tags (start_offset, feature_count, feature_tags); in hb_ot_layout_table_get_feature_tags()
439 unsigned int start_offset, in hb_ot_layout_script_get_language_tags() argument
445 return s.get_lang_sys_tags (start_offset, language_count, language_tags); in hb_ot_layout_script_get_language_tags()
512 unsigned int start_offset, in hb_ot_layout_language_get_feature_indexes() argument
519 return l.get_feature_indexes (start_offset, feature_count, feature_indexes); in hb_ot_layout_language_get_feature_indexes()
527 unsigned int start_offset, in hb_ot_layout_language_get_feature_tags() argument
535 …unsigned int ret = l.get_feature_indexes (start_offset, feature_count, (unsigned int *) feature_ta… in hb_ot_layout_language_get_feature_tags()
582 unsigned int start_offset, in hb_ot_layout_feature_get_lookups() argument
590 start_offset, in hb_ot_layout_feature_get_lookups()
863 unsigned int start_offset, in hb_ot_layout_feature_with_variations_get_lookups() argument
872 return f.get_lookup_indexes (start_offset, lookup_count, lookup_indexes); in hb_ot_layout_feature_with_variations_get_lookups()