Home
last modified time | relevance | path

Searched refs:DrawArcIsConvex (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkPathPriv.h117 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
H A DSkPath.cpp3225 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 DGrShape.cpp354 return SkPathPriv::DrawArcIsConvex(fArc.fSweepAngle, fArc.fUseCenter, simpleFill); in convex()

Completed in 9 milliseconds