Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
Dcoord-setter.hh12 struct coord_setter_t struct
14 coord_setter_t (hb_array_t<int> coords) : in coord_setter_t() argument
17 int& operator [] (unsigned idx) in operator []()
24 hb_array_t<int> get_coords () in get_coords()
27 hb_vector_t<int> coords;