Searched defs:expectedBitmap (Results 1 - 2 of 2) sorted by last modified time

/external/skia/gm/
H A Dgmmain.cpp730 * Log more detail about the mistmatch between expectedBitmap and
733 void report_bitmap_diffs(const SkBitmap& expectedBitmap, const SkBitmap& actualBitmap, argument
735 const int expectedWidth = expectedBitmap.width();
736 const int expectedHeight = expectedBitmap.height();
745 if ((kN32_SkColorType != expectedBitmap.colorType()) ||
752 SkAutoLockPixels alp0(expectedBitmap);
761 const SkPMColor* expectedPixelPtr = expectedBitmap.getAddr32(0, y);
/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp731 * Log more detail about the mistmatch between expectedBitmap and
734 void report_bitmap_diffs(const SkBitmap& expectedBitmap, const SkBitmap& actualBitmap, argument
736 const int expectedWidth = expectedBitmap.width();
737 const int expectedHeight = expectedBitmap.height();
746 if ((kN32_SkColorType != expectedBitmap.colorType()) ||
753 SkAutoLockPixels alp0(expectedBitmap);
762 const SkPMColor* expectedPixelPtr = expectedBitmap.getAddr32(0, y);

Completed in 61 milliseconds