HomeSort by relevance Sort by last modified time
    Searched refs:rotateCCW (Results 1 - 5 of 5) 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/effects/
SkDiscretePathEffect.cpp 17 normal.rotateCCW();
  /external/skia/src/core/
SkStroke.cpp 46 unitNormal->rotateCCW();
57 unitNormal->rotateCCW();
314 normalB.rotateCCW();
318 normalC.rotateCCW();
323 unitBC.rotateCCW();
369 unitBC.rotateCCW();
SkPoint.cpp 21 void SkIPoint::rotateCCW(SkIPoint* dst) const {
64 void SkPoint::rotateCCW(SkPoint* dst) const {
SkPath.cpp 935 before.rotateCCW();
936 after.rotateCCW();
    [all...]

Completed in 96 milliseconds