Home | History | Annotate | Download | only in tests

Lines Matching defs:bounds2

1021     SkRect bounds2 = SkRect::MakeXYWH(20, 20, 10, 10);
1022 canvas.saveLayer(&bounds2, &filterPaint);
1025 canvas.drawRect(bounds2, greenPaint);