Lines Matching defs:src
382 * @param src The start of the line to load.
388 const void* src,
399 const srctype* s = reinterpret_cast<const srctype*>(src); \
413 const srctype* s = reinterpret_cast<const srctype*>(src); \
427 const srctype* s = reinterpret_cast<const srctype*>(src); \
441 const srctype* s = reinterpret_cast<const srctype*>(src); \
455 const srctype* s = reinterpret_cast<const srctype*>(src); \
469 const srctype* s = reinterpret_cast<const srctype*>(src); \
483 const srctype* s = reinterpret_cast<const srctype*>(src); \
497 const srctype* s = reinterpret_cast<const srctype*>(src); \
511 const srctype* s = reinterpret_cast<const srctype*>(src); \
525 const srctype* s = reinterpret_cast<const srctype*>(src); \
1255 uint8_t *src = buf + (z * ystride) + (y * xstride);
1256 copy_scanline(dst, src, dim_x, copy_method);
2030 uint8_t *src = buf + (z * ystride) + (y * xstride);
2031 copy_scanline(dst, src, dim_x, copy_method);