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

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

Completed in 153 milliseconds