Home
last modified time | relevance | path

Searched refs:SetCursorColors (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86HWCurs.c97 !infoPtr->SetCursorColors) in xf86InitHardwareCursor()
369 (*infoPtr->SetCursorColors) (infoPtr->pScrn, in xf86RecolorCursor_locked()
373 (*infoPtr->SetCursorColors) (infoPtr->pScrn, in xf86RecolorCursor_locked()
H A Dxf86Cursor.h13 void (*SetCursorColors) (ScrnInfoPtr pScrn, int bg, int fg); member
H A DCURSOR.NOTES46 void SetCursorColors(ScrnInfoPtr pScrn, int bg, int fg)
98 This indicates that the colors passed to the SetCursorColors
H A DIBM.c623 infoPtr->SetCursorColors = IBMramdac526SetCursorColors; in IBMramdac526HWCursorInit()
639 infoPtr->SetCursorColors = IBMramdac640SetCursorColors; in IBMramdac640HWCursorInit()
H A DTI.c677 infoPtr->SetCursorColors = TIramdacSetCursorColors; in TIramdacHWCursorInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c670 cursor_info->SetCursorColors = xf86_set_cursor_colors; in xf86_cursors_init()