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

/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_cursor.c42 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoLoadCursorImage
46 pLeo->CursorData = src;
47 x = pLeo->CursorShiftX;
48 y = pLeo->CursorShiftY;
51 pLeo->dac->cur_type = 0;
58 pLeo->dac->cur_data = value >> x;
61 pLeo->dac->cur_data = 0;
68 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoShowCursor
70 pLeo->dac->cur_misc |= 0x80;
76 LeoPtr pLeo local in function:LeoHideCursor
85 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoSetCursorPosition
117 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoSetCursorColors
129 LeoPtr pLeo; local in function:LeoHWCursorInit
[all...]
H A Dleo_accel.c69 LeoPtr pLeo = GET_LEO_FROM_SCRN (pScrn); local in function:LeoVtChange
70 LeoCommand0 *lc0 = pLeo->lc0;
71 LeoDraw *ld0 = pLeo->ld0;
80 ld0->vclipmax = (pLeo->psdp->width - 1) | ((pLeo->psdp->height - 1) << 16);
84 lc0->extent = (pLeo->psdp->width - 1) | ((pLeo->psdp->height - 1) << 11);
95 Bool LeoAccelInit (ScreenPtr pScreen, LeoPtr pLeo) argument
117 pLeo->lc0 = lc0 = (LeoCommand0 *) ((char *)pLeo
[all...]
H A Dleo_driver.c165 LeoPtr pLeo; local in function:LeoFreeRec
170 pLeo = GET_LEO_FROM_SCRN(pScrn);
286 LeoPtr pLeo; local in function:LeoPreInit
310 pLeo = GET_LEO_FROM_SCRN(pScrn);
325 pLeo->psdp = psdp;
354 if (!(pLeo->Options = malloc(sizeof(LeoOptions))))
356 memcpy(pLeo->Options, LeoOptions, sizeof(LeoOptions));
357 xf86ProcessOptions(pScrn->scrnIndex, pScrn->options, pLeo->Options);
401 pLeo->HWCursor = TRUE;
402 if (xf86GetOptValBool(pLeo
458 LeoPtr pLeo; local in function:LeoScreenInit
606 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoEnterVT
625 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoLeaveVT
642 LeoPtr pLeo = GET_LEO_FROM_SCRN(pScrn); local in function:LeoCloseScreen
[all...]

Completed in 4 milliseconds