/third_party/libdrm/include/drm/ |
H A D | vmwgfx_drm.h | 524 * @yhot: Y hotspot. 535 __s32 yhot; member
|
/third_party/glfw/src/ |
H A D | cocoa_platform.h | 264 GLFWbool _glfwCreateCursorCocoa(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | null_platform.h | 264 GLFWbool _glfwCreateCursorNull(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | wl_platform.h | 605 int xhot, yhot; member 660 GLFWbool _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | null_window.c | 524 int xhot, int yhot) in _glfwCreateCursorNull() 522 _glfwCreateCursorNull(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot) _glfwCreateCursorNull() argument
|
H A D | win32_window.c | 101 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 D | input.c | 846 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 D | x11_platform.h | 951 GLFWbool _glfwCreateCursorX11(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot); 979 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot);
|
H A D | x11_init.c | 1127 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateNativeCursorX11() argument 1139 native->yhot = yhot; in _glfwCreateNativeCursorX11()
|
H A D | wl_window.c | 1110 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 D | win32_platform.h | 592 GLFWbool _glfwCreateCursorWin32(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | x11_window.c | 2940 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 D | vmwgfx_drm.h | 531 * @yhot: Y hotspot. 542 __s32 yhot; member
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 3151 * @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 D | xcbgrab.c | 355 cy = ci->y - ci->yhot; in xcbgrab_draw_mouse()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 5035 * @param[in] yhot The desired y-coordinate, in pixels, of the cursor hotspot. 5055 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|