Home | History | Annotate | Download | only in tests

Lines Matching refs:sourceImage

459     SkBitmap sourceImage;
461 sourceImage.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
462 sourceImage.allocPixels();
465 sourceImage.notifyPixelsChanged(); // to force re-serialization
466 canvas->drawBitmap(sourceImage, 0, 0, NULL);
648 SkBitmap sourceImage;
650 sourceImage.setConfig(SkBitmap::kARGB_8888_Config, 100, 100);
651 sourceImage.allocPixels();
658 canvas->drawBitmap(sourceImage, 0, 0, NULL);
668 canvas->drawBitmap(sourceImage, 0, 0, NULL);
678 canvas->drawBitmap(sourceImage, 0, 0, NULL);