Home
last modified time | relevance | path

Searched refs:getFillValue (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp391 fSwizzler->fill(fillInfo, fDst, fDstRowBytes, this->getFillValue(dstInfo), in decodeFrame()
440 fDstRowBytes, this->getFillValue(dstInfo), kNo_ZeroInitialized); in decodeFrame()
DSkSampledCodec.cpp334 const uint64_t fillValue = this->codec()->getFillValue(info); in sampledDecode()
DSkCodec.cpp452 const uint64_t fillValue = this->getFillValue(info); in fillIncompleteImage()
/external/skia/include/codec/
DSkCodec.h745 uint64_t getFillValue(const SkImageInfo& dstInfo) const { in getFillValue() function