Searched refs:cursor_argb (Results 1 – 2 of 2) sorted by relevance
248 xf86_driver_load_cursor_argb(xf86CrtcPtr crtc, CARD32 *cursor_argb) in xf86_driver_load_cursor_argb() argument251 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()
327 Bool cursor_argb; member