Searched refs:hot_y (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 788 __s32 hot_y; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 704 __s32 hot_y; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 349 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y);
|
H A D | xf86drmMode.c | 439 int32_t hot_y) in drmModeSetCursor2() 450 arg.hot_y = hot_y; in drmModeSetCursor2() 437 drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) drmModeSetCursor2() argument
|
Completed in 7 milliseconds