HomeSort by relevance Sort by last modified time
    Searched defs:rotateCW (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPoint.h 42 void rotateCW(SkIPoint* dst) const;
47 void rotateCW() { this->rotateCW(this); }
198 void rotateCW(SkPoint* dst) const;
203 void rotateCW() { this->rotateCW(this); }
  /external/skia/src/core/
SkPoint.cpp 19 void SkIPoint::rotateCW(SkIPoint* dst) const {
39 void SkPoint::rotateCW(SkPoint* dst) const {

Completed in 665 milliseconds