Home | History | Annotate | Download | only in tests

Lines Matching refs:Restore

47     assert_type<SkRecords::Restore> (r, rerecord, 2);
62 assert_type<SkRecords::Restore> (r, rerecord, 2);
63 assert_type<SkRecords::Restore> (r, rerecord, 3);
86 assert_type<SkRecords::Restore> (r, translateRecord, 3);
138 recorder.restore();
199 assert_type<SkRecords::Restore> (r, rerecord, 2);
222 assert_type<SkRecords::Restore> (r, rerecord, 2);
232 // bounds for the saveLayer, clip, and restore to be greater than the bounds of the picture.
233 // (We were applying the saveLayer paint to the bounds after restore, which makes no sense.)
246 recorder.restore();
252 // The saveLayer, clipRect, and restore bounds were incorrectly (0,0,70,50).