Searched defs:clockwise (Results 1 – 4 of 4) sorted by relevance
188 …h::addArc(const FloatPoint& point, float radius, float startAngle, float endAngle, bool clockwise) in addArc()
168 bool clockwise) { in addArc()
219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise) in addArc()
462 static inline AffineTransform rotation(const FloatRect& boxRect, RotationDirection clockwise) in rotation()