Searched refs:rotateCCW (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); } function in struct:SkIPoint
305 void rotateCCW(SkPoint* dst) const;
310 void rotateCCW() { this->rotateCCW(this); } function in struct:SkPoint
/external/skia/include/core/
H A DSkPoint.h80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); } function in struct:SkIPoint
305 void rotateCCW(SkPoint* dst) const;
310 void rotateCCW() { this->rotateCCW(this); } function in struct:SkPoint
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp18 normal.rotateCCW();
/external/chromium_org/third_party/skia/src/effects/
H A DSkDiscretePathEffect.cpp18 normal.rotateCCW();
/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp22 void SkIPoint::rotateCCW(SkIPoint* dst) const { function in class:SkIPoint
65 void SkPoint::rotateCCW(SkPoint* dst) const { function in class:SkPoint
H A DSkStroke.cpp53 unitNormal->rotateCCW();
64 unitNormal->rotateCCW();
270 normalB.rotateCCW();
344 unitBC.rotateCCW();
389 unitBC.rotateCCW();
H A DSkPath.cpp1324 before.rotateCCW();
1325 after.rotateCCW();
/external/skia/src/core/
H A DSkPoint.cpp21 void SkIPoint::rotateCCW(SkIPoint* dst) const { function in class:SkIPoint
64 void SkPoint::rotateCCW(SkPoint* dst) const { function in class:SkPoint
H A DSkStroke.cpp53 unitNormal->rotateCCW();
64 unitNormal->rotateCCW();
270 normalB.rotateCCW();
344 unitBC.rotateCCW();
389 unitBC.rotateCCW();
H A DSkPath.cpp1418 before.rotateCCW();
1419 after.rotateCCW();
/external/chromium_org/third_party/skia/src/utils/
H A DSkDashPath.cpp174 fTangent.rotateCCW(&fNormal);
/external/skia/src/utils/
H A DSkDashPath.cpp173 fTangent.rotateCCW(&fNormal);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRotateCircles.cpp253 tan.rotateCCW();
/external/skia/samplecode/
H A DSampleRotateCircles.cpp253 tan.rotateCCW();

Completed in 679 milliseconds