HomeSort by: relevance | last modified time | path
    Searched refs:cursor_x (Results 1 - 17 of 17) sorted by relevancy

  /src/games/cgram/
cgram.c 179 static int cursor_x; variable in typeref:typename:int
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/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 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);
1109 cursor_x = cur->pos.x;
1153 rpi_fb_movecursor(cursor_x, cursor_y, cursor_on);
1172 rpi_fb_movecursor(cursor_x, cursor_y,
1185 cp->x = cursor_x;
1193 cursor_x = cp->x;
1195 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::__anon457d4c9c060a::__anon457d4c9c0708
  /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;
  /src/sys/arch/arm/sunxi/
sunxi_mixer.c 397 const uint32_t offset = (crtc->cursor_y << 16) | crtc->cursor_x;
450 crtc->cursor_x = x & 0xffff;
453 const uint32_t offset = (crtc->cursor_y << 16) | crtc->cursor_x;

Completed in 33 milliseconds