Searched refs:RotateCW (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
D | SkPointPriv.h | 83 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()
|
D | SkStrokerPriv.cpp | 23 SkPointPriv::RotateCW(normal, ¶llel); in RoundCapper() 34 SkPointPriv::RotateCW(normal, ¶llel); in SquareCapper()
|
/third_party/flutter/skia/src/core/ |
D | SkPointPriv.h | 83 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()
|
D | SkStrokerPriv.cpp | 23 SkPointPriv::RotateCW(normal, ¶llel); in RoundCapper() 34 SkPointPriv::RotateCW(normal, ¶llel); in SquareCapper()
|
/third_party/skia/samplecode/ |
D | SampleQuadStroker.cpp | 579 SkPointPriv::RotateCW(before, &beforeCW); in arcCenter() 580 SkPointPriv::RotateCW(after, &afterCW); in arcCenter()
|
/third_party/flutter/skia/samplecode/ |
D | SampleQuadStroker.cpp | 586 SkPointPriv::RotateCW(before, &beforeCW); in arcCenter() 587 SkPointPriv::RotateCW(after, &afterCW); in arcCenter()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDashOp.cpp | 88 SkPointPriv::RotateCW(vecSrc, &vecSrcPerp); in calc_dash_scaling()
|
/third_party/skia/src/gpu/ops/ |
D | DashOp.cpp | 55 SkPointPriv::RotateCW(vecSrc, &vecSrcPerp); in calc_dash_scaling()
|