Searched refs:DrawArcIsConvex (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPathPriv.h | 117 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
|
H A D | SkPath.cpp | 3225 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex() function in SkPathPriv 3253 SkASSERT(path->isConvex() && DrawArcIsConvex(sweepAngle, false, isFillNoPathEffect)); in CreateDrawArcPath() 3261 bool convex = DrawArcIsConvex(sweepAngle, useCenter, isFillNoPathEffect); in CreateDrawArcPath()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 354 return SkPathPriv::DrawArcIsConvex(fArc.fSweepAngle, fArc.fUseCenter, simpleFill); in convex()
|
Completed in 14 milliseconds