Lines Matching refs:Pitch
799 loadImageData(0, 0, width, height, format, type, unpackAlignment, pixels, locked.Pitch, locked.pBits, &description);
857 loadImageData(xoffset, yoffset, width, height, format, type, unpackAlignment, pixels, locked.Pitch, locked.pBits, &description);
905 memcpy((void*)((BYTE*)locked.pBits + i * locked.Pitch), (void*)((BYTE*)pixels + i * inputPitch), inputPitch);
997 Pitch;
998 dest += destLock.Pitch;
1010 source += sourceLock.Pitch;
1011 dest += destLock.Pitch;
1030 source += sourceLock.Pitch;
1031 dest += destLock.Pitch;
1050 source += sourceLock.Pitch;
1051 dest += destLock.Pitch;
1064 source += sourceLock.Pitch;
1065 dest += destLock.Pitch;