Searched defs:hb_transform_t (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-geometry.hh | 78 struct hb_transform_t struct 80 hb_transform_t () {} in hb_transform_t() function 81 hb_transform_t (float xx, float yx, in hb_transform_t() function 86 void multiply (const hb_transform_t &o) in multiply() argument 103 void transform_distance (float &dx, float &dy) const in transform_distance() 111 void transform_point (float &x, float &y) const in transform_point() 139 void transform (const hb_transform_t &o) { multiply (o); } in transform() argument 141 void translate (float x, float y) in translate() 150 void scale (float scaleX, float scaleY) in scale() 176 auto other = hb_transform_t{c, s, -s, c, 0.f, 0.f}; in rotate() argument [all …]
|