Searched defs:fillIncompleteImage (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/codec/
H A DSkCodec.cpp383 // FIXME: (skbug.com/5772) fillIncompleteImage will fill using the swizzler's width, unless
389 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(),
531 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized,
599 void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, function in class:SkCodec
/external/skqp/src/codec/
H A DSkCodec.cpp383 // FIXME: (skbug.com/5772) fillIncompleteImage will fill using the swizzler's width, unless
389 this->fillIncompleteImage(info, pixels, rowBytes, options->fZeroInitialized, info.height(),
531 this->fillIncompleteImage(this->dstInfo(), dst, rowBytes, this->options().fZeroInitialized,
599 void SkCodec::fillIncompleteImage(const SkImageInfo& info, void* dst, size_t rowBytes, function in class:SkCodec

Completed in 182 milliseconds