Home
last modified time | relevance | path

Searched refs:hotspot_x (Results 1 – 25 of 2219) sorted by relevance

12345678910>>...89

/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkcursor.c103 g_value_set_int (value, cursor->hotspot_x); in G_DEFINE_TYPE()
134 cursor->hotspot_x = g_value_get_int (value); in gdk_cursor_set_property()
268 hash ^= (cursor->hotspot_x << 8) | cursor->hotspot_y; in gdk_cursor_hash()
291 if (ca->hotspot_x != cb->hotspot_x || in gdk_cursor_equal()
352 int hotspot_x, in gdk_cursor_new_from_texture() argument
357 g_return_val_if_fail (0 <= hotspot_x && hotspot_x < gdk_texture_get_width (texture), NULL); in gdk_cursor_new_from_texture()
363 "hotspot-x", hotspot_x, in gdk_cursor_new_from_texture()
449 return cursor->hotspot_x; in gdk_cursor_get_hotspot_x()
/dports/graphics/icoutils/icoutils-0.32.3/icotool/
H A Dmain.c51 static int32_t hotspot_x = 0; variable
109 if (hotspot_x_set && hx != hotspot_x) in filter()
222 files->files[files->count].hotspot_x = file_hotspot_x; in input_files_add()
233 files->files[files->count].hotspot_x = file_hotspot_x; in input_files_add_raw()
266 input_files_add (&files, optarg, bitdepth, hotspot_x, hotspot_y); in main()
312 if (!parse_int32(optarg, &hotspot_x) || hotspot_x < 0) in main()
326 input_files_add_raw (&files, optarg, hotspot_x, hotspot_y); in main()
341 input_files_add (&files, argv[c], bitdepth, hotspot_x, hotspot_y); in main()
406 files.files[i].hotspot_x = hotspot_x; in main()
H A Dicotool.h40 …ex, int width, int height, int bitdepth, int palettesize, bool icon, int hotspot_x, int hotspot_y);
49 int32_t hotspot_x; member
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xwayland/
H A Dxwayland.c25 int32_t hotspot_x; member
52 cur->height, cur->hotspot_x, cur->hotspot_y); in handle_server_ready()
116 int32_t hotspot_x, int32_t hotspot_y) { in wlr_xwayland_set_cursor() argument
119 hotspot_x, hotspot_y); in wlr_xwayland_set_cursor()
133 xwayland->cursor->hotspot_x = hotspot_x; in wlr_xwayland_set_cursor()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdkcursor-wayland.c159 int *hotspot_x, in _gdk_wayland_cursor_get_buffer() argument
192 *hotspot_x = image->hotspot_x / desired_scale; in _gdk_wayland_cursor_get_buffer()
227 *hotspot_x = gdk_cursor_get_hotspot_x (cursor); in _gdk_wayland_cursor_get_buffer()
245 hotspot_x, hotspot_y, in _gdk_wayland_cursor_get_buffer()
255 *hotspot_x = 0; in _gdk_wayland_cursor_get_buffer()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/guacenc/
H A Dinstruction-cursor.c39 int hotspot_x = atoi(argv[0]); in guacenc_handle_cursor() local
54 cursor->hotspot_x = hotspot_x; in guacenc_handle_cursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/
H A Dempty_cursor_filter_unittest.cc50 arg.hotspot_x() == cursor_shape.hotspot_x() &&
61 << ", h.x:" << cursor.hotspot_x() << ", h.y:" << cursor.hotspot_y() in operator <<()
80 EXPECT_EQ(0, empty_cursor.hotspot_x()); in TEST()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkcursor-wayland.c56 int hotspot_x, hotspot_y; member
215 int *hotspot_x, in _gdk_wayland_cursor_get_buffer() argument
237 *hotspot_x = image->hotspot_x / wayland_cursor->scale; in _gdk_wayland_cursor_get_buffer()
248 *hotspot_x = in _gdk_wayland_cursor_get_buffer()
249 wayland_cursor->surface.hotspot_x / wayland_cursor->surface.scale; in _gdk_wayland_cursor_get_buffer()
264 *hotspot_x = 0; in _gdk_wayland_cursor_get_buffer()
456 cursor->surface.hotspot_x = x; in _gdk_wayland_display_get_cursor_for_surface()
/dports/games/stuntrally/stuntrally-2.6.1/source/sdl4ogre/
H A Dsdlcursormanager.cpp78 …exturePtr tex, Uint8 left, Uint8 top, Uint8 size_x, Uint8 size_y, Uint8 hotspot_x, Uint8 hotspot_y) in receiveCursorInfo() argument
80 _createCursorFromResource(name, tex, left, top, size_x, size_y, hotspot_x, hotspot_y); in receiveCursorInfo()
84 …exturePtr tex, Uint8 left, Uint8 top, Uint8 size_x, Uint8 size_y, Uint8 hotspot_x, Uint8 hotspot_y) in _createCursorFromResource() argument
112 SDL_Cursor* curs = SDL_CreateColorCursor(surf, hotspot_x, hotspot_y); in _createCursorFromResource()
H A Dsdlcursormanager.hpp21 …exturePtr tex, Uint8 left, Uint8 top, Uint8 size_x, Uint8 size_y, Uint8 hotspot_x, Uint8 hotspot_y…
24 …exturePtr tex, Uint8 left, Uint8 top, Uint8 size_x, Uint8 size_y, Uint8 hotspot_x, Uint8 hotspot_y…
/dports/graphics/p5-Imager/Imager-1.012/ICO/
H A Dmsicon.c49 int hotspot_x, hotspot_y; member
168 image->hotspot_x = image->hotspot_y = 0; in ico_reader_open()
171 long hotspot_x, hotspot_y; in ico_reader_open() local
174 &hotspot_x, &hotspot_y, &bytes_in_res, in ico_reader_open()
181 image->hotspot_x = hotspot_x; in ico_reader_open()
281 result->hotspot_x = im->hotspot_x; in ico_image_read()
498 int hotspot_x = image->hotspot_x; in ico_write() local
501 if (hotspot_x < 0) in ico_write()
502 hotspot_x = 0; in ico_write()
503 else if (hotspot_x >= image->width) in ico_write()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-cursor-surface.c306 int hotspot_x, in meta_wayland_cursor_surface_set_hotspot() argument
312 if (priv->hot_x == hotspot_x && in meta_wayland_cursor_surface_set_hotspot()
316 priv->hot_x = hotspot_x; in meta_wayland_cursor_surface_set_hotspot()
323 int *hotspot_x, in meta_wayland_cursor_surface_get_hotspot() argument
329 if (hotspot_x) in meta_wayland_cursor_surface_get_hotspot()
330 *hotspot_x = priv->hot_x; in meta_wayland_cursor_surface_get_hotspot()
H A Dmeta-wayland-cursor-surface.h42 int hotspot_x,
45 int *hotspot_x,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/test/
H A Dmock_pointer.cc15 int32_t hotspot_x, in SetCursor() argument
18 ->SetCursor(surface_resource, hotspot_x, hotspot_y); in SetCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/test/
H A Dmock_pointer.cc15 int32_t hotspot_x, in SetCursor() argument
18 ->SetCursor(surface_resource, hotspot_x, hotspot_y); in SetCursor()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/common/
H A Dcursor.c66 cursor->hotspot_x = 0; in guac_common_cursor_alloc()
118 cursor->hotspot_x, cursor->hotspot_y, in guac_common_cursor_dup()
228 cursor->hotspot_x = hx; in guac_common_cursor_set_argb()
240 cursor->hotspot_x, cursor->hotspot_y, in guac_common_cursor_set_argb()
/dports/games/uqm/uqm-0.8.0/doc/devel/
H A Daniformat3 filename transparent_color colormap_index hotspot_x hotspot_y
27 hotspot_x, hotspot_y
30 (draw_x - hotspot_x, draw_y - hotspot_y)
/dports/games/openmw/openmw-openmw-0.47.0/components/sdlutil/
H A Dsdlcursormanager.hpp32 …ursor(const std::string &name, int rotDegrees, osg::Image* image, Uint8 hotspot_x, Uint8 hotspot_y…
35 …ource(const std::string &name, int rotDegrees, osg::Image* image, Uint8 hotspot_x, Uint8 hotspot_y…
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dcursors.cc33 CursorInfo::CursorInfo (const std::string& n, int hotspot_x, int hotspot_y) in CursorInfo() argument
35 , x (hotspot_x) in CursorInfo()
/dports/x11-wm/mutter/mutter-41.1/src/backends/
H A Dmeta-cursor-sprite-xcursor.c194 int hotspot_x, hotspot_y; in load_from_current_xcursor_image() local
225 hotspot_x = ((int) (xc_image->xhot / sprite_xcursor->theme_scale) * in load_from_current_xcursor_image()
232 hotspot_x = xc_image->xhot; in load_from_current_xcursor_image()
237 hotspot_x, hotspot_y); in load_from_current_xcursor_image()
H A Dmeta-screen-cast-window-stream-src.c126 int hotspot_x, hotspot_y; in maybe_draw_cursor_sprite() local
146 meta_cursor_sprite_get_hotspot (cursor_sprite, &hotspot_x, &hotspot_y); in maybe_draw_cursor_sprite()
176 relative_cursor_position.x - hotspot_x * scale, in maybe_draw_cursor_sprite()
204 int hotspot_x, hotspot_y; in maybe_blit_cursor_sprite() local
224 meta_cursor_sprite_get_hotspot (cursor_sprite, &hotspot_x, &hotspot_y); in maybe_blit_cursor_sprite()
226 x = (relative_cursor_position.x - hotspot_x) * scale; in maybe_blit_cursor_sprite()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/values/specified/
H A Dui.rs52 let mut hotspot_x = Number::zero(); in initial_value()
57 hotspot_x = x; in initial_value()
64 hotspot_x, in initial_value()
/dports/www/firefox/firefox-99.0/servo/components/style/values/specified/
H A Dui.rs54 let mut hotspot_x = Number::zero(); in parse() localVariable
59 hotspot_x = x; in parse()
66 hotspot_x, in parse()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/values/specified/
H A Dui.rs52 let mut hotspot_x = Number::zero(); in parse() localVariable
57 hotspot_x = x; in parse()
64 hotspot_x, in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/values/specified/
H A Dui.rs52 let mut hotspot_x = Number::zero(); in parse() localVariable
57 hotspot_x = x; in parse()
64 hotspot_x, in parse()

12345678910>>...89