Home
last modified time | relevance | path

Searched refs:fillNoPathEffect (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/fonts/
DSkTestSVGTypeface.cpp1136 bool fillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in onDrawArc() local
1138 fillNoPathEffect); in onDrawArc()
/external/skia/tools/fonts/
DTestSVGTypeface.cpp1268 bool fillNoPathEffect = SkPaint::kFill_Style == paint.getStyle() && !paint.getPathEffect(); in onDrawArc() local
1270 &path, oval, startAngle, sweepAngle, useCenter, fillNoPathEffect); in onDrawArc()