Home
last modified time | relevance | path

Searched refs:yhot (Results 1 – 22 of 22) sorted by relevance

/third_party/wayland_standard/cursor/
Dxcursor.h43 XcursorDim yhot; /* hot spot y (must be inside image) */ member
Dxcursor.c486 if (!_XcursorReadUInt (file, &head.yhot)) in _XcursorReadImage()
496 if (head.xhot > head.width || head.yhot > head.height) in _XcursorReadImage()
507 image->yhot = head.yhot; in _XcursorReadImage()
Dwayland-cursor.c313 image->image.hotspot_y = images->images[i]->yhot; in wl_cursor_create_from_xcursor_images()
/third_party/flutter/glfw/src/
Dwl_platform.h173 int xhot, yhot; member
Dwl_window.c691 int xhot, int yhot) in _glfwPlatformCreateCursor() argument
743 cursor->wl.yhot = yhot; in _glfwPlatformCreateCursor()
929 cursor->wl.yhot); in _glfwPlatformSetCursor()
Dx11_platform.h285 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot);
Dx11_init.c676 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateCursorX11() argument
686 native->yhot = yhot; 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()
Dwin32_window.c100 int xhot, int yhot, GLFWbool icon) in createIcon() argument
161 ii.yHotspot = yhot; 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);
Dcocoa_window.m1525 int xhot, int yhot)
1555 hotSpot:NSMakePoint(xhot, yhot)];
Dx11_window.c2188 int xhot, int yhot) in _glfwPlatformCreateCursor() argument
2190 cursor->x11.handle = _glfwCreateCursorX11(image, xhot, yhot); in _glfwPlatformCreateCursor()
/third_party/libdrm/include/drm/
Dvmwgfx_drm.h535 __s32 yhot; member
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h534 __s32 yhot; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11mouse.c103 image->yhot = hot_y; in X11_CreateXCursorCursor()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h3173 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/flutter/glfw/include/GLFW/
Dglfw3.h3188 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c646 y = ximagesrc->cursor_image->y - ximagesrc->cursor_image->yhot - in gst_ximage_src_ximage_get()
744 cy = ximagesrc->cursor_image->y - ximagesrc->cursor_image->yhot - in gst_ximage_src_ximage_get()
/third_party/ffmpeg/libavdevice/
Dxcbgrab.c355 cy = ci->y - ci->yhot; in xcbgrab_draw_mouse()
/third_party/weston/xwayland/
Dwindow-manager.c325 xcb_render_create_cursor(c, cursor, pic, img->xhot, img->yhot); in xcb_cursor_image_load_cursor()