Searched defs:rotateCCW (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/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
/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
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h58 void rotateCCW(SkIPoint* dst) const;
63 void rotateCCW() { this->rotateCCW(this); } function in struct:SkIPoint
283 void rotateCCW(SkPoint* dst) const;
288 void rotateCCW() { this->rotateCCW(this); } function in struct:SkPoint
/external/skia/include/core/
H A DSkPoint.h58 void rotateCCW(SkIPoint* dst) const;
63 void rotateCCW() { this->rotateCCW(this); } function in struct:SkIPoint
283 void rotateCCW(SkPoint* dst) const;
288 void rotateCCW() { this->rotateCCW(this); } function in struct:SkPoint

Completed in 325 milliseconds