/external/skia/src/codec/ |
SkRawAdapterCodec.cpp | 25 codecOptions.fZeroInitialized = options.fZeroInitialized;
|
SkWebpAdapterCodec.cpp | 41 codecOptions.fZeroInitialized = options.fZeroInitialized;
|
SkSampledCodec.cpp | 77 codecOptions.fZeroInitialized = options.fZeroInitialized; 120 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, 145 sampledOptions.fZeroInitialized = options.fZeroInitialized; 208 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, 216 options.fZeroInitialized, dstHeight, y + 1); 222 options.fZeroInitialized, dstHeight, y + 1); 265 SkSampler::Fill(fillInfo, rowPtr, rowBytes, fillValue, options.fZeroInitialized); 275 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, [all...] |
SkCodec.cpp | 215 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(), 296 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized,
|
SkGifCodec.cpp | 500 opts.fZeroInitialized); 561 fSwizzler->fill(fillInfo, dst, rowBytes, fillValue, this->options().fZeroInitialized);
|
SkBmpRLECodec.cpp | 320 SkSampler::Fill(dstInfo, dst, dstRowBytes, SK_ColorTRANSPARENT, opts.fZeroInitialized);
|
SkSwizzler.cpp | 678 SkCodec::ZeroInitialized zeroInit = options.fZeroInitialized; [all...] |
/external/skia/include/codec/ |
SkAndroidCodec.h | 137 : fZeroInitialized(SkCodec::kNo_ZeroInitialized) 149 SkCodec::ZeroInitialized fZeroInitialized;
|
SkCodec.h | 214 : fZeroInitialized(kNo_ZeroInitialized) 218 ZeroInitialized fZeroInitialized;
|
/external/skia/bench/ |
CodecBench.cpp | 56 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
|
/external/skia/src/android/ |
SkBitmapRegionCodec.cpp | 127 options.fZeroInitialized = zeroInit;
|
/external/skia/fuzz/ |
fuzz.cpp | 153 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
|
/frameworks/base/core/jni/android/graphics/ |
BitmapFactory.cpp | 411 codecOptions.fZeroInitialized = (decodeAllocator == &javaAllocator) ?
|
/external/skia/dm/ |
DMSrcSink.cpp | 414 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized; [all...] |