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

/external/skia/src/core/
H A DSkPoint.cpp22 void SkIPoint::rotateCCW(SkIPoint* dst) const { function in class:SkIPoint
55 void SkPoint::rotateCCW(SkPoint* dst) const { function in class:SkPoint
/external/skia/include/core/
H A DSkPoint.h80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); } function in struct:SkIPoint
314 void rotateCCW(SkPoint* dst) const;
319 void rotateCCW() { this->rotateCCW(this); } function in struct:SkPoint

Completed in 118 milliseconds