| /src/games/cgram/ |
| cgram.c | 179 static int cursor_x; variable 197 if (cursor_x > 0) 198 return lines.v[cursor_y].s[cursor_x - 1]; 206 if (cursor_x == cur_max_x()) 208 return lines.v[cursor_y].s[cursor_x]; 368 move(cursor_y - offset_y, cursor_x - offset_x); 381 assert(cursor_x >= 0); 382 cursor_x = imin(cursor_x, cur_max_x()); 388 if (cursor_x < offset_x [all...] |
| /src/external/bsd/less/dist/lesstest/ |
| display.c | 41 int cursor_x = 0; local 67 cursor_x = x; 86 printf("%s", tgoto(terminfo.cursor_move, cursor_x, cursor_y));
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_cursor.c | 156 radeon_crtc->cursor_x = x; 339 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; 384 radeon_cursor_move_locked(crtc, radeon_crtc->cursor_x,
|
| radeon_mode.h | 338 int cursor_x; member in struct:radeon_crtc
|
| /src/sys/arch/arm/nvidia/ |
| tegra_drm.h | 105 int cursor_x; member in struct:tegra_crtc
|
| tegra_drm_mode.c | 470 __SHIFTIN(tegra_crtc->cursor_x, DC_DISP_CURSOR_POSITION_H) | 514 tegra_crtc->cursor_x = x & 0x3fff;
|
| /src/sys/arch/arm/broadcom/ |
| bcm283x_platform.c | 607 static int cursor_x = 0, cursor_y = 0, hot_x = 0, hot_y = 0, cursor_on = 0; variable 1100 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); 1131 cursor_x = cur->pos.x; 1175 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); 1194 rpi_fb_movecursor(cursor_x, cursor_y, 1207 cp->x = cursor_x; 1215 cursor_x = cp->x; 1217 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_crtc.h | 940 * @cursor_x: Current x position of the cursor, used for universal 946 int cursor_x; member in struct:drm_crtc
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.h | 349 int cursor_x; member in struct:vmw_display_unit
|
| vmwgfx_kms.c | 421 du->cursor_x = plane->state->crtc_x + du->set_gui_x; 425 du->cursor_x + hotspot_x,
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| xen.h | 900 uint16_t cursor_x, cursor_y; member in struct:dom0_vga_console_info::__anon6697::__anon6698
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_mode.h | 390 int cursor_x; member in struct:amdgpu_crtc
|
| amdgpu_dce_v10_0.c | 2340 amdgpu_crtc->cursor_x = x; 2433 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2469 dce_v10_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
|
| amdgpu_dce_v11_0.c | 2419 amdgpu_crtc->cursor_x = x; 2512 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2548 dce_v11_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
|
| amdgpu_dce_v6_0.c | 2235 amdgpu_crtc->cursor_x = x; 2328 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2364 dce_v6_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
|
| amdgpu_dce_v8_0.c | 2241 amdgpu_crtc->cursor_x = x; 2334 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2370 dce_v8_0_cursor_move_locked(crtc, amdgpu_crtc->cursor_x,
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_plane.c | 902 crtc_x = crtc->cursor_x; 927 crtc->cursor_x = req->x;
|