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.cpp13 void SkIPoint::rotateCW(SkIPoint* dst) const { in rotateCW() function in SkIPoint
46 void SkPoint::rotateCW(SkPoint* dst) const { in rotateCW() function in SkPoint
DSkStrokerPriv.cpp26 normal.rotateCW(&parallel); in RoundCapper()
39 normal.rotateCW(&parallel); in SquareCapper()
/external/skia/samplecode/
DSampleQuadStroker.cpp570 before.rotateCW(&beforeCW); in arcCenter()
571 after.rotateCW(&afterCW); in arcCenter()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp97 vecSrc.rotateCW(&vecSrcPerp); in calc_dash_scaling()