Home
last modified time | relevance | path

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

/external/skia/tests/
DReadPixelsTest.cpp368 SkBitmap wkbmp; in test_readpixels() local
369 bool success = canvas->readPixels(srcRect, &wkbmp); in test_readpixels()
373 REPORTER_ASSERT(reporter, kN32_SkColorType == wkbmp.colorType()); in test_readpixels()
374 REPORTER_ASSERT(reporter, kPremul_SkAlphaType == wkbmp.alphaType()); in test_readpixels()
375 check_read(reporter, wkbmp, clippedRect.fLeft, in test_readpixels()