Searched defs:storageBytes (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DImageIsOpaqueTest.cpp24 const size_t storageBytes = 8000; local
25 SkAutoTMalloc<uint32_t> storage(storageBytes / sizeof(uint32_t));
26 SkBinaryWriteBuffer wb(storage.get(), storageBytes);
28 SkASSERT(wb.bytesWritten() < storageBytes);

Completed in 144 milliseconds