Searched refs:explicitRowBytes (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tests/ |
D | BitmapTest.cpp | 61 const size_t explicitRowBytes = info.minRowBytes() + 24; in test_allocpixels() local 72 bm.setInfo(info, explicitRowBytes); in test_allocpixels() 73 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels() 75 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels() 77 bm.allocPixels(info, explicitRowBytes); in test_allocpixels() 78 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels()
|
/external/skia/tests/ |
D | BitmapTest.cpp | 65 const size_t explicitRowBytes = info.minRowBytes() + 24; in test_allocpixels() local 76 bm.setInfo(info, explicitRowBytes); in test_allocpixels() 77 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels() 79 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels() 81 bm.allocPixels(info, explicitRowBytes); in test_allocpixels() 82 REPORTER_ASSERT(reporter, explicitRowBytes == bm.rowBytes()); in test_allocpixels()
|