Searched refs:hasStroke (Results 1 – 6 of 6) sorted by relevance
370 const bool hasStroke = SkToBool(this->strokePaint()); in applyOpacity() local376 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()
276 hasStroke = props.fStroke->type() != SkSVGPaint::Type::kNone; in applyOpacity() local284 if ((flags & kLeaf) && (hasFill ^ hasStroke) && !hasFilter) { in applyOpacity()
1082 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local1087 if (hasStroke) { in CircleOp()1868 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local1872 if (hasStroke) { in Make()3179 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in MakeCircularRRectOp() local3181 if (hasStroke) { in MakeCircularRRectOp()3232 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local3234 if (hasStroke) { in make_rrect_op()
961 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local966 if (hasStroke) { in CircleOp()1666 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local1670 if (hasStroke) { in Make()2788 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local2791 if (hasStroke) { in make_rrect_op()
1456 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local1468 if (hasStroke) { in shadePath()
1466 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local1478 if (hasStroke) { in shadePath()