Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/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 uint8_t flag;
49 float x, y;
50 bool is_end_point;
/third_party/harfbuzz/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 uint8_t flag;
49 float x, y;
50 bool is_end_point;