Searched refs:swizzleDst (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/codec/ |
D | SkHeifCodec.cpp | 247 uint32_t* swizzleDst = (uint32_t*) dst; in readRows() local 253 swizzleDst = fColorXformSrcRow; in readRows() 259 swizzleDst = fColorXformSrcRow; in readRows() 274 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 278 this->applyColorXform(dst, swizzleDst, dstWidth); in readRows() 283 swizzleDst = SkTAddOffset<uint32_t>(swizzleDst, swizzleDstRowBytes); in readRows()
|
D | SkJpegCodec.cpp | 512 uint32_t* swizzleDst = (uint32_t*) dst; in readRows() local 518 swizzleDst = fColorXformSrcRow; in readRows() 524 swizzleDst = fColorXformSrcRow; in readRows() 540 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 544 this->applyColorXform(dst, swizzleDst, dstWidth); in readRows() 549 swizzleDst = SkTAddOffset<uint32_t>(swizzleDst, swizzleDstRowBytes); in readRows()
|
/third_party/skia/src/codec/ |
D | SkHeifCodec.cpp | 248 uint32_t* swizzleDst = (uint32_t*) dst; in readRows() local 254 swizzleDst = fColorXformSrcRow; in readRows() 260 swizzleDst = fColorXformSrcRow; in readRows() 275 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 279 this->applyColorXform(dst, swizzleDst, dstWidth); in readRows() 284 swizzleDst = SkTAddOffset<uint32_t>(swizzleDst, swizzleDstRowBytes); in readRows()
|
D | SkJpegCodec.cpp | 461 uint32_t* swizzleDst = (uint32_t*) dst; in readRows() local 467 swizzleDst = fColorXformSrcRow; in readRows() 473 swizzleDst = fColorXformSrcRow; in readRows() 489 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 493 this->applyColorXform(dst, swizzleDst, dstWidth); in readRows() 498 swizzleDst = SkTAddOffset<uint32_t>(swizzleDst, swizzleDstRowBytes); in readRows()
|