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 50 void rotateCW(SkIPoint* dst) const;
55 void rotateCW() { this->rotateCW(this); }
259 void rotateCW(SkPoint* dst) const;
264 void rotateCW() { this->rotateCW(this); }
  /external/skia/src/core/
SkPoint.cpp 12 void SkIPoint::rotateCW(SkIPoint* dst) const {
55 void SkPoint::rotateCW(SkPoint* dst) const {

Completed in 45 milliseconds