Lines Matching defs:paint
83 SkPaint paint;
84 paint.setColor(SK_ColorBLACK);
85 canvas->drawRect(SkRect::MakeXYWH(5, 5, 10, 10), paint);
114 SkPaint paint;
115 paint.setColor(SK_ColorBLACK);
116 surface->getCanvas()->drawRect(SkRect::MakeXYWH(4000, 2, 28000, 30), paint);
278 SkPaint paint;
279 paint.setBlendMode(SkBlendMode::kSrc);
280 paint.setColor(SK_ColorRED);
282 surface->getCanvas()->drawRect(SkRect::MakeXYWH(1, 1, 1, 1), paint);