Searched refs:getFillValue (Results 1 – 4 of 4) sorted by relevance
391 fSwizzler->fill(fillInfo, fDst, fDstRowBytes, this->getFillValue(dstInfo), in decodeFrame()440 fDstRowBytes, this->getFillValue(dstInfo), kNo_ZeroInitialized); in decodeFrame()
334 const uint64_t fillValue = this->codec()->getFillValue(info); in sampledDecode()
452 const uint64_t fillValue = this->getFillValue(info); in fillIncompleteImage()
745 uint64_t getFillValue(const SkImageInfo& dstInfo) const { in getFillValue() function