Home
last modified time | relevance | path

Searched refs:cursor_argb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c248 xf86_driver_load_cursor_argb(xf86CrtcPtr crtc, CARD32 *cursor_argb) in xf86_driver_load_cursor_argb() argument
251 return crtc->funcs->load_cursor_argb_check(crtc, cursor_argb); in xf86_driver_load_cursor_argb()
252 crtc->funcs->load_cursor_argb(crtc, cursor_argb); in xf86_driver_load_cursor_argb()
272 crtc->cursor_argb = FALSE; in xf86_crtc_convert_cursor_to_argb()
314 if (crtc->enabled && !crtc->cursor_argb) { in xf86_set_cursor_colors()
502 crtc->cursor_argb = FALSE; in xf86_crtc_load_cursor_image()
H A Dxf86Crtc.h327 Bool cursor_argb; member