Searched refs:rotateCW (Results 1 - 5 of 5) sorted by relevance

/external/skia/include/core/
H A DSkPoint.h50 void rotateCW(SkIPoint* dst) const;
55 void rotateCW() { this->rotateCW(this); } function in struct:SkIPoint
259 void rotateCW(SkPoint* dst) const;
264 void rotateCW() { this->rotateCW(this); } function in struct:SkPoint
/external/skia/src/core/
H A DSkPoint.cpp12 void SkIPoint::rotateCW(SkIPoint* dst) const { function in class:SkIPoint
55 void SkPoint::rotateCW(SkPoint* dst) const { function in class:SkPoint
H A DSkStrokerPriv.cpp45 normal.rotateCW(&parallel);
H A DSkPath.cpp939 before.rotateCW();
940 after.rotateCW();
/external/skia/samplecode/
H A DSampleWarp.cpp122 tmp2.rotateCW();
128 tmp2.rotateCW();

Completed in 103 milliseconds