Lines Matching refs:bitmapSize
536 size_t bitmapSize = sourceImages[0].getSize(); in TestDeferredCanvasBitmapCaching() local
541 REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() > bitmapSize); in TestDeferredCanvasBitmapCaching()
552 REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() >= bitmapSize); in TestDeferredCanvasBitmapCaching()
555 REPORTER_ASSERT(reporter, canvas->freeMemoryIfPossible(~0U) >= bitmapSize); in TestDeferredCanvasBitmapCaching()
563 REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() < 2 * bitmapSize); in TestDeferredCanvasBitmapCaching()
570 REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() > 2 * bitmapSize); in TestDeferredCanvasBitmapCaching()
573 REPORTER_ASSERT(reporter, bytesFreed >= bitmapSize); in TestDeferredCanvasBitmapCaching()
574 REPORTER_ASSERT(reporter, bytesFreed < 2*bitmapSize); in TestDeferredCanvasBitmapCaching()
585 REPORTER_ASSERT(reporter, bytesFreed >= bitmapSize); in TestDeferredCanvasBitmapCaching()
586 REPORTER_ASSERT(reporter, bytesFreed < 2*bitmapSize); in TestDeferredCanvasBitmapCaching()
590 REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() < bitmapSize); in TestDeferredCanvasBitmapCaching()
596 REPORTER_ASSERT(reporter, canvas->storageAllocatedForRecording() > 2*bitmapSize); in TestDeferredCanvasBitmapCaching()