/third_party/wayland_standard/cursor/ |
D | xcursor.h | 42 XcursorDim xhot; /* hot spot x (must be inside image) */ member
|
D | xcursor.c | 484 if (!_XcursorReadUInt (file, &head.xhot)) in _XcursorReadImage() 496 if (head.xhot > head.width || head.yhot > head.height) in _XcursorReadImage() 506 image->xhot = head.xhot; in _XcursorReadImage()
|
D | wayland-cursor.c | 312 image->image.hotspot_x = images->images[i]->xhot; in wl_cursor_create_from_xcursor_images()
|
/third_party/flutter/glfw/src/ |
D | wl_platform.h | 173 int xhot, yhot; member
|
D | wl_window.c | 691 int xhot, int yhot) in _glfwPlatformCreateCursor() argument 742 cursor->wl.xhot = xhot; in _glfwPlatformCreateCursor() 928 cursor->wl.xhot, in _glfwPlatformSetCursor()
|
D | x11_platform.h | 285 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot);
|
D | x11_init.c | 676 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateCursorX11() argument 685 native->xhot = xhot; in _glfwCreateCursorX11()
|
D | input.c | 360 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() argument 372 if (!_glfwPlatformCreateCursor(cursor, image, xhot, yhot)) in glfwCreateCursor()
|
D | win32_window.c | 100 int xhot, int yhot, GLFWbool icon) in createIcon() argument 160 ii.xHotspot = xhot; in createIcon() 1516 int xhot, int yhot) in _glfwPlatformCreateCursor() argument 1518 cursor->win32.handle = (HCURSOR) createIcon(image, xhot, yhot, GLFW_FALSE); in _glfwPlatformCreateCursor()
|
D | mir_window.c | 612 int xhot, int yhot) in _glfwPlatformCreateCursor() argument 632 cursor->mir.conf = mir_cursor_configuration_from_buffer_stream(stream, xhot, yhot); in _glfwPlatformCreateCursor()
|
D | internal.h | 776 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
D | x11_window.c | 2188 int xhot, int yhot) in _glfwPlatformCreateCursor() argument 2190 cursor->x11.handle = _glfwCreateCursorX11(image, xhot, yhot); in _glfwPlatformCreateCursor()
|
D | cocoa_window.m | 1525 int xhot, int yhot) 1555 hotSpot:NSMakePoint(xhot, yhot)];
|
/third_party/libdrm/include/drm/ |
D | vmwgfx_drm.h | 534 __s32 xhot; member
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 533 __s32 xhot; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11mouse.c | 102 image->xhot = hot_x; in X11_CreateXCursorCursor()
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 3188 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 644 x = ximagesrc->cursor_image->x - ximagesrc->cursor_image->xhot - in gst_ximage_src_ximage_get() 742 cx = ximagesrc->cursor_image->x - ximagesrc->cursor_image->xhot - in gst_ximage_src_ximage_get()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 354 cx = ci->x - ci->xhot; in xcbgrab_draw_mouse()
|
/third_party/weston/xwayland/ |
D | window-manager.c | 325 xcb_render_create_cursor(c, cursor, pic, img->xhot, img->yhot); in xcb_cursor_image_load_cursor()
|