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

  /external/skia/src/core/
SkPoint.cpp 21 void SkIPoint::rotateCCW(SkIPoint* dst) const {
54 void SkPoint::rotateCCW(SkPoint* dst) const {
  /external/skia/include/core/
SkPoint.h 80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); }
314 void rotateCCW(SkPoint* dst) const;
319 void rotateCCW() { this->rotateCCW(this); }

Completed in 119 milliseconds