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

  /external/skia/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/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/samplecode/
SampleWarp.cpp 122 tmp2.rotateCW();
128 tmp2.rotateCW();

Completed in 153 milliseconds