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

  /external/skia/include/core/
SkPoint.h 67 void rotateCCW(SkIPoint* dst) const;
72 void rotateCCW() { this->rotateCCW(this); }
257 void rotateCCW(SkPoint* dst) const;
262 void rotateCCW() { this->rotateCCW(this); }
  /external/skia/src/core/
SkPoint.cpp 28 void SkIPoint::rotateCCW(SkIPoint* dst) const {
71 void SkPoint::rotateCCW(SkPoint* dst) const {

Completed in 986 milliseconds