| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| hgsmi_base.c | 112 * @hot_y: Vertical position of the hot spot. 119 u32 hot_x, u32 hot_y, u32 width, u32 height, 151 p->hot_y = hot_y;
|
| vboxvideo_guest.h | 37 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
| vboxvideo.h | 325 u32 hot_y; member in struct:vbva_mouse_pointer_shape
|
| vbox_mode.c | 440 min_t(u32, max(fb->hot_y, 0), height),
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_cursor.c | 287 int32_t hot_y) 336 hot_y != radeon_crtc->cursor_hot_y) { 340 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y; 345 radeon_crtc->cursor_hot_y = hot_y;
|
| radeon_mode.h | 875 int32_t hot_y);
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_plane.c | 284 plane->state->fb ? plane->state->fb->hot_y : 0); 291 output->cursor.hot_y = 292 cpu_to_le32(plane->state->fb->hot_y); 295 output->cursor.hot_y = cpu_to_le32(0);
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_framebuffer.h | 200 * @hot_y: Y coordinate of the cursor hotspot. Used by the legacy cursor 204 int hot_y; member in struct:drm_framebuffer
|
| drm_crtc.h | 452 int32_t hot_x, int32_t hot_y);
|
| /src/sys/dev/pci/ |
| viogpu.h | 157 __le32 hot_y; /* update only */ member in struct:virtio_gpu_update_cursor
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_plane.c | 884 fb->hot_y = req->hot_y; 985 req->width, req->height, req->hot_x, req->hot_y); 1021 new_req.hot_x = new_req.hot_y = 0;
|
| /src/external/bsd/nvi/dist/motif_l/ |
| xtabbed.c | 1819 float hot_x, hot_y; 1856 /* alignment : which point (hot_x, hot_y) relative to bitmap centre 1861 hot_y=(float)item->rows_in/2*style.magnify; 1863 hot_y=0; 1865 hot_y = -(float)item->rows_in/2*style.magnify; 1867 hot_y = -((float)item->rows_in/2-(float)font->descent)*style.magnify; 1881 /* rotate hot_x and hot_y around bitmap centre */ 1882 hot_xp= hot_x*cos_angle - hot_y*sin_angle; 1883 hot_yp= hot_x*sin_angle + hot_y*cos_angle; 1899 (item->corners_y[i]+hot_y)*sin_angle) 1812 float hot_x, hot_y; local 2824 float hot_x, hot_y; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_display.c | 524 cmd->u.set.position.y = plane->state->crtc_y + fb->hot_y; 641 cursor->header.hot_spot_y = fb->hot_y; 670 cmd->u.position.y = plane->state->crtc_y + fb->hot_y;
|
| /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 1125 hot_y = cur->hot.y; 1172 rpi_fb_initcursor(pcursor, hot_x, hot_y);
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm_mode.h | 613 __s32 hot_y; member in struct:drm_mode_cursor2
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_dce_v10_0.c | 2383 int32_t hot_y) 2430 hot_y != amdgpu_crtc->cursor_hot_y) { 2434 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; 2441 amdgpu_crtc->cursor_hot_y = hot_y;
|
| amdgpu_dce_v11_0.c | 2462 int32_t hot_y) 2509 hot_y != amdgpu_crtc->cursor_hot_y) { 2513 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; 2520 amdgpu_crtc->cursor_hot_y = hot_y;
|
| amdgpu_dce_v6_0.c | 2278 int32_t hot_y) 2325 hot_y != amdgpu_crtc->cursor_hot_y) { 2329 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; 2336 amdgpu_crtc->cursor_hot_y = hot_y;
|
| amdgpu_dce_v8_0.c | 2284 int32_t hot_y) 2331 hot_y != amdgpu_crtc->cursor_hot_y) { 2335 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; 2342 amdgpu_crtc->cursor_hot_y = hot_y;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.c | 397 hotspot_y += plane->state->fb->hot_y;
|