Home
last modified time | relevance | path

Searched refs:xhot (Results 1 – 15 of 15) sorted by relevance

/third_party/glfw/src/
Dwl_window.c691 int xhot, int yhot) in _glfwPlatformCreateCursor() argument
742 cursor->wl.xhot = xhot; in _glfwPlatformCreateCursor()
928 cursor->wl.xhot, in _glfwPlatformSetCursor()
Dwl_platform.h173 int xhot, yhot; member
Dx11_init.c676 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateCursorX11() argument
685 native->xhot = xhot; in _glfwCreateCursorX11()
Dinput.c360 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() argument
372 if (!_glfwPlatformCreateCursor(cursor, image, xhot, yhot)) in glfwCreateCursor()
Dx11_platform.h285 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot);
Dwin32_window.c100 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()
Dmir_window.c612 int xhot, int yhot) in _glfwPlatformCreateCursor() argument
632 cursor->mir.conf = mir_cursor_configuration_from_buffer_stream(stream, xhot, yhot); in _glfwPlatformCreateCursor()
Dinternal.h776 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
Dx11_window.c2188 int xhot, int yhot) in _glfwPlatformCreateCursor() argument
2190 cursor->x11.handle = _glfwCreateCursorX11(image, xhot, yhot); in _glfwPlatformCreateCursor()
Dcocoa_window.m1525 int xhot, int yhot)
1555 hotSpot:NSMakePoint(xhot, yhot)];
/third_party/libdrm/include/drm/
Dvmwgfx_drm.h534 __s32 xhot; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h541 __s32 xhot; member
/third_party/glfw/include/GLFW/
Dglfw3.h3188 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
/third_party/ffmpeg/libavdevice/
Dxcbgrab.c354 cx = ci->x - ci->xhot; in xcbgrab_draw_mouse()