Home | History | Annotate | Download | only in tests

Lines Matching defs:Copy

154     static sk_sp<SkPicture> Copy(SkPictureRecorder* recorder) {
210 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
212 // The extra save and restore comes from the Copy process.
213 check_save_state(reporter, copy.get(), 2, 1, 3);
221 // The copy shouldn't pick up any operations added after it was made
222 check_save_state(reporter, copy.get(), 2, 1, 3);
234 sk_sp<SkPicture> copy(SkPictureRecorderReplayTester::Copy(&recorder));
235 check_balance(reporter, copy.get());