Home | History | Annotate | Download | only in tests

Lines Matching defs:bitmapSize

282     size_t bitmapSize = sourceImages[0].getSize();
287 REPORTER_ASSERT(reporter, canvas.storageAllocatedForRecording() > bitmapSize);
298 REPORTER_ASSERT(reporter, canvas.storageAllocatedForRecording() >= bitmapSize);
301 REPORTER_ASSERT(reporter, canvas.freeMemoryIfPossible(~0U) >= bitmapSize);
309 REPORTER_ASSERT(reporter, canvas.storageAllocatedForRecording() < 2 * bitmapSize);
316 REPORTER_ASSERT(reporter, canvas.storageAllocatedForRecording() > 2 * bitmapSize);
319 REPORTER_ASSERT(reporter, bytesFreed >= bitmapSize);
320 REPORTER_ASSERT(reporter, bytesFreed < 2*bitmapSize);
331 REPORTER_ASSERT(reporter, bytesFreed >= bitmapSize);
332 REPORTER_ASSERT(reporter, bytesFreed < 2*bitmapSize);
336 REPORTER_ASSERT(reporter, canvas.storageAllocatedForRecording() < bitmapSize);
342 REPORTER_ASSERT(reporter, canvas.storageAllocatedForRecording() > 2*bitmapSize);