Home
last modified time | relevance | path

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

/external/skqp/experimental/svg/model/
DSkSVGRenderContext.cpp370 const bool hasStroke = SkToBool(this->strokePaint()); in applyOpacity() local
376 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()
/external/skia/modules/svg/src/
DSkSVGRenderContext.cpp276 hasStroke = props.fStroke->type() != SkSVGPaint::Type::kNone; in applyOpacity() local
284 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1082 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local
1087 if (hasStroke) { in CircleOp()
1868 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local
1872 if (hasStroke) { in Make()
3179 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in MakeCircularRRectOp() local
3181 if (hasStroke) { in MakeCircularRRectOp()
3232 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local
3234 if (hasStroke) { in make_rrect_op()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp961 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local
966 if (hasStroke) { in CircleOp()
1666 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local
1670 if (hasStroke) { in Make()
2788 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local
2791 if (hasStroke) { in make_rrect_op()
/external/skia/src/xps/
DSkXPSDevice.cpp1456 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local
1468 if (hasStroke) { in shadePath()
/external/skqp/src/xps/
DSkXPSDevice.cpp1466 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local
1478 if (hasStroke) { in shadePath()