Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DBitmapTest.cpp65 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()

Completed in 1 milliseconds