Home
last modified time | relevance | path

Searched refs:fillIncompleteImage (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/codec/
H A DSkSampledCodec.cpp122 this->codec()->fillIncompleteImage(scaledInfo, pixels, rowBytes, in onGetAndroidPixels()
150 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, in onGetAndroidPixels()
247 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, in sampledDecode()
286 this->codec()->fillIncompleteImage(info, pixels, rowBytes, options.fZeroInitialized, in sampledDecode()
293 this->codec()->fillIncompleteImage(info, pixels, rowBytes, in sampledDecode()
299 this->codec()->fillIncompleteImage(info, pixels, rowBytes, in sampledDecode()
H A DSkCodec.cpp445 // FIXME: (skbug.com/5772) fillIncompleteImage will fill using the swizzler's width, unless in getPixels()
451 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(), in getPixels()
613 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized, in getScanlines()
656 void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, in fillIncompleteImage() function in SkCodec
/third_party/skia/include/codec/
H A DSkCodec.h963 void fillIncompleteImage(const SkImageInfo& dstInfo, void* dst, size_t rowBytes,
976 friend class DM::CodecSrc; // for fillIncompleteImage
/third_party/skia/dm/
H A DDMSrcSink.cpp612 codec->fillIncompleteImage(decodeInfo, dst, rowBytes, in draw()

Completed in 9 milliseconds