Searched refs:hasStroke (Results 1 – 2 of 2) sorted by relevance
818 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in create_circle_batch() local823 if (hasStroke) { in create_circle_batch()1068 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in create_ellipse_batch() local1072 if (hasStroke) { in create_ellipse_batch()1902 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; in create_rrect_batch() local1904 if (hasStroke) { in create_rrect_batch()1930 if ((!hasStroke || scaledStroke.fX == scaledStroke.fY) && xRadius == yRadius) { in create_rrect_batch()1934 if (hasStroke) { in create_rrect_batch()1974 if (hasStroke) { in create_rrect_batch()
1475 const bool hasStroke = SkPaint::kStroke_Style == style in shadePath() local1487 if (hasStroke) { in shadePath()