Searched refs:xhot (Results 1 – 15 of 15) sorted by relevance
/third_party/glfw/src/ |
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 | wl_platform.h | 173 int xhot, yhot; member
|
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 | x11_platform.h | 285 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot);
|
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 | 541 __s32 xhot; member
|
/third_party/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/ffmpeg/libavdevice/ |
D | xcbgrab.c | 354 cx = ci->x - ci->xhot; in xcbgrab_draw_mouse()
|