Searched refs:point_array (Results 1 – 7 of 7) sorted by relevance
16 DECLARE_ARRAY_TYPE(struct point, point_array);50 point_array a = ARRAY_INIT; in TEST()70 point_array a = ARRAY_INIT; in TEST()
52 unsigned int *point_array /* OUT */) const in get_attach_points()69 point_array[i] = array[i]; in get_attach_points()369 unsigned int *point_array /* OUT */) const in get_attach_points()370 { return (this+attachList).get_attach_points (glyph_id, start_offset, point_count, point_array); } in get_attach_points()
121 unsigned int *point_array /* OUT */);
258 unsigned int *point_array /* OUT */) in hb_ot_layout_get_attach_points() argument263 point_array); in hb_ot_layout_get_attach_points()
67 unsigned point_array:1; member232 key->point_array = 1; in make_state_key()1592 else if (p->state->point_array) in build_tnl_program()
670 ... ("point_array", POINT * 4)]672 >>> print len(MyStruct().point_array)
681 ... ("point_array", POINT * 4)]683 >>> print(len(MyStruct().point_array))