Searched refs:swizzleWidth (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/src/codec/ |
D | SkHeifCodec.cpp | 257 dstWidth = fSwizzler->swizzleWidth(); in readRows() 266 dstWidth = fSwizzler->swizzleWidth(); in readRows() 406 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
|
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 | 470 dstWidth = fSwizzler->swizzleWidth(); in readRows() 479 dstWidth = fSwizzler->swizzleWidth(); in readRows() 574 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
|
D | SkBmpStandardCodec.cpp | 236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
|
D | SkPngCodec.cpp | 1065 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
|
/third_party/flutter/skia/src/codec/ |
D | SkHeifCodec.cpp | 256 dstWidth = fSwizzler->swizzleWidth(); in readRows() 265 dstWidth = fSwizzler->swizzleWidth(); in readRows() 411 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 | SkPngCodec.cpp | 1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
|
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 516 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow() 519 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); in haveDecodedRow() 530 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel; in haveDecodedRow()
|