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

  /external/skia/tests/
ReadPixelsTest.cpp 50 SkPMColor getBitmapColor(int x, int y, int w, int h) {
133 *pixel = getBitmapColor(x, y, w, h);
201 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw, bh) == pixel);
202 if (getBitmapColor(bx, by, bw, bh) != pixel) {
WritePixelsTest.cpp 97 uint32_t getBitmapColor(int x, int y, int w, int h, SkCanvas::Config8888 config8888) {
244 uint32_t bmpColor8888 = getBitmapColor(bx, by, bitmap.width(), bitmap.height(), config8888);
334 *pixel = getBitmapColor(x, y, w, h, config8888);

Completed in 52 milliseconds