Home
last modified time | relevance | path

Searched refs:rotateCCW (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkPoint.h80 void rotateCCW(SkIPoint* dst) const;
85 void rotateCCW() { this->rotateCCW(this); } in rotateCCW() function
314 void rotateCCW(SkPoint* dst) const;
319 void rotateCCW() { this->rotateCCW(this); } in rotateCCW() function
/external/skia/src/core/
DSkPoint.cpp22 void SkIPoint::rotateCCW(SkIPoint* dst) const { in rotateCCW() function in SkIPoint
55 void SkPoint::rotateCCW(SkPoint* dst) const { in rotateCCW() function in SkPoint
DSkStroke.cpp61 unitNormal->rotateCCW(); in set_normal_unitnormal()
72 unitNormal->rotateCCW(); in set_normal_unitnormal()
/external/skia/src/effects/
DSkDiscretePathEffect.cpp18 normal.rotateCCW(); in Perterb()
/external/skia/samplecode/
DSampleQuadStroker.cpp317 tan.rotateCCW(); in draw_ribs()
379 tan.rotateCCW(); in draw_t_divs()
560 before.rotateCCW(&beforeCCW); in arcCenter()
561 after.rotateCCW(&afterCCW); in arcCenter()
/external/skia/src/utils/
DSkDashPath.cpp175 fTangent.rotateCCW(&fNormal); in init()