/netbsd-src/games/cgram/ |
H A D | cgram.c | 179 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 D | display.c | 41 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 D | bcm283x_platform.c | 603 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 D | radeon_cursor.c | 156 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 D | radeon_mode.h | 338 int cursor_x; member
|
/netbsd-src/sys/arch/arm/nvidia/ |
H A D | tegra_drm.h | 105 int cursor_x; member
|
H A D | tegra_drm_mode.c | 470 __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 D | drm_crtc.h | 946 int cursor_x; member
|
/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sunxi_mixer.c | 397 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 D | xen.h | 900 uint16_t cursor_x, cursor_y; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_kms.h | 349 int cursor_x; member
|
H A D | vmwgfx_kms.c | 421 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 D | amdgpu_mode.h | 390 int cursor_x; member
|
H A D | amdgpu_dce_v8_0.c | 2241 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 D | amdgpu_dce_v6_0.c | 2235 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 D | amdgpu_dce_v10_0.c | 2340 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 D | amdgpu_dce_v11_0.c | 2419 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 D | drm_plane.c | 902 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 D | ChangeLog-2020 | 4431 <cursor_x, cursor_y>: Remove.
|