Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPoint.h70 void rotateCW(SkIPoint* dst) const;
75 void rotateCW() { this->rotateCW(this); } in rotateCW() function
304 void rotateCW(SkPoint* dst) const;
309 void rotateCW() { this->rotateCW(this); } in rotateCW() function
/external/skia/src/core/
DSkPoint.cpp12 void SkIPoint::rotateCW(SkIPoint* dst) const { in rotateCW() function in SkIPoint
45 void SkPoint::rotateCW(SkPoint* dst) const { in rotateCW() function in SkPoint
DSkStrokerPriv.cpp20 normal.rotateCW(&parallel); in RoundCapper()
31 normal.rotateCW(&parallel); in SquareCapper()
/external/skia/samplecode/
DSampleQuadStroker.cpp569 before.rotateCW(&beforeCW); in arcCenter()
570 after.rotateCW(&afterCW); in arcCenter()
/external/skia/src/gpu/ops/
DGrDashOp.cpp88 vecSrc.rotateCW(&vecSrcPerp); in calc_dash_scaling()