Searched refs:DrawArcIsConvex (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 121 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
|
D | SkPath.cpp | 3774 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/ |
D | SkPathPriv.h | 116 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
|
D | SkPath.cpp | 3159 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/ |
D | GrShape.h | 323 return SkPathPriv::DrawArcIsConvex(fArcData.fSweepAngleDegrees, in knownToBeConvex()
|
/external/skia/src/gpu/geometry/ |
D | GrShape.cpp | 354 return SkPathPriv::DrawArcIsConvex(fArc.fSweepAngle, fArc.fUseCenter, simpleFill); in convex()
|