Searched refs:rotateCW (Results 1 – 5 of 5) sorted by relevance
70 void rotateCW(SkIPoint* dst) const;75 void rotateCW() { this->rotateCW(this); } in rotateCW() function304 void rotateCW(SkPoint* dst) const;309 void rotateCW() { this->rotateCW(this); } in rotateCW() function
13 void SkIPoint::rotateCW(SkIPoint* dst) const { in rotateCW() function in SkIPoint46 void SkPoint::rotateCW(SkPoint* dst) const { in rotateCW() function in SkPoint
26 normal.rotateCW(¶llel); in RoundCapper()39 normal.rotateCW(¶llel); in SquareCapper()
570 before.rotateCW(&beforeCW); in arcCenter()571 after.rotateCW(&afterCW); in arcCenter()
97 vecSrc.rotateCW(&vecSrcPerp); in calc_dash_scaling()