Searched refs:fInputBitmap (Results 1 – 1 of 1) sorted by relevance
32 SkBitmap fInputBitmap, fOutputBitmap; member in BitmapScaleBench60 fInputBitmap.allocN32Pixels(fInputSize, fInputSize, true); in onDelayedSetup()61 fInputBitmap.eraseColor(SK_ColorWHITE); in onDelayedSetup()96 fInputBitmap.notifyPixelsChanged(); in doScaleImage()98 canvas.drawBitmap(fInputBitmap, 0, 0, &paint ); in doScaleImage()