HomeSort by relevance Sort by last modified time
    Searched refs:rotateCW (Results 1 - 8 of 8) sorted by null

  /external/skia/include/core/
SkPoint.h 48 void rotateCW(SkIPoint* dst) const;
53 void rotateCW() { this->rotateCW(this); }
268 void rotateCW(SkPoint* dst) const;
273 void rotateCW() { this->rotateCW(this); }
  /external/skia/legacy/include/core/
SkPoint.h 50 void rotateCW(SkIPoint* dst) const;
55 void rotateCW() { this->rotateCW(this); }
259 void rotateCW(SkPoint* dst) const;
264 void rotateCW() { this->rotateCW(this); }
  /external/skia/legacy/src/core/
SkPoint.cpp 12 void SkIPoint::rotateCW(SkIPoint* dst) const {
55 void SkPoint::rotateCW(SkPoint* dst) const {
SkStrokerPriv.cpp 45 normal.rotateCW(&parallel);
SkPath.cpp 939 before.rotateCW();
940 after.rotateCW();
    [all...]
  /external/skia/src/core/
SkPoint.cpp 12 void SkIPoint::rotateCW(SkIPoint* dst) const {
55 void SkPoint::rotateCW(SkPoint* dst) const {
SkStrokerPriv.cpp 45 normal.rotateCW(&parallel);
SkPath.cpp     [all...]

Completed in 864 milliseconds