Searched defs:hot_y (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_mode.c59 int32_t hot_x, int32_t hot_y);
654 int32_t hot_x, int32_t hot_y)
673 || width == 0 || hot_x > width || height == 0 || hot_y > height)
701 hot_x, hot_y, width,
652 vbox_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) argument

Completed in 249 milliseconds