Home
last modified time | relevance | path

Searched refs:fZeroInitialized (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/codec/
DSkSampledCodec.cpp77 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()
DSkRawAdapterCodec.cpp25 codecOptions.fZeroInitialized = options.fZeroInitialized; in onGetAndroidPixels()
DSkWebpAdapterCodec.cpp41 codecOptions.fZeroInitialized = options.fZeroInitialized; in onGetAndroidPixels()
DSkCodec.cpp215 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(), in getPixels()
296 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized, in getScanlines()
DSkGifCodec.cpp500 opts.fZeroInitialized);
561 fSwizzler->fill(fillInfo, dst, rowBytes, fillValue, this->options().fZeroInitialized);
DSkBmpRLECodec.cpp320 SkSampler::Fill(dstInfo, dst, dstRowBytes, SK_ColorTRANSPARENT, opts.fZeroInitialized); in decodeRows()
DSkSwizzler.cpp678 SkCodec::ZeroInitialized zeroInit = options.fZeroInitialized; in CreateSwizzler()
/external/skia/include/codec/
DSkAndroidCodec.h137 : fZeroInitialized(SkCodec::kNo_ZeroInitialized) in AndroidOptions()
149 SkCodec::ZeroInitialized fZeroInitialized; member
DSkCodec.h214 : fZeroInitialized(kNo_ZeroInitialized) in Options()
218 ZeroInitialized fZeroInitialized; member
/external/skia/bench/
DCodecBench.cpp56 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in onDraw()
/external/skia/src/android/
DSkBitmapRegionCodec.cpp127 options.fZeroInitialized = zeroInit; in decodeRegion()
/external/skia/fuzz/
Dfuzz.cpp153 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in fuzz_img()
/external/skia/dm/
DDMSrcSink.cpp414 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; in draw()