Home | History | Annotate | Download | only in tests

Lines Matching full:size1

145     size_t size1 = m.writeToMemory(nullptr);
147 REPORTER_ASSERT(reporter, size1 == size2);
148 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize);
152 REPORTER_ASSERT(reporter, size1 == size3);
157 REPORTER_ASSERT(reporter, size1 == size3);
158 REPORTER_ASSERT(reporter, memcmp(buffer, buffer2, size1) == 0);