Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/tests/
DReadPixelsTest.cpp54 static SkPMColor getBitmapColor(int x, int y, int w) { in getBitmapColor() function
127 *pixel = getBitmapColor(x, y, w); in fillBitmap()
195 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel); in checkRead()
196 if (getBitmapColor(bx, by, bw) != *pixel) { in checkRead()
DWritePixelsTest.cpp83 static uint32_t getBitmapColor(int x, int y, int w, SkColorType ct, SkAlphaType at) { in getBitmapColor() function
229 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(), in checkWrite()
348 *bm->getAddr32(x, y) = getBitmapColor(x, y, w, ct, at); in setupBitmap()
/external/skia/tests/
DReadPixelsTest.cpp54 static SkPMColor getBitmapColor(int x, int y, int w) { in getBitmapColor() function
127 *pixel = getBitmapColor(x, y, w); in fillBitmap()
195 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel); in checkRead()
196 if (getBitmapColor(bx, by, bw) != *pixel) { in checkRead()
DWritePixelsTest.cpp83 static uint32_t getBitmapColor(int x, int y, int w, SkColorType ct, SkAlphaType at) { in getBitmapColor() function
229 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(), in checkWrite()
348 *bm->getAddr32(x, y) = getBitmapColor(x, y, w, ct, at); in setupBitmap()