Searched refs:hasStroke (Results 1 – 3 of 3) sorted by relevance
309 hasStroke = props.fStroke->type() != SkSVGPaint::Type::kNone; in applyOpacity() local317 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
1048 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local1053 if (hasStroke) { in CircleOp()1854 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local1858 if (hasStroke) { in Make()3192 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in MakeCircularRRectOp() local3194 if (hasStroke) { in MakeCircularRRectOp()3245 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local3247 if (hasStroke) { in make_rrect_op()
1459 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local1471 if (hasStroke) { in shadePath()