Searched refs:isFillNoPathEffect (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 115 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect); 121 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
|
D | SkDevice.cpp | 114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local 116 isFillNoPathEffect); in drawArc()
|
D | SkPath.cpp | 3774 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex() argument 3775 if (isFillNoPathEffect && SkScalarAbs(sweepAngle) >= 360.f) { in DrawArcIsConvex() 3789 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in CreateDrawArcPath() argument 3796 if (isFillNoPathEffect && SkScalarAbs(sweepAngle) >= 360.f) { in CreateDrawArcPath() 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 | 110 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect); 116 static bool DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect);
|
D | SkDevice.cpp | 139 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local 141 isFillNoPathEffect); in drawArc()
|
D | SkPath.cpp | 3159 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex() argument 3160 if (isFillNoPathEffect && SkScalarAbs(sweepAngle) >= 360.f) { in DrawArcIsConvex() 3174 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in CreateDrawArcPath() argument 3185 if (isFillNoPathEffect && SkScalarAbs(sweepAngle) >= 360.f) { in CreateDrawArcPath() 3187 SkASSERT(path->isConvex() && DrawArcIsConvex(sweepAngle, false, isFillNoPathEffect)); in CreateDrawArcPath() 3195 bool convex = DrawArcIsConvex(sweepAngle, useCenter, isFillNoPathEffect); in CreateDrawArcPath()
|