Lines Matching defs:copy_pitch
384 uint32_t copy_pitch;
411 copy_pitch = pDst->devKind;
437 copy_pitch = scratch_pitch;
453 dst += y * copy_pitch + x * bpp / 8;
455 RADEONCopySwap(dst + i * copy_pitch, (uint8_t*)src, size, swap);
489 uint32_t copy_pitch;
515 copy_pitch = pSrc->devKind;
552 copy_pitch = scratch_pitch;
568 size = y * copy_pitch + x * bpp / 8;
573 size += copy_pitch;