Home
last modified time | relevance | path

Searched refs:swizzleWidth (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/codec/
DSkHeifCodec.cpp219 dstWidth = fSwizzler->swizzleWidth(); in readRows()
228 dstWidth = fSwizzler->swizzleWidth(); in readRows()
288 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
DSkGifCodec.cpp511 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
514 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
525 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel; in haveDecodedRow()
DSkMaskSwizzler.h47 int swizzleWidth() const { return fDstWidth; } in swizzleWidth() function
DSkSwizzler.h82 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth() function
DSkBmpMaskCodec.cpp97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth()); in decodeRows()
DSkJpegCodec.cpp521 dstWidth = fSwizzler->swizzleWidth(); in readRows()
530 dstWidth = fSwizzler->swizzleWidth(); in readRows()
623 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
DSkBmpStandardCodec.cpp236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
DSkWuffsCodec.cpp563 blend(reinterpret_cast<uint32_t*>(d), swizzled, fSwizzler->swizzleWidth()); in onIncrementalDecode()
DSkPngCodec.cpp1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
/external/skqp/src/codec/
DSkHeifCodec.cpp219 dstWidth = fSwizzler->swizzleWidth(); in readRows()
228 dstWidth = fSwizzler->swizzleWidth(); in readRows()
288 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
DSkGifCodec.cpp511 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
514 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow()
525 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel; in haveDecodedRow()
DSkMaskSwizzler.h47 int swizzleWidth() const { return fDstWidth; } in swizzleWidth() function
DSkSwizzler.h82 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth() function
DSkBmpMaskCodec.cpp97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth()); in decodeRows()
DSkJpegCodec.cpp521 dstWidth = fSwizzler->swizzleWidth(); in readRows()
530 dstWidth = fSwizzler->swizzleWidth(); in readRows()
623 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
DSkBmpStandardCodec.cpp236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
DSkWuffsCodec.cpp559 blend(reinterpret_cast<uint32_t*>(d), swizzled, fSwizzler->swizzleWidth()); in onIncrementalDecode()
DSkPngCodec.cpp1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()