Home
last modified time | relevance | path

Searched defs:coord_setter_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Var/VARC/
H A Dcoord-setter.hh12 struct coord_setter_t struct
14 coord_setter_t (hb_array_t<const int> coords) : in coord_setter_t() function
17 int& operator [] (unsigned idx) in operator []()
26 hb_array_t<int> get_coords () in get_coords()
29 hb_vector_t<int> coords;