Lines Matching defs:canvas
69 // Test to verify the playback of a picture into a canvas that has
104 auto canvas = recorder.beginRecording(cull, bbh);
105 canvas->save();
106 canvas->clipRect(cull);
107 canvas->drawRect({-20,-20,-10,-10}, SkPaint{});
108 canvas->drawRect({-20,-20,-10,-10}, SkPaint{});
109 canvas->restore();
116 auto canvas = recorder.beginRecording(cull, &factory);
117 canvas->clipRect(cull);
118 canvas->drawRect({-20,-20,-10,-10}, SkPaint{});
119 canvas->drawRect({-20,-20,-10,-10}, SkPaint{});