Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp309 hasStroke = props.fStroke->type() != SkSVGPaint::Type::kNone; in applyOpacity() local
317 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
/third_party/skia/src/gpu/ops/
H A DGrOvalOpFactory.cpp1077 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle;
1082 if (hasStroke) {
1883 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
1887 if (hasStroke) {
3221 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
3223 if (hasStroke) {
3274 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style;
3276 if (hasStroke) {
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1459 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local
1471 if (hasStroke) { in shadePath()

Completed in 8 milliseconds