Home | History | Annotate | Download | only in tests

Lines Matching defs:scaled

1294                 ERRORF(reporter, "Expected scaled pixels to be the same. At %d,%d 0x%08x != 0x%08x",
1308 SkAutoPixmapStorage scaled;
1309 scaled.alloc(info);
1310 if (!image->scalePixels(scaled, kLow_SkFilterQuality, chint)) {
1315 check_scaled_pixels(reporter, &scaled, expected);