Lines Matching defs:dst
381 * @param[out] dst The start of the line to store to.
387 void* dst,
400 dsttype* d = reinterpret_cast<dsttype*>(dst); \
414 dsttype* d = reinterpret_cast<dsttype*>(dst); \
428 dsttype* d = reinterpret_cast<dsttype*>(dst); \
442 dsttype* d = reinterpret_cast<dsttype*>(dst); \
456 dsttype* d = reinterpret_cast<dsttype*>(dst); \
470 dsttype* d = reinterpret_cast<dsttype*>(dst); \
484 dsttype* d = reinterpret_cast<dsttype*>(dst); \
498 dsttype* d = reinterpret_cast<dsttype*>(dst); \
512 dsttype* d = reinterpret_cast<dsttype*>(dst); \
526 dsttype* d = reinterpret_cast<dsttype*>(dst); \
1241 void *dst;
1246 dst = static_cast<void*>(&data8[4 * dim_x * ydst]);
1252 dst = static_cast<void*>(&data16[4 * dim_x * ydst]);
1256 copy_scanline(dst, src, dim_x, copy_method);
2016 void* dst;
2021 dst = static_cast<void*>(&data8[4 * dim_x * ydst]);
2027 dst = static_cast<void*>(&data16[4 * dim_x * ydst]);
2031 copy_scanline(dst, src, dim_x, copy_method);