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

/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h70 void rotateCW(SkIPoint* dst) const;
75 void rotateCW() { this->rotateCW(this); } function in struct:SkIPoint
295 void rotateCW(SkPoint* dst) const;
300 void rotateCW() { this->rotateCW(this); } function in struct:SkPoint
/external/skia/include/core/
H A DSkPoint.h70 void rotateCW(SkIPoint* dst) const;
75 void rotateCW() { this->rotateCW(this); } function in struct:SkIPoint
295 void rotateCW(SkPoint* dst) const;
300 void rotateCW() { this->rotateCW(this); } function in struct:SkPoint
/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp13 void SkIPoint::rotateCW(SkIPoint* dst) const { function in class:SkIPoint
56 void SkPoint::rotateCW(SkPoint* dst) const { function in class:SkPoint
H A DSkStrokerPriv.cpp45 normal.rotateCW(&parallel);
H A DSkPath.cpp1328 before.rotateCW();
1329 after.rotateCW();
/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.cpp1422 before.rotateCW();
1423 after.rotateCW();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleWarp.cpp122 tmp2.rotateCW();
128 tmp2.rotateCW();
/external/skia/samplecode/
H A DSampleWarp.cpp122 tmp2.rotateCW();
128 tmp2.rotateCW();
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp85 vecSrc.rotateCW(&vecSrcPerp);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.cpp90 vecSrc.rotateCW(&vecSrcPerp);

Completed in 362 milliseconds