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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.h54 inline bool VBoxMPCmnUpdatePointerShape(PVBOXMP_COMMON pCommon, PVIDEO_POINTER_ATTRIBUTES pAttrs, uint32_t cbLength) argument
58 pAttrs->Enable & 0x0000FFFF,
59 (pAttrs->Enable >> 16) & 0xFF,
60 (pAttrs->Enable >> 24) & 0xFF,
61 pAttrs->Width, pAttrs->Height, pAttrs->Pixels,
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispMouse.cpp28 PVIDEO_POINTER_ATTRIBUTES pAttrs = pDev->pointer.pAttrs; local
31 Assert(pAttrs);
37 pAttrs->Width = min(srcMaskW, pDev->pointer.caps.MaxWidth);
38 pAttrs->Height = min(srcMaskH, pDev->pointer.caps.MaxHeight);
39 pAttrs->WidthInBytes = pAttrs->Width * 4;
43 pDst = pAttrs->Pixels;
44 dstBytesPerLine = (pAttrs->Width+7)/8;
46 for (y=0; y<pAttrs
241 PVIDEO_POINTER_ATTRIBUTES pAttrs = pDev->pointer.pAttrs; local
[all...]
H A DVBoxDisp.h49 PVIDEO_POINTER_ATTRIBUTES pAttrs; /* Preallocated buffer to pass pointer shape to miniport driver */ member in struct:_VBOXDISPPOINTERINFO
50 DWORD cbAttrs; /* Size of pAttrs buffer */

Completed in 43 milliseconds