Home | History | Annotate | Download | only in tests

Lines Matching defs:size1

106     size_t size1 = m.writeToMemory(NULL);
108 REPORTER_ASSERT(reporter, size1 == size2);
109 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize);
113 REPORTER_ASSERT(reporter, size1 == size3);
118 REPORTER_ASSERT(reporter, size1 == size3);
119 REPORTER_ASSERT(reporter, memcmp(buffer, buffer2, size1) == 0);