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.cpp139 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local
DSkPath.cpp3159 bool SkPathPriv::DrawArcIsConvex(SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in DrawArcIsConvex()
3174 SkScalar sweepAngle, bool useCenter, bool isFillNoPathEffect) { in CreateDrawArcPath()