Home
last modified time | relevance | path

Searched refs:hasStroke (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp295 const bool hasStroke = SkToBool(this->strokePaint()); in applyOpacity() local
301 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp643 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local
648 if (hasStroke) { in CircleOp()
1187 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local
1191 if (hasStroke) { in Make()
2314 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local
2317 if (hasStroke) { in make_rrect_op()
/external/skia/src/xps/
DSkXPSDevice.cpp1463 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local
1475 if (hasStroke) { in shadePath()