Home
last modified time | relevance | path

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

/external/skia/bench/
DBitmapScaleBench.cpp18 int fInputSize; member in BitmapScaleBench
24 fInputSize = is; in BitmapScaleBench()
40 return fInputSize; in inputSize()
56 fName.printf( "bitmap_scale_%s_%d_%d", name, fInputSize, fOutputSize ); in setName()
60 fInputBitmap.allocN32Pixels(fInputSize, fInputSize, true); in onPreDraw()