Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh41 struct contour_point_t struct
43 void init (float x_ = 0.f, float y_ = 0.f, bool is_end_point_ = false) in init()
46 void translate (const contour_point_t &p) { x += p.x; y += p.y; } in translate()
48 float x = 0.f;
49 float y = 0.f;
50 uint8_t flag = 0;
51 bool is_end_point = false;