Lines Matching defs:copy
66 SkClipStack copy = s;
67 REPORTER_ASSERT(reporter, s == copy);
72 REPORTER_ASSERT(reporter, s != copy);
79 REPORTER_ASSERT(reporter, s == copy);
88 REPORTER_ASSERT(reporter, s != copy);
96 REPORTER_ASSERT(reporter, s == copy);
106 REPORTER_ASSERT(reporter, s != copy);
111 copy.restore();
112 REPORTER_ASSERT(reporter, 2 == copy.getSaveCount());
113 REPORTER_ASSERT(reporter, s == copy);
116 copy.restore();
117 REPORTER_ASSERT(reporter, 1 == copy.getSaveCount());
118 REPORTER_ASSERT(reporter, s == copy);
128 REPORTER_ASSERT(reporter, s != copy);