Lines Matching refs:DebugPrintf
69 DebugPrintf(" hWindow = 0x%08lx\n", pPresentInfo->hWindow);
71 DebugPrintf(" SrcRect.left = %li\n", pPresentInfo->SrcRect.left);
72 DebugPrintf(" SrcRect.top = %li\n", pPresentInfo->SrcRect.top);
73 DebugPrintf(" SrcRect.right = %li\n", pPresentInfo->SrcRect.right);
74 DebugPrintf(" SrcRect.bottom = %li\n", pPresentInfo->SrcRect.bottom);
77 DebugPrintf(" DstRect.left = %li\n", pPresentInfo->DstRect.left);
78 DebugPrintf(" DstRect.top = %li\n", pPresentInfo->DstRect.top);
79 DebugPrintf(" DstRect.right = %li\n", pPresentInfo->DstRect.right);
80 DebugPrintf(" DstRect.bottom = %li\n", pPresentInfo->DstRect.bottom);
86 DebugPrintf("Invalid window.\n");