/src/sys/arch/arm/nvidia/ |
tegra_drm.h | 106 int cursor_y; member in struct:tegra_crtc
|
/src/games/cgram/ |
cgram.c | 180 static int cursor_y; variable in typeref:typename:int 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/external/bsd/drm2/dist/drm/vmwgfx/ |
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
|
/src/sys/arch/arm/broadcom/ |
bcm283x_platform.c | 605 static int cursor_x = 0, cursor_y = 0, hot_x = 0, hot_y = 0, cursor_on = 0; variable in typeref:typename:int 1078 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); 1110 cursor_y = cur->pos.y; 1153 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on); 1172 rpi_fb_movecursor(cursor_x, cursor_y, 1186 cp->y = cursor_y; 1194 cursor_y = cp->y; 1195 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
|
/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::__anon457d4c9c060a::__anon457d4c9c0708
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_mode.h | 339 int cursor_y; member in struct:radeon_crtc
|