Searched refs:fZeroInitialized (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/codec/ |
D | SkSampledCodec.cpp | 77 codecOptions.fZeroInitialized = options.fZeroInitialized; in onGetAndroidPixels() 120 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, in onGetAndroidPixels() 145 sampledOptions.fZeroInitialized = options.fZeroInitialized; in sampledDecode() 208 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, in sampledDecode() 216 options.fZeroInitialized, dstHeight, y + 1); in sampledDecode() 222 options.fZeroInitialized, dstHeight, y + 1); in sampledDecode() 265 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized); in sampledDecode() 275 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, in sampledDecode()
|
D | SkRawAdapterCodec.cpp | 25 codecOptions.fZeroInitialized = options.fZeroInitialized; in onGetAndroidPixels()
|
D | SkWebpAdapterCodec.cpp | 41 codecOptions.fZeroInitialized = options.fZeroInitialized; in onGetAndroidPixels()
|
D | SkCodec.cpp | 215 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(), in getPixels() 296 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized, in getScanlines()
|
D | SkGifCodec.cpp | 500 opts.fZeroInitialized); 561 fSwizzler->fill(fillInfo, dst, rowBytes, fillValue, this->options().fZeroInitialized);
|
D | SkBmpRLECodec.cpp | 320 SkSampler::Fill(dstInfo, dst, dstRowBytes, SK_ColorTRANSPARENT, opts.fZeroInitialized); in decodeRows()
|
D | SkSwizzler.cpp | 678 SkCodec::ZeroInitialized zeroInit = options.fZeroInitialized; in CreateSwizzler()
|
/external/skia/include/codec/ |
D | SkAndroidCodec.h | 137 : fZeroInitialized(SkCodec::kNo_ZeroInitialized) in AndroidOptions() 149 SkCodec::ZeroInitialized fZeroInitialized; member
|
D | SkCodec.h | 214 : fZeroInitialized(kNo_ZeroInitialized) in Options() 218 ZeroInitialized fZeroInitialized; member
|
/external/skia/bench/ |
D | CodecBench.cpp | 56 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in onDraw()
|
/external/skia/src/android/ |
D | SkBitmapRegionCodec.cpp | 127 options.fZeroInitialized = zeroInit; in decodeRegion()
|
/external/skia/fuzz/ |
D | fuzz.cpp | 153 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in fuzz_img()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 414 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in draw()
|