Home
last modified time | relevance | path

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

/external/skia/include/codec/
DSkCodec.h579 uint32_t getFillValue(SkColorType colorType) const { in getFillValue() function
/external/skia/src/codec/
DSkCodec.cpp353 const uint32_t fillValue = this->getFillValue(info.colorType()); in fillIncompleteImage()
DSkSampledCodec.cpp256 const uint32_t fillValue = this->codec()->getFillValue(info.colorType()); in sampledDecode()
DSkGifCodec.cpp499 SkSampler::Fill(dstInfo, dst, dstRowBytes, this->getFillValue(dstInfo.colorType()),