Searched refs:fPixelStorage (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | GrPixmap.h | 24 bool ownsPixels() const { return SkToBool(fPixelStorage); } in ownsPixels() 25 sk_sp<SkData> pixelStorage() const { return fPixelStorage; } in pixelStorage() 72 fPixelStorage = std::move(storage); in GrPixmapBase() 79 sk_sp<SkData> fPixelStorage; variable
|
/external/skia/bench/ |
D | AndroidCodecBench.cpp | 40 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 52 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
|
D | CodecBench.cpp | 47 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 61 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
|
D | AndroidCodecBench.h | 37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
|
D | CodecBench.h | 38 SkAutoMalloc fPixelStorage; variable
|
/external/skqp/bench/ |
D | CodecBench.cpp | 46 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 60 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
|
D | AndroidCodecBench.cpp | 41 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
|
D | AndroidCodecBench.h | 37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
|
D | CodecBench.h | 38 SkAutoMalloc fPixelStorage; variable
|