Searched refs:Area (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp434 width = pAlloc->LockInfo.Area.left - pAlloc->LockInfo.Area.right;
435 height = pAlloc->LockInfo.Area.bottom - pAlloc->LockInfo.Area.top;
471 pRect = &pAlloc->LockInfo.Area;
H A DVBoxDispD3D.h240 RECT Area; member in union:VBOXWDDMDISP_LOCKINFO::__anon620
H A DVBoxDispD3D.cpp3439 pRect = &pData->Area;
3449 Assert(pAlloc->LockInfo.Area.left == pData->Area.left);
3450 Assert(pAlloc->LockInfo.Area.top == pData->Area.top);
3451 Assert(pAlloc->LockInfo.Area.right == pData->Area.right);
3452 Assert(pAlloc->LockInfo.Area.bottom == pData->Area.bottom);
3490 pAlloc->LockInfo.Area
[all...]

Completed in 48 milliseconds