Searched refs:explicitRowBytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DBitmapTest.cpp16 const size_t explicitRowBytes = info.minRowBytes() + 24; local
27 bm.setInfo(info, explicitRowBytes);
28 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
30 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());
32 bm.allocPixels(info, explicitRowBytes);
33 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes());

Completed in 255 milliseconds