Searched refs:CursorInfoRec (Results 1 - 25 of 87) sorted by relevance

1234

/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmwarecurs.c45 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
[all...]
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dhwcursor.c72 xf86DestroyCursorInfoRec(pRendition->CursorInfoRec);
73 pRendition->CursorInfoRec=NULL;
91 pRendition->CursorInfoRec = infoPtr;
H A Dvtypes.h187 xf86CursorInfoPtr CursorInfoRec; /* Cursor data */ member in struct:_renditionRec
/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb.h88 xf86CursorInfoPtr CursorInfoRec; member in struct:__anonbf9921960108
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_hwcurs.c27 pMga->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6.h76 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon7bb66a280308
H A Dcg6_cursor.c107 pCg6->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo.h81 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon6d41fea80308
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx.h66 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon26ad72260108
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime.h84 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon63ea81b20108
/xsrc/external/mit/xf86-video-mgx/dist/src/
H A Dmgx.h56 xf86CursorInfoPtr CursorInfoRec; member in struct:__anonafe31bea0108
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_hwcurs.c36 pTDFX->CursorInfoRec = infoPtr = xf86CreateCursorInfoRec();
153 if (!pTDFX->CursorInfoRec) return FALSE;
/xsrc/external/mit/xf86-video-glint/dist/src/
H A DIBMramdac.c121 pGlint->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz.h73 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon1e1df6b40308
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e.h54 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon7eb29e6e0108
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dcir.h54 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon805ca9280108
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle.h63 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon7f39eb3e0108
H A Dsummit_cursor.c118 pNGLE->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_cursor.c341 src, cPtr->CursorInfoRec->MaxWidth *
342 cPtr->CursorInfoRec->MaxHeight / 4);
378 src, cPtr->CursorInfoRec->MaxWidth *
379 cPtr->CursorInfoRec->MaxHeight / 4);
401 0xFFFF), src, cPtr->CursorInfoRec->MaxWidth *
402 cPtr->CursorInfoRec->MaxHeight / 4);
455 cPtr->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_cursor.c113 pCG14->CursorInfoRec = infoPtr;
H A Dcg14.h93 xf86CursorInfoPtr CursorInfoRec; member in struct:__anon148006660108
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_cursor.c127 pFfb->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740.h119 xf86CursorInfoPtr CursorInfoRec; member in struct:_I740Rec
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_cursor.c154 pRiva->CursorInfoRec = infoPtr;
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_hwcurs.c245 ps3v->CursorInfoRec = infoPtr;

Completed in 17 milliseconds

1234