| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/ |
| H A D | xf86CursorRD.c | 58 xf86CursorScreenPtr ScreenPriv; local in function:xf86InitCursor 67 ScreenPriv = calloc(1, sizeof(xf86CursorScreenRec)); 68 if (!ScreenPriv) 71 dixSetPrivate(&pScreen->devPrivates, xf86CursorScreenKey, ScreenPriv); 73 ScreenPriv->SWCursor = TRUE; 74 ScreenPriv->isUp = FALSE; 75 ScreenPriv->CurrentCursor = NULL; 76 ScreenPriv->CursorInfoPtr = infoPtr; 77 ScreenPriv->PalettedCursor = FALSE; 78 ScreenPriv 126 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorCloseScreen 159 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorQueryBestSize 176 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorInstallColormap 189 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorRecolorCursor 210 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorEnableDisableFBAccess 244 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorSwitchMode 271 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorRealizeCursor 285 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorUnrealizeCursor 303 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorSetCursor 392 xf86CursorScreenPtr ScreenPriv; local in function:xf86CursorResetCursor 412 xf86CursorScreenPtr ScreenPriv = local in function:xf86CursorMoveCursor 438 xf86CursorScreenPtr ScreenPriv = local in function:xf86ForceHWCursor 465 xf86CursorScreenPtr ScreenPriv; local in function:xf86CurrentCursor 493 xf86CursorScreenPtr ScreenPriv = local in function:xf86DeviceCursorInitialize 509 xf86CursorScreenPtr ScreenPriv = local in function:xf86DeviceCursorCleanup [all...] |
| H A D | xf86HWCurs.c | 26 xf86RecolorCursor_locked(xf86CursorScreenPtr ScreenPriv, CursorPtr pCurs); 181 xf86CursorScreenPtr ScreenPriv = local in function:xf86ScreenSetCursor 188 if (!ScreenPriv) { /* NULL if Option "SWCursor" */ 192 infoPtr = ScreenPriv->CursorInfoPtr; 231 xf86RecolorCursor_locked (ScreenPriv, pCurs); 241 xf86CursorScreenPtr ScreenPriv = local in function:xf86SetCursor 249 x -= ScreenPriv->HotX; 250 y -= ScreenPriv->HotY; 279 xf86CursorScreenPtr ScreenPriv = local in function:xf86SetTransparentCursor 282 xf86CursorInfoPtr infoPtr = ScreenPriv 305 xf86CursorScreenPtr ScreenPriv = local in function:xf86ScreenMoveCursor 319 xf86CursorScreenPtr ScreenPriv = local in function:xf86MoveCursor 343 xf86RecolorCursor_locked(xf86CursorScreenPtr ScreenPriv,CursorPtr pCurs) argument 387 xf86CursorScreenPtr ScreenPriv = local in function:xf86RecolorCursor [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86Cursor.c | 61 xf86CursorScreenPtr ScreenPriv; local in function:xf86InitCursor 70 ScreenPriv = calloc(1, sizeof(xf86CursorScreenRec)); 71 if (!ScreenPriv) 74 dixSetPrivate(&pScreen->devPrivates, xf86CursorScreenKey, ScreenPriv); 76 ScreenPriv->SWCursor = TRUE; 77 ScreenPriv->isUp = FALSE; 78 ScreenPriv->CurrentCursor = NULL; 79 ScreenPriv->CursorInfoPtr = infoPtr; 80 ScreenPriv->PalettedCursor = FALSE; 81 ScreenPriv 128 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorCloseScreen 162 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorQueryBestSize 177 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorInstallColormap 192 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorRecolorCursor 214 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorEnableDisableFBAccess 246 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorSwitchMode 272 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorRealizeCursor 285 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorUnrealizeCursor 300 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorSetCursor 384 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86CursorMoveCursor 409 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86ForceHWCursor 456 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86DeviceCursorInitialize 471 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86DeviceCursorCleanup 486 xf86CursorScreenPtr ScreenPriv; local in function:xf86CursorResetCursor [all...] |
| H A D | xf86HWCurs.c | 116 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86SetCursor 118 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; 128 x -= infoPtr->pScrn->frameX0 + ScreenPriv->HotX; 129 y -= infoPtr->pScrn->frameY0 + ScreenPriv->HotY; 160 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86SetTransparentCursor 162 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; 164 if (!ScreenPriv->transparentData) 165 ScreenPriv->transparentData = 171 if (ScreenPriv->transparentData) 173 ScreenPriv 181 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86MoveCursor 194 xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate( local in function:xf86RecolorCursor [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 227 QuartzCursorScreenPtr ScreenPriv = CURSOR_PRIV(pScreen); local in function:QuartzSetCursor 234 if (ScreenPriv->cursorVisible) 237 ScreenPriv->cursorVisible = FALSE; 244 if (!ScreenPriv->cursorVisible) 247 ScreenPriv->cursorVisible = TRUE; 338 QuartzCursorScreenPtr ScreenPriv = CURSOR_PRIV(pScreen); local in function:QuartzCursorQueryBestSize 348 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen); 359 QuartzCursorScreenPtr ScreenPriv; local in function:QuartzInitCursor 369 ScreenPriv = calloc(1, sizeof(QuartzCursorScreenRec)); 370 if (ScreenPriv [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprCursor.c | 225 QuartzCursorScreenPtr ScreenPriv = CURSOR_PRIV(pScreen); local in function:QuartzSetCursor 231 if (ScreenPriv->cursorVisible) { 233 ScreenPriv->cursorVisible = FALSE; 239 if (!ScreenPriv->cursorVisible) { 241 ScreenPriv->cursorVisible = TRUE; 324 QuartzCursorScreenPtr ScreenPriv = CURSOR_PRIV(pScreen); local in function:QuartzCursorQueryBestSize 332 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen); 343 QuartzCursorScreenPtr ScreenPriv; local in function:QuartzInitCursor 353 ScreenPriv = calloc(1, sizeof(QuartzCursorScreenRec)); 354 if (ScreenPriv [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86xv.c | 231 XF86XVScreenPtr ScreenPriv; local in function:xf86XVScreenInit 248 ScreenPriv = malloc(sizeof(XF86XVScreenRec)); 249 dixSetPrivate(&pScreen->devPrivates, &XF86XVScreenPrivateKey, ScreenPriv); 251 if (!ScreenPriv) 256 ScreenPriv->DestroyWindow = pScreen->DestroyWindow; 257 ScreenPriv->WindowExposures = pScreen->WindowExposures; 258 ScreenPriv->PostValidateTree = PostValidateTreeUndefined; 259 ScreenPriv->ClipNotify = pScreen->ClipNotify; 260 ScreenPriv->CloseScreen = pScreen->CloseScreen; 261 ScreenPriv 998 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVDestroyWindow 1030 XF86XVScreenPtr ScreenPriv; local in function:xf86XVPostValidateTree 1054 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVWindowExposures 1108 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVClipNotify 1144 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVCloseScreen 1177 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVEnterVT 1196 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVLeaveVT 1235 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVAdjustFrame 1250 XF86XVScreenPtr ScreenPriv; local in function:xf86XVModeSet [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86xv.c | 250 XF86XVScreenPtr ScreenPriv; local in function:xf86XVScreenInit 279 ScreenPriv = malloc(sizeof(XF86XVScreenRec)); 280 pxvs->devPriv.ptr = (pointer)ScreenPriv; 282 if(!ScreenPriv) return FALSE; 286 ScreenPriv->DestroyWindow = pScreen->DestroyWindow; 287 ScreenPriv->WindowExposures = pScreen->WindowExposures; 288 ScreenPriv->PostValidateTree = PostValidateTreeUndefined; 289 ScreenPriv->ClipNotify = pScreen->ClipNotify; 290 ScreenPriv->EnterVT = pScrn->EnterVT; 291 ScreenPriv 1124 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVDestroyWindow 1156 XF86XVScreenPtr ScreenPriv; local in function:xf86XVPostValidateTree 1180 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVWindowExposures 1232 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVClipNotify 1274 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVCloseScreen 1321 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVEnterVT 1340 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVLeaveVT 1380 XF86XVScreenPtr ScreenPriv = GET_XF86XV_SCREEN(pScreen); local in function:xf86XVAdjustFrame 1395 XF86XVScreenPtr ScreenPriv; local in function:xf86XVModeSet [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kxv.c | 116 KdXVScreenPtr ScreenPriv; local in function:KdXVScreenInit 137 ScreenPriv = malloc(sizeof(KdXVScreenRec)); 138 dixSetPrivate(&pScreen->devPrivates, &KdXVScreenPrivateKey, ScreenPriv); 140 if (!ScreenPriv) 143 ScreenPriv->DestroyWindow = pScreen->DestroyWindow; 144 ScreenPriv->WindowExposures = pScreen->WindowExposures; 145 ScreenPriv->ClipNotify = pScreen->ClipNotify; 146 ScreenPriv->CloseScreen = pScreen->CloseScreen; 763 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVDestroyWindow 784 pScreen->DestroyWindow = ScreenPriv 795 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVWindowExposures 859 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVClipNotify 916 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVCloseScreen [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kxv.c | 190 KdXVScreenPtr ScreenPriv; local in function:KdXVScreenInit 223 ScreenPriv = malloc(sizeof(KdXVScreenRec)); 224 pxvs->devPriv.ptr = (pointer)ScreenPriv; 226 if(!ScreenPriv) return FALSE; 229 ScreenPriv->CreateWindow = pScreen->CreateWindow; 230 ScreenPriv->DestroyWindow = pScreen->DestroyWindow; 231 ScreenPriv->WindowExposures = pScreen->WindowExposures; 232 ScreenPriv->ClipNotify = pScreen->ClipNotify; 966 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVCreateWindow 969 pScreen->CreateWindow = ScreenPriv 984 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVDestroyWindow 1017 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVWindowExposures 1080 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVClipNotify 1138 KdXVScreenPtr ScreenPriv = GET_KDXV_SCREEN(pScreen); local in function:KdXVCloseScreen 1198 KdXVScreenPtr ScreenPriv; local in function:KdXVDisable [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 344 xf86CursorScreenPtr ScreenPriv = local in function:xf86_crtc_set_cursor_position 349 v.v[0] = (x + ScreenPriv->HotX) + 0.5; 350 v.v[1] = (y + ScreenPriv->HotY) + 0.5; 362 ScreenPriv->HotX, ScreenPriv->HotY, &dx, &dy);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 385 xf86CursorScreenPtr ScreenPriv = local in function:xf86_crtc_transform_cursor_position 391 *x = *x - crtc->x + ScreenPriv->HotX; 392 *y = *y - crtc->y + ScreenPriv->HotY; 431 cursor_info->MaxHeight, ScreenPriv->HotX, 432 ScreenPriv->HotY, &dx, &dy);
|