Lines Matching refs:paints
173 SkTArray<SkPaint> paints; variable
175 paints.push_back();
177 paints.push_back().setStyle(SkPaint::kStroke_Style);
178 paints.back().setStrokeWidth(kS / 6.f);
180 paints.push_back().setStyle(SkPaint::kStroke_Style);
181 paints.back().setStrokeWidth(0.f);
183 paints.push_back().setStyle(SkPaint::kStrokeAndFill_Style);
184 paints.back().setStrokeWidth(kS / 6.f);
186 paints.push_back().setStyle(SkPaint::kStroke_Style);
187 paints.back().setStrokeWidth(kS / 6.f);
189 paints.back().setPathEffect(SkDashPathEffect::Make(kDashIntervals, 2, 0.f));
194 for (auto paint : paints) {
205 SkScalar height = paints.count() * (kS + kPad);
208 for (auto paint : paints) {