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()
DSkPath.cpp1219 before.rotateCW(); in arcTo()
1220 after.rotateCW(); in arcTo()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp95 vecSrc.rotateCW(&vecSrcPerp); in calc_dash_scaling()