Home
last modified time | relevance | path

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

/external/skia/bench/
DAndroidCodecBench.cpp41 fPixelStorage.reset(fInfo.getSafeSize(fInfo.minRowBytes())); in onDelayedSetup()
53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
DCodecBench.cpp49 fPixelStorage.reset(fInfo.getSafeSize(fInfo.minRowBytes())); in onDelayedSetup()
63 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
DAndroidCodecBench.h37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
DCodecBench.h38 SkAutoMalloc fPixelStorage; variable