HomeSort by relevance Sort by last modified time
    Searched refs:fZeroInitialized (Results 1 - 25 of 32) sorted by null

1 2

  /external/skia/src/codec/
SkAndroidCodecAdapter.cpp 27 codecOptions.fZeroInitialized = options.fZeroInitialized;
SkSampledCodec.cpp 78 codecOptions.fZeroInitialized = options.fZeroInitialized;
125 options.fZeroInitialized, scaledSubsetHeight, rowsDecoded);
152 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
172 sampledOptions.fZeroInitialized = options.fZeroInitialized;
254 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
289 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
297 options.fZeroInitialized, dstHeight, y + 1);
303 options.fZeroInitialized, dstHeight, y + 1)
    [all...]
SkCodec.cpp 288 prevFrameOptions.fZeroInitialized = kNo_ZeroInitialized;
376 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(),
527 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized,
SkBmpStandardCodec.cpp 189 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized;
SkBmpRLECodec.cpp 286 SkSampler::Fill(dstInfo, dst, dstRowBytes, opts.fZeroInitialized);
SkGifCodec.cpp 347 SkSampler::Fill(fillInfo, fDst, fDstRowBytes, opts.fZeroInitialized);
SkWebpCodec.cpp 395 SkSampler::Fill(dstInfo, dst, rowBytes, options.fZeroInitialized);
SkPngCodec.cpp     [all...]
  /external/skqp/src/codec/
SkAndroidCodecAdapter.cpp 27 codecOptions.fZeroInitialized = options.fZeroInitialized;
SkSampledCodec.cpp 78 codecOptions.fZeroInitialized = options.fZeroInitialized;
125 options.fZeroInitialized, scaledSubsetHeight, rowsDecoded);
152 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
172 sampledOptions.fZeroInitialized = options.fZeroInitialized;
254 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
289 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized,
297 options.fZeroInitialized, dstHeight, y + 1);
303 options.fZeroInitialized, dstHeight, y + 1)
    [all...]
SkCodec.cpp 288 prevFrameOptions.fZeroInitialized = kNo_ZeroInitialized;
376 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(),
527 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized,
SkBmpStandardCodec.cpp 189 swizzlerOptions.fZeroInitialized = kNo_ZeroInitialized;
SkBmpRLECodec.cpp 286 SkSampler::Fill(dstInfo, dst, dstRowBytes, opts.fZeroInitialized);
SkGifCodec.cpp 347 SkSampler::Fill(fillInfo, fDst, fDstRowBytes, opts.fZeroInitialized);
SkWebpCodec.cpp 395 SkSampler::Fill(dstInfo, dst, rowBytes, options.fZeroInitialized);
  /external/skia/include/codec/
SkAndroidCodec.h 193 : fZeroInitialized(SkCodec::kNo_ZeroInitialized)
203 SkCodec::ZeroInitialized fZeroInitialized;
SkCodec.h 256 : fZeroInitialized(kNo_ZeroInitialized)
262 ZeroInitialized fZeroInitialized;
297 * indicate that that frame is already in the dst. Options.fZeroInitialized
    [all...]
  /external/skqp/include/codec/
SkAndroidCodec.h 193 : fZeroInitialized(SkCodec::kNo_ZeroInitialized)
203 SkCodec::ZeroInitialized fZeroInitialized;
SkCodec.h 256 : fZeroInitialized(kNo_ZeroInitialized)
262 ZeroInitialized fZeroInitialized;
297 * indicate that that frame is already in the dst. Options.fZeroInitialized
    [all...]
  /external/skia/bench/
CodecBench.cpp 53 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
  /external/skqp/bench/
CodecBench.cpp 53 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
  /external/skia/src/android/
SkBitmapRegionCodec.cpp 103 options.fZeroInitialized = zeroInit;
  /external/skqp/src/android/
SkBitmapRegionCodec.cpp 103 options.fZeroInitialized = zeroInit;
  /external/skia/fuzz/
FuzzMain.cpp 425 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
  /external/skqp/fuzz/
FuzzMain.cpp 419 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;

Completed in 1542 milliseconds

1 2