Home
last modified time | relevance | path

Searched refs:yhot (Results 1 - 16 of 16) sorted by relevance

/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h524 * @yhot: Y hotspot.
535 __s32 yhot; member
/third_party/glfw/src/
H A Dcocoa_platform.h264 GLFWbool _glfwCreateCursorCocoa(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dnull_platform.h264 GLFWbool _glfwCreateCursorNull(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dwl_platform.h605 int xhot, yhot; member
660 GLFWbool _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dnull_window.c524 int xhot, int yhot) in _glfwCreateCursorNull()
522 _glfwCreateCursorNull(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorNull() argument
H A Dwin32_window.c101 static HICON createIcon(const GLFWimage* image, int xhot, int yhot, GLFWbool icon) in createIcon() argument
162 ii.yHotspot = yhot; in createIcon()
2292 int xhot, int yhot) in _glfwCreateCursorWin32()
2294 cursor->win32.handle = (HCURSOR) createIcon(image, xhot, yhot, GLFW_FALSE); in _glfwCreateCursorWin32()
2290 _glfwCreateCursorWin32(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorWin32() argument
H A Dinput.c846 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor() argument
865 if (!_glfw.platform.createCursor(cursor, image, xhot, yhot)) in glfwCreateCursor()
H A Dx11_platform.h951 GLFWbool _glfwCreateCursorX11(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
979 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot);
H A Dx11_init.c1127 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateNativeCursorX11() argument
1139 native->yhot = yhot; in _glfwCreateNativeCursorX11()
H A Dwl_window.c1110 cursorWayland->yhot = image->hotspot_y; in setCursorImage()
1116 cursorWayland->yhot / scale); in setCursorImage()
2751 int xhot, int yhot) in _glfwCreateCursorWayland()
2760 cursor->wl.yhot = yhot; in _glfwCreateCursorWayland()
2749 _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorWayland() argument
H A Dwin32_platform.h592 GLFWbool _glfwCreateCursorWin32(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dx11_window.c2940 int xhot, int yhot) in _glfwCreateCursorX11()
2942 cursor->x11.handle = _glfwCreateNativeCursorX11(image, xhot, yhot); in _glfwCreateCursorX11()
2938 _glfwCreateCursorX11(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorX11() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h531 * @yhot: Y hotspot.
542 __s32 yhot; member
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h3151 * @param[in] yhot The desired y-coordinate, in pixels, of the cursor hotspot.
3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
/third_party/ffmpeg/libavdevice/
H A Dxcbgrab.c355 cy = ci->y - ci->yhot; in xcbgrab_draw_mouse()
/third_party/glfw/include/GLFW/
H A Dglfw3.h5035 * @param[in] yhot The desired y-coordinate, in pixels, of the cursor hotspot.
5055 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);

Completed in 42 milliseconds