Lines Matching refs:scrn

262     ScrnInfoPtr scrn = crtc->scrn;  in xf86_crtc_convert_cursor_to_argb()  local
263 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_crtc_convert_cursor_to_argb()
297 xf86_set_cursor_colors(ScrnInfoPtr scrn, int bg, int fg) in xf86_set_cursor_colors() argument
299 ScreenPtr screen = scrn->pScreen; in xf86_set_cursor_colors()
300 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_set_cursor_colors()
333 xf86_hide_cursors(ScrnInfoPtr scrn) in xf86_hide_cursors() argument
335 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_hide_cursors()
362 xf86_show_cursors(ScrnInfoPtr scrn) in xf86_show_cursors() argument
364 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_show_cursors()
381 ScrnInfoPtr scrn = crtc->scrn; in xf86_crtc_transform_cursor_position() local
382 ScreenPtr screen = scrn->pScreen; in xf86_crtc_transform_cursor_position()
383 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_crtc_transform_cursor_position()
440 ScrnInfoPtr scrn = crtc->scrn; in xf86_crtc_set_cursor_position() local
441 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_crtc_set_cursor_position()
474 xf86_set_cursor_position(ScrnInfoPtr scrn, int x, int y) in xf86_set_cursor_position() argument
476 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_set_cursor_position()
480 x += scrn->frameX0; in xf86_set_cursor_position()
481 y += scrn->frameY0; in xf86_set_cursor_position()
496 ScrnInfoPtr scrn = crtc->scrn; in xf86_crtc_load_cursor_image() local
497 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_crtc_load_cursor_image()
533 xf86_load_cursor_image(ScrnInfoPtr scrn, unsigned char *src) in xf86_load_cursor_image() argument
535 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_load_cursor_image()
538 xf86_config->cursor = xf86CurrentCursor(scrn->pScreen); in xf86_load_cursor_image()
559 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in xf86_use_hw_cursor() local
560 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_use_hw_cursor()
584 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in xf86_use_hw_cursor_argb() local
585 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_use_hw_cursor_argb()
601 ScrnInfoPtr scrn = crtc->scrn; in xf86_crtc_load_cursor_argb() local
602 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_crtc_load_cursor_argb()
630 xf86_load_cursor_argb(ScrnInfoPtr scrn, CursorPtr cursor) in xf86_load_cursor_argb() argument
632 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_load_cursor_argb()
649 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in xf86_cursors_init() local
650 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_cursors_init()
681 xf86_hide_cursors(scrn); in xf86_cursors_init()
692 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in xf86_cursors_fini() local
693 xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); in xf86_cursors_fini()