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 60 void rotateCCW(SkIPoint* dst) const;
65 void rotateCCW() { this->rotateCCW(this); }
269 void rotateCCW(SkPoint* dst) const;
274 void rotateCCW() { this->rotateCCW(this); }
  /external/skia/src/core/
SkPoint.cpp 21 void SkIPoint::rotateCCW(SkIPoint* dst) const {
64 void SkPoint::rotateCCW(SkPoint* dst) const {

Completed in 44 milliseconds