Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh61 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()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h172 unsigned int *point_array /* OUT */);
H A Dhb-ot-layout.cc349 unsigned int *point_array /* OUT */) in hb_ot_layout_get_attach_points() argument
354 point_array); in hb_ot_layout_get_attach_points()
/aosp_15_r20/external/python/cpython2/Doc/library/
Dctypes.rst670 ... ("point_array", POINT * 4)]
672 >>> print len(MyStruct().point_array)
/aosp_15_r20/external/python/cpython3/Doc/library/
Dctypes.rst695 ... ("point_array", POINT * 4)]
697 >>> print(len(MyStruct().point_array))