Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
DSkHeifCodec.cpp257 dstWidth = fSwizzler->swizzleWidth(); in readRows()
266 dstWidth = fSwizzler->swizzleWidth(); in readRows()
406 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
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.cpp470 dstWidth = fSwizzler->swizzleWidth(); in readRows()
479 dstWidth = fSwizzler->swizzleWidth(); in readRows()
574 dstWidth = fSwizzler->swizzleWidth(); in allocateStorage()
DSkBmpStandardCodec.cpp236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth()); in decodeRows()
DSkPngCodec.cpp1065 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
/third_party/flutter/skia/src/codec/
DSkHeifCodec.cpp256 dstWidth = fSwizzler->swizzleWidth(); in readRows()
265 dstWidth = fSwizzler->swizzleWidth(); in readRows()
411 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()
DSkPngCodec.cpp1051 fXformWidth = this->swizzler()->swizzleWidth(); in initializeXformParams()
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp516 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()