Searched refs:swizzleDst (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/codec/ |
D | SkHeifCodec.cpp | 210 uint32_t* swizzleDst = (uint32_t*) dst; in readRows() local 216 swizzleDst = fColorXformSrcRow; in readRows() 222 swizzleDst = fColorXformSrcRow; in readRows() 237 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 241 this->applyColorXform(dst, swizzleDst, dstWidth); in readRows() 246 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()
|
/external/skqp/src/codec/ |
D | SkHeifCodec.cpp | 210 uint32_t* swizzleDst = (uint32_t*) dst; in readRows() local 216 swizzleDst = fColorXformSrcRow; in readRows() 222 swizzleDst = fColorXformSrcRow; in readRows() 237 fSwizzler->swizzle(swizzleDst, decodeDst); in readRows() 241 this->applyColorXform(dst, swizzleDst, dstWidth); in readRows() 246 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()
|