Home
last modified time | relevance | path

Searched refs:cursor_x (Results 1 – 8 of 8) sorted by relevance

/dragonfly/games/cgram/
H A Dcgram.c182 static int cursor_x; variable
200 if (cursor_x > 0) in char_left_of_cursor()
365 assert(cursor_x >= 0); in saturate_cursor()
366 cursor_x = imin(cursor_x, cur_max_x()); in saturate_cursor()
373 offset_x = cursor_x; in scroll_into_view()
401 cursor_x = cur_max_x(); in go_to_prev_line()
407 cursor_x = 0; in go_to_next_line()
414 if (cursor_x > 0) in go_left()
415 cursor_x--; in go_left()
424 cursor_x++; in go_right()
[all …]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_cursor.c149 radeon_crtc->cursor_x = x; in radeon_cursor_move_locked()
332 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
377 radeon_cursor_move_locked(crtc, radeon_crtc->cursor_x, in radeon_cursor_reset()
H A Dradeon_mode.h338 int cursor_x; member
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_crtc.h776 int cursor_x; member
/dragonfly/sys/dev/drm/
H A Ddrm_plane.c779 crtc_x = crtc->cursor_x; in drm_mode_cursor_universal()
799 crtc->cursor_x = req->x; in drm_mode_cursor_universal()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_mode.h396 int cursor_x; member
H A Ddce_v10_0.c2298 amdgpu_crtc->cursor_x = x; in dce_v10_0_cursor_move_locked()
2391 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2427 dce_v10_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v10_0_cursor_reset()
H A Ddce_v11_0.c2377 amdgpu_crtc->cursor_x = x; in dce_v11_0_cursor_move_locked()
2470 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2506 dce_v11_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v11_0_cursor_reset()