Lines Matching defs:pFfb
46 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn);
50 pFfb->CursorData = src;
51 x = pFfb->CursorShiftX;
52 y = pFfb->CursorShiftY;
55 FFBDacCursorLoadBitmap(pFfb, x, y, data);
61 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn);
63 FFBDacCursorEnableDisable(pFfb, 1);
69 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn);
71 FFBDacCursorEnableDisable(pFfb, 0);
72 pFfb->CursorData = NULL;
78 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn);
93 if ((CursorShiftX != pFfb->CursorShiftX ||
94 CursorShiftY != pFfb->CursorShiftY) &&
95 pFfb->CursorData != NULL) {
96 pFfb->CursorShiftX = CursorShiftX;
97 pFfb->CursorShiftY = CursorShiftY;
98 FFBLoadCursorImage(pScrn, pFfb->CursorData);
101 FFBDacLoadCursorPos(pFfb, x, y);
107 FFBPtr pFfb = GET_FFB_FROM_SCRN(pScrn);
109 FFBDacLoadCursorColor(pFfb, fg, bg);
116 FFBPtr pFfb;
119 pFfb = GET_FFB_FROM_SCRN(pScrn);
120 pFfb->CursorShiftX = 0;
121 pFfb->CursorShiftY = 0;
122 pFfb->CursorData = NULL;
127 pFfb->CursorInfoRec = infoPtr;