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

/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/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
/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

Completed in 137 milliseconds