Lines Matching defs:pCir
45 AlpLoadSkewedCursor(CirPtr pCir, int x, int y) {
47 const AlpPtr pAlp = ALPPTR(pCir);
115 const CirPtr pCir = CIRPTR(pScrn);
116 const AlpPtr pAlp = ALPPTR(pCir);
130 AlpLoadSkewedCursor(pCir, x, y);
131 pCir->CursorIsSkewed = TRUE;
134 } else if (pCir->CursorIsSkewed) {
136 pCir->CursorIsSkewed = FALSE;
203 const CirPtr pCir = CIRPTR(pScrn);
204 const AlpPtr pAlp = ALPPTR(pCir);
216 pCir->CursorInfoRec = infoPtr;
217 pCir->CursorIsSkewed = FALSE;
225 pAlp->HWCursorBits = pCir->FbBase + 1024*pScrn->videoRam - 2*CURSORSIZE;