Lines Matching defs:copy_pitch
479 uint32_t copy_pitch;
506 copy_pitch = pDst->devKind;
528 copy_pitch = scratch_pitch;
544 dst += y * copy_pitch + x * bpp / 8;
546 RADEONCopySwap(dst + i * copy_pitch, (uint8_t*)src, size, swap);
581 uint32_t copy_pitch;
607 copy_pitch = pSrc->devKind;
645 copy_pitch = scratch_pitch;
661 size = y * copy_pitch + x * bpp / 8;
666 size += copy_pitch;