Home
last modified time | relevance | path

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

/external/skia/tests/
DReadPixelsTest.cpp55 static SkPMColor getBitmapColor(int x, int y, int w) { in getBitmapColor() function
126 *pixel = getBitmapColor(x, y, w); in fillBitmap()
194 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel); in checkRead()
195 if (getBitmapColor(bx, by, bw) != *pixel) { in checkRead()
DWritePixelsTest.cpp84 static uint32_t getBitmapColor(int x, int y, int w, SkColorType ct, SkAlphaType at) { in getBitmapColor() function
223 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(), in check_write()
338 *bm->getAddr32(x, y) = getBitmapColor(x, y, w, ct, at); in setup_bitmap()