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

  /external/skia/src/core/
SkPoint.cpp 21 void SkIPoint::rotateCCW(SkIPoint* dst) const {
64 void SkPoint::rotateCCW(SkPoint* dst) const {
  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 22 void SkIPoint::rotateCCW(SkIPoint* dst) const {
65 void SkPoint::rotateCCW(SkPoint* dst) const {
  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); }
305 void rotateCCW(SkPoint* dst) const;
310 void rotateCCW() { this->rotateCCW(this); }
  /external/skia/include/core/
SkPoint.h 80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); }
305 void rotateCCW(SkPoint* dst) const;
310 void rotateCCW() { this->rotateCCW(this); }

Completed in 516 milliseconds