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 57 void rotateCW(SkIPoint* dst) const;
62 void rotateCW() { this->rotateCW(this); }
247 void rotateCW(SkPoint* dst) const;
252 void rotateCW() { this->rotateCW(this); }
  /external/skia/src/core/
SkPoint.cpp 19 void SkIPoint::rotateCW(SkIPoint* dst) const {
62 void SkPoint::rotateCW(SkPoint* dst) const {

Completed in 55 milliseconds