Home
last modified time | relevance | path

Searched refs:XCURSOR_IMAGE_MAX_SIZE (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/cursor/
H A Dxcursor.c180 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
207 if (width > XCURSOR_IMAGE_MAX_SIZE || height > XCURSOR_IMAGE_MAX_SIZE) in XcursorImageCreate()
471 if (head.width > XCURSOR_IMAGE_MAX_SIZE || in _XcursorReadImage()
472 head.height > XCURSOR_IMAGE_MAX_SIZE) in _XcursorReadImage()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/3rdparty/
H A Dxcursor.c181 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
208 if (width > XCURSOR_IMAGE_MAX_SIZE || height > XCURSOR_IMAGE_MAX_SIZE) in XcursorImageCreate()
492 if (head.width > XCURSOR_IMAGE_MAX_SIZE || in _XcursorReadImage()
493 head.height > XCURSOR_IMAGE_MAX_SIZE) in _XcursorReadImage()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xcursor/
H A Dxcursor.c181 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
208 if (width > XCURSOR_IMAGE_MAX_SIZE || height > XCURSOR_IMAGE_MAX_SIZE) in XcursorImageCreate()
492 if (head.width > XCURSOR_IMAGE_MAX_SIZE || in _XcursorReadImage()
493 head.height > XCURSOR_IMAGE_MAX_SIZE) in _XcursorReadImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/cursor/
H A Dxcursor.c180 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
207 if (width > XCURSOR_IMAGE_MAX_SIZE || height > XCURSOR_IMAGE_MAX_SIZE) in XcursorImageCreate()
490 if (head.width > XCURSOR_IMAGE_MAX_SIZE || in _XcursorReadImage()
491 head.height > XCURSOR_IMAGE_MAX_SIZE) in _XcursorReadImage()
/dports/x11/libXcursor/libXcursor-1.2.0/src/
H A Dfile.c34 if (width > XCURSOR_IMAGE_MAX_SIZE || height > XCURSOR_IMAGE_MAX_SIZE) in XcursorImageCreate()
456 if (head.width > XCURSOR_IMAGE_MAX_SIZE || in _XcursorReadImage()
457 head.height > XCURSOR_IMAGE_MAX_SIZE) in _XcursorReadImage()
511 if (image->width > XCURSOR_IMAGE_MAX_SIZE || in _XcursorWriteImage()
512 image->height > XCURSOR_IMAGE_MAX_SIZE) in _XcursorWriteImage()
/dports/x11/xcb-util-cursor/xcb-util-cursor-0.1.3/cursor/
H A Dcursor.h152 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
/dports/x11/libXcursor/libXcursor-1.2.0/include/X11/Xcursor/
H A DXcursor.h180 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
H A DXcursor.h.in179 #define XCURSOR_IMAGE_MAX_SIZE 0x7fff /* 32767x32767 max cursor size */ macro
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-xmc.c832 guint32 min_diff = XCURSOR_IMAGE_MAX_SIZE; /* minimum value of diff */ in load_thumbnail()