/external/skia/src/codec/ |
SkMaskSwizzler.h | 47 int swizzleWidth() const { return fDstWidth; }
|
SkBmpMaskCodec.cpp | 97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth());
|
SkSwizzler.h | 82 int swizzleWidth() const { return fSwizzleWidth; }
|
SkHeifCodec.cpp | 219 dstWidth = fSwizzler->swizzleWidth(); 228 dstWidth = fSwizzler->swizzleWidth(); 288 dstWidth = fSwizzler->swizzleWidth();
|
SkGifCodec.cpp | 511 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); 514 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); 525 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel;
|
SkBmpStandardCodec.cpp | 236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth());
|
SkJpegCodec.cpp | 521 dstWidth = fSwizzler->swizzleWidth(); 530 dstWidth = fSwizzler->swizzleWidth(); 623 dstWidth = fSwizzler->swizzleWidth(); [all...] |
SkPngCodec.cpp | [all...] |
SkWuffsCodec.cpp | 563 blend(reinterpret_cast<uint32_t*>(d), swizzled, fSwizzler->swizzleWidth()); [all...] |
/external/skqp/src/codec/ |
SkMaskSwizzler.h | 47 int swizzleWidth() const { return fDstWidth; }
|
SkBmpMaskCodec.cpp | 97 this->applyColorXform(dstRow, this->xformBuffer(), fMaskSwizzler->swizzleWidth());
|
SkSwizzler.h | 82 int swizzleWidth() const { return fSwizzleWidth; }
|
SkHeifCodec.cpp | 219 dstWidth = fSwizzler->swizzleWidth(); 228 dstWidth = fSwizzler->swizzleWidth(); 288 dstWidth = fSwizzler->swizzleWidth();
|
SkGifCodec.cpp | 511 blend_line<uint32_t>(dst, src, fSwizzler->swizzleWidth()); 514 blend_line<uint64_t>(dst, src, fSwizzler->swizzleWidth()); 525 const size_t bytesToCopy = fSwizzler->swizzleWidth() * bytesPerPixel;
|
SkBmpStandardCodec.cpp | 236 this->applyColorXform(dstRow, this->xformBuffer(), fSwizzler->swizzleWidth());
|
SkJpegCodec.cpp | 521 dstWidth = fSwizzler->swizzleWidth(); 530 dstWidth = fSwizzler->swizzleWidth(); 623 dstWidth = fSwizzler->swizzleWidth(); [all...] |
SkPngCodec.cpp | [all...] |
SkWuffsCodec.cpp | 559 blend(reinterpret_cast<uint32_t*>(d), swizzled, fSwizzler->swizzleWidth()); [all...] |