Lines Matching refs:CursorInfoRec
45 vmwareWriteWordToFIFO(pVMWARE, pVMWARE->CursorInfoRec->MaxWidth);
46 vmwareWriteWordToFIFO(pVMWARE, pVMWARE->CursorInfoRec->MaxHeight);
58 SVGA_BITMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth),
60 SVGA_PIXMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth,
63 pVMWARE->CursorInfoRec->MaxWidth,
64 pVMWARE->CursorInfoRec->MaxHeight, 0, ~0);
65 for (i = 0; i < SVGA_BITMAP_SIZE(pVMWARE->CursorInfoRec->MaxWidth,
66 pVMWARE->CursorInfoRec->MaxHeight); i++) {
71 SVGA_BITMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth),
73 SVGA_PIXMAP_INCREMENT(pVMWARE->CursorInfoRec->MaxWidth,
76 pVMWARE->CursorInfoRec->MaxWidth,
77 pVMWARE->CursorInfoRec->MaxHeight,
85 for (i = 0; i < SVGA_PIXMAP_SIZE(pVMWARE->CursorInfoRec->MaxWidth,
86 pVMWARE->CursorInfoRec->MaxHeight,
133 const int imageSize = SVGA_BITMAP_SIZE(pVMWARE->CursorInfoRec->MaxWidth,
134 pVMWARE->CursorInfoRec->MaxHeight);
266 pVMWARE->hwcur.box.x2 = pVMWARE->hwcur.x + pVMWARE->CursorInfoRec->MaxWidth;
268 pVMWARE->hwcur.box.y2 = pVMWARE->hwcur.y + pVMWARE->CursorInfoRec->MaxHeight;
301 pVMWARE->CursorInfoRec = infoPtr;
326 pVMWARE->CursorInfoRec = NULL;
352 xf86DestroyCursorInfoRec(pVMWARE->CursorInfoRec);