Searched defs:pSrcLRect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp508 BOOL vboxVDbgDoCheckLRects(D3DLOCKED_RECT *pDstLRect, const RECT *pDstRect, D3DLOCKED_RECT *pSrcLRect, const RECT *pSrcRect, DWORD bpp, BOOL fBreakOnMismatch) argument
526 uint8_t *pSrc = (uint8_t*)pSrcLRect->pBits;
537 pSrc += pSrcLRect->Pitch;

Completed in 147 milliseconds