HomeSort by relevance Sort by last modified time
    Searched refs:getBitmapColor (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ReadPixelsTest.cpp 55 static SkPMColor getBitmapColor(int x, int y, int w) {
126 *pixel = getBitmapColor(x, y, w);
194 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel);
195 if (getBitmapColor(bx, by, bw) != *pixel) {
WritePixelsTest.cpp 84 static uint32_t getBitmapColor(int x, int y, int w, SkColorType ct, SkAlphaType at) {
223 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(),
338 *bm->getAddr32(x, y) = getBitmapColor(x, y, w, ct, at);

Completed in 72 milliseconds