Home
last modified time | relevance | path

Searched defs:isFillNoPathEffect (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkDevice.cpp114 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local
DSkPath.cpp3774 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex()
3789 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in CreateDrawArcPath()
/external/skia/src/core/
DSkDevice.cpp100 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local
DSkPath.cpp3133 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex()
3148 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in CreateDrawArcPath()