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 52 void rotateCCW(SkIPoint* dst) const;
57 void rotateCCW() { this->rotateCCW(this); }
208 void rotateCCW(SkPoint* dst) const;
213 void rotateCCW() { this->rotateCCW(this); }
  /external/skia/src/core/
SkPoint.cpp 28 void SkIPoint::rotateCCW(SkIPoint* dst) const {
48 void SkPoint::rotateCCW(SkPoint* dst) const {

Completed in 26 milliseconds