Lines Matching refs:pCg6
42 Cg6Ptr pCg6 = GET_CG6_FROM_SCRN(pScrn);
47 pCg6->thc->thc_cursmask[i] = *data++;
49 pCg6->thc->thc_cursbits[i] = *data++;
55 Cg6Ptr pCg6 = GET_CG6_FROM_SCRN(pScrn);
57 pCg6->thc->thc_cursxy = pCg6->CursorXY;
58 pCg6->CursorEnabled = TRUE;
64 Cg6Ptr pCg6 = GET_CG6_FROM_SCRN(pScrn);
66 pCg6->thc->thc_cursxy = ((65536 - 32) << 16) | (65536 - 32);
67 pCg6->CursorEnabled = FALSE;
73 Cg6Ptr pCg6 = GET_CG6_FROM_SCRN(pScrn);
75 pCg6->CursorXY = ((x & 0xffff) << 16) | (y & 0xffff);
76 if (pCg6->CursorEnabled)
77 pCg6->thc->thc_cursxy = pCg6->CursorXY;
83 Cg6Ptr pCg6 = GET_CG6_FROM_SCRN(pScrn);
85 if (bg != pCg6->CursorBg || fg != pCg6->CursorFg) {
86 xf86SbusSetOsHwCursorCmap(pCg6->psdp, bg, fg);
87 pCg6->CursorBg = bg;
88 pCg6->CursorFg = fg;
96 Cg6Ptr pCg6;
99 pCg6 = GET_CG6_FROM_SCRN(pScrn);
100 pCg6->CursorXY = 0;
101 pCg6->CursorBg = pCg6->CursorFg = 0;
102 pCg6->CursorEnabled = FALSE;
107 pCg6->CursorInfoRec = infoPtr;