Searched defs:rotateCW (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/core/ | ||
H A D | SkPoint.cpp | 13 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 D | SkPoint.h | 70 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