Searched refs:DDSD (Results 1 – 1 of 1) sorted by relevance
346 DDSURFACEDESC DDSD; in screenshot() local347 DDSD.dwSize = sizeof(DDSD); in screenshot()349 long result = frontBuffer->Lock(0, &DDSD, DDLOCK_WAIT, 0); in screenshot()353 int width = DDSD.dwWidth; in screenshot()354 int height = DDSD.dwHeight; in screenshot()355 int bitDepth = DDSD.ddpfPixelFormat.dwRGBBitCount; in screenshot()356 int stride = DDSD.lPitch; in screenshot()358 void *sourceBuffer = DDSD.lpSurface; in screenshot()418 DDSURFACEDESC DDSD; in lock() local419 DDSD.dwSize = sizeof(DDSD); in lock()[all …]