HomeSort by relevance Sort by last modified time
    Searched defs:fillIncompleteImage (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkCodec.cpp 383 // 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,
  /external/skqp/src/codec/
SkCodec.cpp 383 // 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,

Completed in 75 milliseconds