Home
last modified time | relevance | path

Searched refs:RotateCW (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/core/
DSkPointPriv.h83 static void RotateCW(const SkPoint& src, SkPoint* dst) { in RotateCW() function
90 static void RotateCW(SkPoint* pt) { in RotateCW() function
91 RotateCW(*pt, pt); in RotateCW()
DSkStrokerPriv.cpp23 SkPointPriv::RotateCW(normal, &parallel); in RoundCapper()
34 SkPointPriv::RotateCW(normal, &parallel); in SquareCapper()
/third_party/flutter/skia/src/core/
DSkPointPriv.h83 static void RotateCW(const SkPoint& src, SkPoint* dst) { in RotateCW() function
90 static void RotateCW(SkPoint* pt) { in RotateCW() function
91 RotateCW(*pt, pt); in RotateCW()
DSkStrokerPriv.cpp23 SkPointPriv::RotateCW(normal, &parallel); in RoundCapper()
34 SkPointPriv::RotateCW(normal, &parallel); in SquareCapper()
/third_party/skia/samplecode/
DSampleQuadStroker.cpp579 SkPointPriv::RotateCW(before, &beforeCW); in arcCenter()
580 SkPointPriv::RotateCW(after, &afterCW); in arcCenter()
/third_party/flutter/skia/samplecode/
DSampleQuadStroker.cpp586 SkPointPriv::RotateCW(before, &beforeCW); in arcCenter()
587 SkPointPriv::RotateCW(after, &afterCW); in arcCenter()
/third_party/flutter/skia/src/gpu/ops/
DGrDashOp.cpp88 SkPointPriv::RotateCW(vecSrc, &vecSrcPerp); in calc_dash_scaling()
/third_party/skia/src/gpu/ops/
DDashOp.cpp55 SkPointPriv::RotateCW(vecSrc, &vecSrcPerp); in calc_dash_scaling()