Home
last modified time | relevance | path

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

/external/skia/tests/
DBitmapTest.cpp54 const size_t explicitRowBytes = info.minRowBytes() + 24; in test_allocpixels() local
65 bm.setInfo(info, explicitRowBytes); in test_allocpixels()
66 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels()
68 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels()
70 bm.allocPixels(info, explicitRowBytes); in test_allocpixels()
71 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels()