Searched refs:swizzleWidth (Results 1 – 18 of 18) sorted by relevance
/external/skia/src/codec/ |
D | SkHeifCodec.cpp | 219 dstWidth = fSwizzler->swizzleWidth(); in readRows() 228 dstWidth = fSwizzler->swizzleWidth(); in readRows() 288 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
|
D | SkGifCodec.cpp | 511 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()
|
D | SkMaskSwizzler.h | 47 int swizzleWidth() const { return fDstWidth; } in swizzleWidth() function
|
D | SkSwizzler.h | 82 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth() function
|
D | SkBmpMaskCodec.cpp | 97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth()); in decodeRows()
|
D | SkJpegCodec.cpp | 521 dstWidth = fSwizzler->swizzleWidth(); in readRows() 530 dstWidth = fSwizzler->swizzleWidth(); in readRows() 623 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
|
D | SkBmpStandardCodec.cpp | 236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
|
D | SkWuffsCodec.cpp | 563 blend(reinterpret_cast<uint32_t*>(d), swizzled, fSwizzler->swizzleWidth()); in onIncrementalDecode()
|
D | SkPngCodec.cpp | 1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
|
/external/skqp/src/codec/ |
D | SkHeifCodec.cpp | 219 dstWidth = fSwizzler->swizzleWidth(); in readRows() 228 dstWidth = fSwizzler->swizzleWidth(); in readRows() 288 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
|
D | SkGifCodec.cpp | 511 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()
|
D | SkMaskSwizzler.h | 47 int swizzleWidth() const { return fDstWidth; } in swizzleWidth() function
|
D | SkSwizzler.h | 82 int swizzleWidth() const { return fSwizzleWidth; } in swizzleWidth() function
|
D | SkBmpMaskCodec.cpp | 97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth()); in decodeRows()
|
D | SkJpegCodec.cpp | 521 dstWidth = fSwizzler->swizzleWidth(); in readRows() 530 dstWidth = fSwizzler->swizzleWidth(); in readRows() 623 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
|
D | SkBmpStandardCodec.cpp | 236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
|
D | SkWuffsCodec.cpp | 559 blend(reinterpret_cast<uint32_t*>(d), swizzled, fSwizzler->swizzleWidth()); in onIncrementalDecode()
|
D | SkPngCodec.cpp | 1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
|