HomeSort by relevance Sort by last modified time
    Searched refs:xhot (Results 1 - 8 of 8) sorted by null

  /external/wayland/cursor/
xcursor.h 40 XcursorDim xhot; /* hot spot x (must be inside image) */ member in struct:_XcursorImage
xcursor.c 171 * CARD32 xhot hot spot x
478 if (!_XcursorReadUInt (file, &head.xhot))
489 if (head.xhot > head.width || head.yhot > head.height)
499 image->xhot = head.xhot;
wayland-cursor.c 318 image->image.hotspot_x = images->images[i]->xhot;
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 204 DesktopVector hotspot(std::min(img->width, img->xhot),
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 180 __s32 xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/kernel-headers/original/uapi/drm/
vmwgfx_drm.h 514 * @xhot: X hotspot.
525 __s32 xhot; member in struct:drm_vmw_cursor_bypass_arg
    [all...]
  /external/libdrm/include/drm/
vmwgfx_drm.h 523 * @xhot: X hotspot.
534 __s32 xhot; member in struct:drm_vmw_cursor_bypass_arg
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmwgfx_drm.h 520 * @xhot: X hotspot.
531 int32_t xhot; member in struct:drm_vmw_cursor_bypass_arg

Completed in 551 milliseconds