HomeSort by: relevance | last modified time | path
    Searched defs:cursor_y (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/less/dist/lesstest/
display.c 42 int cursor_y = 0; local
68 cursor_y = y;
86 printf("%s", tgoto(terminfo.cursor_move, cursor_x, cursor_y));
display.c 42 int cursor_y = 0; local
68 cursor_y = y;
86 printf("%s", tgoto(terminfo.cursor_move, cursor_x, cursor_y));
  /src/games/cgram/
cgram.c 180 static int cursor_y; variable
185 return (int)lines.v[cursor_y].len;
198 return lines.v[cursor_y].s[cursor_x - 1];
199 assert(cursor_y > 0);
208 return lines.v[cursor_y].s[cursor_x];
368 move(cursor_y - offset_y, cursor_x - offset_x);
378 cursor_y = imax(cursor_y, 0);
379 cursor_y = imin(cursor_y, cur_max_y())
    [all...]
cgram.c 180 static int cursor_y; variable
185 return (int)lines.v[cursor_y].len;
198 return lines.v[cursor_y].s[cursor_x - 1];
199 assert(cursor_y > 0);
208 return lines.v[cursor_y].s[cursor_x];
368 move(cursor_y - offset_y, cursor_x - offset_x);
378 cursor_y = imax(cursor_y, 0);
379 cursor_y = imin(cursor_y, cur_max_y())
    [all...]
  /src/sys/arch/arm/nvidia/
tegra_drm.h 106 int cursor_y; member in struct:tegra_crtc
tegra_drm.h 106 int cursor_y; member in struct:tegra_crtc
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 350 int cursor_y; member in struct:vmw_display_unit
vmwgfx_kms.h 350 int cursor_y; member in struct:vmw_display_unit
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 948 * @cursor_y: Current y position of the cursor, used for universal
954 int cursor_y; member in struct:drm_crtc
drm_crtc.h 948 * @cursor_y: Current y position of the cursor, used for universal
954 int cursor_y; member in struct:drm_crtc
  /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);
1132 cursor_y = cur->pos.y;
1175 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
1194 rpi_fb_movecursor(cursor_x, cursor_y,
1208 cp->y = cursor_y;
1216 cursor_y = cp->y;
1217 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
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);
1132 cursor_y = cur->pos.y;
1175 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
1194 rpi_fb_movecursor(cursor_x, cursor_y,
1208 cp->y = cursor_y;
1216 cursor_y = cp->y;
1217 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 391 int cursor_y; member in struct:amdgpu_crtc
amdgpu_mode.h 391 int cursor_y; member in struct:amdgpu_crtc
  /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
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/radeon/
radeon_mode.h 339 int cursor_y; member in struct:radeon_crtc
radeon_mode.h 339 int cursor_y; member in struct:radeon_crtc

Completed in 125 milliseconds