Home
last modified time | relevance | path

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

/external/skia/bench/
DDecodingBench.cpp72 fPixelStorage.reset(bm.info().getSafeSize(rowBytes)); in onPreDraw()
79 : fPixelStorage(storage) {} in TargetAllocator()
86 fPixelStorage, bm->rowBytes(), ct))->unref(); in allocPixelRef()
91 void* fPixelStorage; // Unowned. DecodingBench owns this. member in TargetAllocator
98 TargetAllocator allocator(fPixelStorage.get()); in onDraw()
DCodecBench.cpp62 fPixelStorage.reset(fInfo.getSafeSize(fInfo.minRowBytes())); in onPreDraw()
75 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
DDecodingBench.h37 SkAutoMalloc fPixelStorage; variable
DCodecBench.h36 SkAutoMalloc fPixelStorage; variable