Lines Matching defs:copy
51 SkClipStack copy = s;
52 REPORTER_ASSERT(reporter, s == copy);
57 REPORTER_ASSERT(reporter, s != copy);
65 REPORTER_ASSERT(reporter, s == copy);
75 REPORTER_ASSERT(reporter, s != copy);
87 REPORTER_ASSERT(reporter, s != copy);
98 REPORTER_ASSERT(reporter, s != copy);
104 copy.restore();
105 REPORTER_ASSERT(reporter, 2 == copy.getSaveCount());
106 REPORTER_ASSERT(reporter, s == copy);
109 copy.restore();
110 REPORTER_ASSERT(reporter, 1 == copy.getSaveCount());
111 REPORTER_ASSERT(reporter, s == copy);
121 REPORTER_ASSERT(reporter, s != copy);