Searched refs:point_array (Results 1 – 5 of 5) sorted by relevance
61 unsigned int *point_array /* OUT */) const in get_attach_points()76 | hb_sink (hb_array (point_array, *point_count)) in get_attach_points()929 unsigned int *point_array /* OUT */) const in get_attach_points()930 …{ return get_attach_list ().get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points()
172 unsigned int *point_array /* OUT */);
349 unsigned int *point_array /* OUT */) in hb_ot_layout_get_attach_points() argument354 point_array); in hb_ot_layout_get_attach_points()
670 ... ("point_array", POINT * 4)]672 >>> print len(MyStruct().point_array)
695 ... ("point_array", POINT * 4)]697 >>> print(len(MyStruct().point_array))