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

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

Completed in 687 milliseconds