Home
last modified time | relevance | path

Searched refs:DrawArcIsConvex (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkPathPriv.h121 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
DSkPath.cpp3774 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex() function in SkPathPriv
3798 SkASSERT(path->isConvex() && DrawArcIsConvex(sweepAngle, false, isFillNoPathEffect)); in CreateDrawArcPath()
3806 bool convex = DrawArcIsConvex(sweepAngle, useCenter, isFillNoPathEffect); in CreateDrawArcPath()
/external/skia/src/core/
DSkPathPriv.h116 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
DSkPath.cpp3159 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex() function in SkPathPriv
3187 SkASSERT(path->isConvex() && DrawArcIsConvex(sweepAngle, false, isFillNoPathEffect)); in CreateDrawArcPath()
3195 bool convex = DrawArcIsConvex(sweepAngle, useCenter, isFillNoPathEffect); in CreateDrawArcPath()
/external/skqp/src/gpu/
DGrShape.h323 return SkPathPriv::DrawArcIsConvex(fArcData.fSweepAngleDegrees, in knownToBeConvex()
/external/skia/src/gpu/geometry/
DGrShape.cpp354 return SkPathPriv::DrawArcIsConvex(fArc.fSweepAngle, fArc.fUseCenter, simpleFill); in convex()