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

  /external/chromium_org/third_party/skia/bench/
BitmapScaleBench.cpp 32 SkBitmap fInputBitmap, fOutputBitmap;
60 fInputBitmap.allocN32Pixels(fInputSize, fInputSize, true);
61 fInputBitmap.eraseColor(SK_ColorWHITE);
96 fInputBitmap.notifyPixelsChanged();
97 canvas.drawBitmapMatrix( fInputBitmap, fMatrix, &paint );
  /external/skia/bench/
BitmapScaleBench.cpp 32 SkBitmap fInputBitmap, fOutputBitmap;
60 fInputBitmap.allocN32Pixels(fInputSize, fInputSize, true);
61 fInputBitmap.eraseColor(SK_ColorWHITE);
96 fInputBitmap.notifyPixelsChanged();
97 canvas.drawBitmapMatrix( fInputBitmap, fMatrix, &paint );

Completed in 82 milliseconds