Home
last modified time | relevance | path

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

/netbsd-src/games/cgram/
H A Dcgram.c179 static int cursor_x; variable
197 if (cursor_x > 0) in char_left_of_cursor()
198 return lines.v[cursor_y].s[cursor_x - 1]; in char_left_of_cursor()
206 if (cursor_x == cur_max_x()) in char_at_cursor()
208 return lines.v[cursor_y].s[cursor_x]; in char_at_cursor()
368 move(cursor_y - offset_y, cursor_x - offset_x); in redraw()
381 assert(cursor_x >= 0); in saturate_cursor()
382 cursor_x = imin(cursor_x, cur_max_x()); in saturate_cursor()
388 if (cursor_x < offset_x) in scroll_into_view()
389 offset_x = cursor_x; in scroll_into_view()
[all …]
/netbsd-src/external/bsd/less/dist/lesstest/
H A Ddisplay.c41 int cursor_x = 0; in display_screen() local
67 cursor_x = x; in display_screen()
86 printf("%s", tgoto(terminfo.cursor_move, cursor_x, cursor_y)); in display_screen()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm283x_platform.c603 static int cursor_x = 0, cursor_y = 0, hot_x = 0, hot_y = 0, cursor_on = 0; variable
1076 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); in rpi_fb_init()
1107 cursor_x = cur->pos.x; in rpi_fb_do_cursor()
1151 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); in rpi_fb_do_cursor()
1170 rpi_fb_movecursor(cursor_x, cursor_y, in rpi_ioctl()
1183 cp->x = cursor_x; in rpi_ioctl()
1191 cursor_x = cp->x; in rpi_ioctl()
1193 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); in rpi_ioctl()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_cursor.c156 radeon_crtc->cursor_x = x; in radeon_cursor_move_locked()
339 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
384 radeon_cursor_move_locked(crtc, radeon_crtc->cursor_x, in radeon_cursor_reset()
H A Dradeon_mode.h338 int cursor_x; member
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm.h105 int cursor_x; member
H A Dtegra_drm_mode.c470 __SHIFTIN(tegra_crtc->cursor_x, DC_DISP_CURSOR_POSITION_H) | in tegra_crtc_cursor_set()
514 tegra_crtc->cursor_x = x & 0x3fff; in tegra_crtc_cursor_move()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_crtc.h946 int cursor_x; member
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_mixer.c397 const uint32_t offset = (crtc->cursor_y << 16) | crtc->cursor_x; in sunxi_mixer_cursor_set()
450 crtc->cursor_x = x & 0xffff; in sunxi_mixer_cursor_move()
453 const uint32_t offset = (crtc->cursor_y << 16) | crtc->cursor_x; in sunxi_mixer_cursor_move()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h900 uint16_t cursor_x, cursor_y; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.h349 int cursor_x; member
H A Dvmwgfx_kms.c421 du->cursor_x = plane->state->crtc_x + du->set_gui_x; in vmw_du_cursor_plane_atomic_update()
425 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_mode.h390 int cursor_x; member
H A Damdgpu_dce_v8_0.c2241 amdgpu_crtc->cursor_x = x; in dce_v8_0_cursor_move_locked()
2334 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2370 dce_v8_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v8_0_cursor_reset()
H A Damdgpu_dce_v6_0.c2235 amdgpu_crtc->cursor_x = x; in dce_v6_0_cursor_move_locked()
2328 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()
2364 dce_v6_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v6_0_cursor_reset()
H A Damdgpu_dce_v10_0.c2340 amdgpu_crtc->cursor_x = x; in dce_v10_0_cursor_move_locked()
2433 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2469 dce_v10_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v10_0_cursor_reset()
H A Damdgpu_dce_v11_0.c2419 amdgpu_crtc->cursor_x = x; in dce_v11_0_cursor_move_locked()
2512 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2548 dce_v11_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x, in dce_v11_0_cursor_reset()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_plane.c902 crtc_x = crtc->cursor_x; in drm_mode_cursor_universal()
927 crtc->cursor_x = req->x; in drm_mode_cursor_universal()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20204431 <cursor_x, cursor_y>: Remove.