Searched refs:hasStroke (Results 1 – 3 of 3) sorted by relevance
295 const bool hasStroke = SkToBool(this->strokePaint()); in applyOpacity() local301 if ((flags & kLeaf) && (hasFill ^ hasStroke)) { in applyOpacity()
643 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in CircleOp() local648 if (hasStroke) { in CircleOp()1187 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in Make() local1191 if (hasStroke) { in Make()2314 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in make_rrect_op() local2317 if (hasStroke) { in make_rrect_op()
1463 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local1475 if (hasStroke) { in shadePath()