Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkDevice.cpp136 bool isFillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in drawArc() local
H A DSkPath.cpp3289 bool isFillNoPathEffect) { in DrawArcIsConvex()
3303 void SkPathPriv::CreateDrawArcPath(SkPath* path, const SkArc& arc, bool isFillNoPathEffect) { in CreateDrawArcPath()