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

/external/skia/src/core/
H A DSkPoint.cpp13 void SkIPoint::rotateCW(SkIPoint* dst) const { function in class:SkIPoint
46 void SkPoint::rotateCW(SkPoint* dst) const { function in class:SkPoint
/external/skia/include/core/
H A DSkPoint.h70 void rotateCW(SkIPoint* dst) const;
75 void rotateCW() { this->rotateCW(this); } function in struct:SkIPoint
304 void rotateCW(SkPoint* dst) const;
309 void rotateCW() { this->rotateCW(this); } function in struct:SkPoint

Completed in 6899 milliseconds