HomeSort by relevance Sort by last modified time
    Searched refs:fInputSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/bench/
BitmapScaleBench.cpp 18 int fInputSize;
24 fInputSize = is;
40 return fInputSize;
56 fName.printf( "bitmap_scale_%s_%d_%d", name, fInputSize, fOutputSize );
60 fInputBitmap.allocN32Pixels(fInputSize, fInputSize, true);
  /external/skia/bench/
BitmapScaleBench.cpp 18 int fInputSize;
24 fInputSize = is;
40 return fInputSize;
56 fName.printf( "bitmap_scale_%s_%d_%d", name, fInputSize, fOutputSize );
60 fInputBitmap.allocN32Pixels(fInputSize, fInputSize, true);

Completed in 68 milliseconds