Searched refs:hot_x (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 787 __s32 hot_x; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 703 __s32 hot_x; 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 | 438 uint32_t width, uint32_t height, int32_t hot_x, in drmModeSetCursor2() 449 arg.hot_x = hot_x; 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 9 milliseconds