Searched refs:explicitRowBytes (Results 1 – 1 of 1) sorted by relevance
54 const size_t explicitRowBytes = info.minRowBytes() + 24; in test_allocpixels() local65 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()