Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp188 …h::addArc(const FloatPoint& point, float radius, float startAngle, float endAngle, bool clockwise) in addArc()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp168 bool clockwise) { in addArc()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise) in addArc()
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp462 static inline AffineTransform rotation(const FloatRect& boxRect, RotationDirection clockwise) in rotation()