Home | History | Annotate | Download | only in gm

Lines Matching refs:paints

163     SkTArray<SkPaint> paints;
165 paints.push_back();
167 paints.push_back().setStyle(SkPaint::kStroke_Style);
168 paints.back().setStrokeWidth(kS / 6.f);
170 paints.push_back().setStyle(SkPaint::kStroke_Style);
171 paints.back().setStrokeWidth(0.f);
173 paints.push_back().setStyle(SkPaint::kStrokeAndFill_Style);
174 paints.back().setStrokeWidth(kS / 6.f);
176 paints.push_back().setStyle(SkPaint::kStroke_Style);
177 paints.back().setStrokeWidth(kS / 6.f);
179 paints.back().setPathEffect(SkDashPathEffect::Make(kDashIntervals, 2, 0.f));
184 for (auto paint : paints) {
195 SkScalar height = paints.count() * (kS + kPad);
198 for (auto paint : paints) {