Home
last modified time | relevance | path

Searched refs:fInputBitmap (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DBitmapScaleBench.cpp32 SkBitmap fInputBitmap, fOutputBitmap; member in BitmapScaleBench
60 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()