Lines Matching defs:actual
142 static void compare_blobs(const SkBitmap& expected, const SkBitmap& actual,
144 SkASSERT(expected.width() == actual.width());
145 SkASSERT(expected.height() == actual.height());
149 SkColor actualColor = actual.getColor(i, j);
231 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, dContext);
232 compare_blobs(expected, actual, reporter);
494 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, direct);
495 compare_blobs(expected, actual, reporter, 1);
571 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, direct);
572 compare_blobs(expected, actual, reporter);
642 SkBitmap actual = RasterBlob(clientBlob, 800, 800, paint, ctxInfo.grContext());
646 compare_blobs(expected, actual, reporter, 36);
683 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, direct, nullptr, 0.5);
684 compare_blobs(expected, actual, reporter);
729 SkBitmap actual = RasterBlob(clientBlob, 10, 10, paint, direct, &matrix);
730 compare_blobs(expected, actual, reporter);