Home | History | Annotate | Download | only in tests

Lines Matching full:paint

122     SkPaint paint;
146 paint.setDither(dither);
147 paint.setAlpha(blend ? 0x80 : 0xFF);
148 canvas.drawBitmap(srcBM, 0, 0, &paint);
164 Mesh(const SkBitmap& bm, SkPaint* paint) {
173 paint->setShader(s)->unref();
177 void draw(SkCanvas* canvas, SkPaint* paint) {
179 NULL, NULL, NULL, 0, *paint);
205 SkPaint paint;
213 Mesh mesh(srcBM, &paint);
235 paint.setDither(dither);
236 paint.setAlpha(alpha);
241 canvas0.drawRect(srcR, paint);
242 mesh.draw(&canvas1, &paint);