Searched refs:fPixelStorage (Results 1 – 4 of 4) sorted by relevance
41 fPixelStorage.reset(fInfo.getSafeSize(fInfo.minRowBytes())); in onDelayedSetup()53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
47 fPixelStorage.reset(fInfo.getSafeSize(fInfo.minRowBytes())); in onDelayedSetup()64 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
36 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
37 SkAutoMalloc fPixelStorage; variable