/third_party/wayland_standard/cursor/ |
D | xcursor.h | 43 XcursorDim yhot; /* hot spot y (must be inside image) */ member
|
D | xcursor.c | 486 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()
|
D | wayland-cursor.c | 313 image->image.hotspot_y = images->images[i]->yhot; in wl_cursor_create_from_xcursor_images()
|
/third_party/flutter/glfw/src/ |
D | wl_platform.h | 173 int xhot, yhot; member
|
D | wl_window.c | 691 int xhot, int yhot) in _glfwPlatformCreateCursor() argument 743 cursor->wl.yhot = yhot; in _glfwPlatformCreateCursor() 929 cursor->wl.yhot); in _glfwPlatformSetCursor()
|
D | x11_platform.h | 285 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot);
|
D | x11_init.c | 676 Cursor _glfwCreateCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateCursorX11() argument 686 native->yhot = yhot; 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 | win32_window.c | 100 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()
|
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 | cocoa_window.m | 1525 int xhot, int yhot) 1555 hotSpot:NSMakePoint(xhot, yhot)];
|
D | x11_window.c | 2188 int xhot, int yhot) in _glfwPlatformCreateCursor() argument 2190 cursor->x11.handle = _glfwCreateCursorX11(image, xhot, yhot); in _glfwPlatformCreateCursor()
|
/third_party/libdrm/include/drm/ |
D | vmwgfx_drm.h | 535 __s32 yhot; member
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmwgfx_drm.h | 534 __s32 yhot; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11mouse.c | 103 image->yhot = hot_y; in X11_CreateXCursorCursor()
|
/third_party/flutter/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/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/flutter/glfw/include/GLFW/ |
D | glfw3.h | 3188 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 646 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/ |
D | xcbgrab.c | 355 cy = ci->y - ci->yhot; in xcbgrab_draw_mouse()
|
/third_party/weston/xwayland/ |
D | window-manager.c | 325 xcb_render_create_cursor(c, cursor, pic, img->xhot, img->yhot); in xcb_cursor_image_load_cursor()
|