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

  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 21 void SkIPoint::rotateCCW(SkIPoint* dst) const {
64 void SkPoint::rotateCCW(SkPoint* dst) const {
  /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/include/core/
SkPoint.h 58 void rotateCCW(SkIPoint* dst) const;
63 void rotateCCW() { this->rotateCCW(this); }
283 void rotateCCW(SkPoint* dst) const;
288 void rotateCCW() { this->rotateCCW(this); }
  /external/skia/include/core/
SkPoint.h 58 void rotateCCW(SkIPoint* dst) const;
63 void rotateCCW() { this->rotateCCW(this); }
283 void rotateCCW(SkPoint* dst) const;
288 void rotateCCW() { this->rotateCCW(this); }

Completed in 331 milliseconds