Home
last modified time | relevance | path

Searched refs:point_array (Results 1 – 7 of 7) sorted by relevance

/external/adhd/cras/src/tests/
Darray_unittest.cc16 DECLARE_ARRAY_TYPE(struct point, point_array);
50 point_array a = ARRAY_INIT; in TEST()
70 point_array a = ARRAY_INIT; in TEST()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh52 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()
Dhb-ot-layout.h121 unsigned int *point_array /* OUT */);
Dhb-ot-layout.cc258 unsigned int *point_array /* OUT */) in hb_ot_layout_get_attach_points() argument
263 point_array); in hb_ot_layout_get_attach_points()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c67 unsigned point_array:1; member
232 key->point_array = 1; in make_state_key()
1592 else if (p->state->point_array) in build_tnl_program()
/external/python/cpython2/Doc/library/
Dctypes.rst670 ... ("point_array", POINT * 4)]
672 >>> print len(MyStruct().point_array)
/external/python/cpython3/Doc/library/
Dctypes.rst681 ... ("point_array", POINT * 4)]
683 >>> print(len(MyStruct().point_array))