Lines Matching refs:pSlave
142 ScreenPtr pSlave; in xf86CheckHWCursor() local
153 xorg_list_for_each_entry(pSlave, &pScreen->slave_list, slave_head) { in xf86CheckHWCursor()
156 if (!RRHasScanoutPixmap(pSlave)) in xf86CheckHWCursor()
159 sPriv = dixLookupPrivate(&pSlave->devPrivates, xf86CursorScreenKey); in xf86CheckHWCursor()
166 if (!xf86ScreenCheckHWCursor(pSlave, cursor, sPriv->CursorInfoPtr)) { in xf86CheckHWCursor()
244 ScreenPtr pSlave; in xf86SetCursor() local
256 xorg_list_for_each_entry(pSlave, &pScreen->slave_list, slave_head) { in xf86SetCursor()
257 if (!RRHasScanoutPixmap(pSlave)) in xf86SetCursor()
260 if (!xf86ScreenSetCursor(pSlave, pCurs, x, y)) { in xf86SetCursor()
322 ScreenPtr pSlave; in xf86MoveCursor() local
332 xorg_list_for_each_entry(pSlave, &pScreen->slave_list, slave_head) { in xf86MoveCursor()
333 if (!RRHasScanoutPixmap(pSlave)) in xf86MoveCursor()
336 xf86ScreenMoveCursor(pSlave, x, y); in xf86MoveCursor()