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

/external/skia/include/core/
H A DSkPoint.h70 void rotateCW(SkIPoint* dst) const;
75 void rotateCW() { this->rotateCW(this); } function in struct:SkIPoint
304 void rotateCW(SkPoint* dst) const;
309 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
45 void SkPoint::rotateCW(SkPoint* dst) const { function in class:SkPoint
H A DSkStrokerPriv.cpp20 normal.rotateCW(&parallel);
31 normal.rotateCW(&parallel);
/external/skia/samplecode/
H A DSampleQuadStroker.cpp569 before.rotateCW(&beforeCW);
570 after.rotateCW(&afterCW);
/external/skia/src/gpu/ops/
H A DGrDashOp.cpp95 vecSrc.rotateCW(&vecSrcPerp);

Completed in 185 milliseconds