HomeSort by relevance Sort by last modified time
    Searched refs:getFillValue (Results 1 - 8 of 8) sorted by null

  /external/skia/include/codec/
SkCodec.h 760 uint64_t getFillValue(const SkImageInfo& dstInfo) const {
    [all...]
  /external/skqp/include/codec/
SkCodec.h 760 uint64_t getFillValue(const SkImageInfo& dstInfo) const {
    [all...]
  /external/skia/src/codec/
SkSampledCodec.cpp 332 const uint64_t fillValue = this->codec()->getFillValue(info);
SkGifCodec.cpp 360 fSwizzler->fill(fillInfo, fDst, fDstRowBytes, this->getFillValue(dstInfo),
SkCodec.cpp 603 const uint64_t fillValue = this->getFillValue(info);
  /external/skqp/src/codec/
SkSampledCodec.cpp 332 const uint64_t fillValue = this->codec()->getFillValue(info);
SkGifCodec.cpp 360 fSwizzler->fill(fillInfo, fDst, fDstRowBytes, this->getFillValue(dstInfo),
SkCodec.cpp 603 const uint64_t fillValue = this->getFillValue(info);

Completed in 284 milliseconds