Home
last modified time | relevance | path

Searched refs:y_hot (Results 1 – 25 of 139) sorted by relevance

123456

/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DXbm.c167 unsigned char **datap, int *x_hot, int *y_hot) in ReadBitmapData() argument
169 static int ReadBitmapData (stream, width, height, datap, x_hot, y_hot) in ReadBitmapData()
175 int *y_hot;
287 if (y_hot) *y_hot = hy;
295 int *width, int *height, int *x_hot, int *y_hot) in XmtParseXbmFile() argument
297 Boolean XmtParseXbmFile (filename, datap, width, height, x_hot, y_hot) in XmtParseXbmFile()
303 int *y_hot;
319 (unsigned char **)datap, x_hot, y_hot);
333 int *width, int *height, int *x_hot, int *y_hot) in XmtParseXbmString() argument
341 int *y_hot;
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/cursor/
H A Dparse_cursor.rs57 pub(crate) y_hot: u16, field
89 let y_hot = y_hot.try_into().or(Err(Error::ImageTooLarge))?; in read() localVariable
100 y_hot, in read()
219 assert_eq!(image.y_hot, 8); in read_3x5_image()
456 y_hot: 0, in parse_cursor_one_image()
497 y_hot: 0, in parse_cursor_two_images_plus_one_ignored()
505 y_hot: 0, in parse_cursor_two_images_plus_one_ignored()
542 im1.y_hot, in assert_same_images()
543 im2.y_hot, in assert_same_images()
546 im1.y_hot, in assert_same_images()
[all …]
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/cursor/
H A Dparse_cursor.rs57 pub(crate) y_hot: u16, field
89 let y_hot = y_hot.try_into().or(Err(Error::ImageTooLarge))?; in read() localVariable
100 y_hot, in read()
219 assert_eq!(image.y_hot, 8); in read_3x5_image()
456 y_hot: 0, in parse_cursor_one_image()
497 y_hot: 0, in parse_cursor_two_images_plus_one_ignored()
505 y_hot: 0, in parse_cursor_two_images_plus_one_ignored()
542 im1.y_hot, in assert_same_images()
543 im2.y_hot, in assert_same_images()
546 im1.y_hot, in assert_same_images()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-0.12.1/src/auto/
H A Dcursor.rs93 let mut y_hot = mem::MaybeUninit::uninit(); in get_surface() localVariable
97 y_hot.as_mut_ptr(), in get_surface()
100 let y_hot = y_hot.assume_init(); in get_surface() localVariable
101 (ret, x_hot, y_hot) in get_surface()
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk/src/auto/
H A Dcursor.rs93 let mut y_hot = mem::MaybeUninit::uninit(); in get_surface() localVariable
97 y_hot.as_mut_ptr(), in get_surface()
100 let y_hot = y_hot.assume_init(); in get_surface() localVariable
101 (ret, x_hot, y_hot) in get_surface()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-0.14.0/src/auto/
H A Dcursor.rs96 let mut y_hot = mem::MaybeUninit::uninit(); in surface() localVariable
100 y_hot.as_mut_ptr(), in surface()
103 let y_hot = y_hot.assume_init(); in surface() localVariable
104 (ret, x_hot, y_hot) in surface()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-0.14.3/src/auto/
H A Dcursor.rs96 let mut y_hot = mem::MaybeUninit::uninit(); in surface() localVariable
100 y_hot.as_mut_ptr(), in surface()
103 let y_hot = y_hot.assume_init(); in surface() localVariable
104 (ret, x_hot, y_hot) in surface()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-0.14.3/src/auto/
H A Dcursor.rs96 let mut y_hot = mem::MaybeUninit::uninit(); in surface() localVariable
100 y_hot.as_mut_ptr(), in surface()
103 let y_hot = y_hot.assume_init(); in surface() localVariable
104 (ret, x_hot, y_hot) in surface()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-0.14.3/src/auto/
H A Dcursor.rs96 let mut y_hot = mem::MaybeUninit::uninit(); in surface() localVariable
100 y_hot.as_mut_ptr(), in surface()
103 let y_hot = y_hot.assume_init(); in surface() localVariable
104 (ret, x_hot, y_hot) in surface()
/dports/editors/ted/Ted-2.23/bitmap/
H A Dbmxbm.c125 int *y_hot) /* RETURNED */ in XReadBitmapFileData() argument
242 if (y_hot) *y_hot = hy; in XReadBitmapFileData()
262 int y_hot= -1; in bmWriteXbmFile() local
286 sioOutPrintf(sos, "#define %s_y_hot %d\n", name, y_hot); in bmWriteXbmFile()
336 int y_hot; in bmReadXbmFile() local
343 &x_hot, &y_hot ) ) in bmReadXbmFile()
/dports/x11/libX11/libX11-1.7.2/src/
H A DRdBitF.c115 int *y_hot) /* RETURNED */ in XReadBitmapFileData() argument
234 if (y_hot) *y_hot = hy; in XReadBitmapFileData()
248 int *y_hot) /* RETURNED */ in XReadBitmapFile() argument
253 res = XReadBitmapFileData(filename, width, height, &data, x_hot, y_hot); in XReadBitmapFile()
/dports/x11/xsetroot/xsetroot-1.1.2/
H A Dxsetroot.c70 … ReadBitmapFile(char *filename, unsigned int *width, unsigned int *height, int *x_hot, int *y_hot);
400 int x_hot, y_hot; in CreateCursorFromFiles() local
410 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot); in CreateCursorFromFiles()
421 if ((x_hot == -1) && (y_hot == -1)) { in CreateCursorFromFiles()
423 y_hot = BITMAP_HOT_DEFAULT; in CreateCursorFromFiles()
426 (y_hot < 0) || (y_hot >= height)) { in CreateCursorFromFiles()
433 (unsigned int)x_hot, (unsigned int)y_hot); in CreateCursorFromFiles()
537 int *x_hot, int *y_hot) in ReadBitmapFile() argument
543 height, &bitmap, x_hot, y_hot); in ReadBitmapFile()
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A DReadBitmap.c43 static int read_hot(FILE * fd, char Line[], int * x_hot, int * y_hot);
67 int x_hot, y_hot; in HTReadBitmapFile() local
106 if ((read_hot(fd, Line, &x_hot, &y_hot)) < 0) { in HTReadBitmapFile()
172 read_hot(FILE *fd,char Line[],int *x_hot,int *y_hot) in read_hot() argument
186 if (sscanf(Line, "#define %s %d", Buff, y_hot) != 2) in read_hot()
/dports/x11-wm/piewm/piewm-1.04/
H A Dssetroot.c352 int x_hot, y_hot; local
362 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot);
373 if ((x_hot == -1) && (y_hot == -1)) {
375 y_hot = BITMAP_HOT_DEFAULT;
378 (y_hot < 0) || (y_hot >= height)) {
385 (unsigned int)x_hot, (unsigned int)y_hot);
506 Pixmap ReadBitmapFile(filename, width, height, x_hot, y_hot) in ReadBitmapFile() argument
509 int *x_hot, *y_hot;
515 height, &bitmap, x_hot, y_hot);
/dports/x11-wm/tvtwm/tvtwm/
H A Dssetroot.c390 int x_hot, y_hot; local
400 cursor_bitmap = ReadBitmapFile(cursor_file, &width, &height, &x_hot, &y_hot);
411 if ((x_hot == -1) && (y_hot == -1)) {
413 y_hot = BITMAP_HOT_DEFAULT;
416 (y_hot < 0) || (y_hot >= height)) {
423 (unsigned int)x_hot, (unsigned int)y_hot);
566 Pixmap ReadBitmapFile(filename, width, height, x_hot, y_hot) in ReadBitmapFile() argument
569 int *x_hot, *y_hot;
575 height, &bitmap, x_hot, y_hot);
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-xbm.c152 int *y_hot) in read_bitmap_file_data() argument
292 if (y_hot) in read_bitmap_file_data()
293 *y_hot = hy; in read_bitmap_file_data()
306 int x_hot, y_hot; in gdk_pixbuf__xbm_image_load_real() local
316 if (!read_bitmap_file_data (f, &w, &h, &data, &x_hot, &y_hot)) { in gdk_pixbuf__xbm_image_load_real()
334 if (x_hot != -1 && y_hot != -1) { in gdk_pixbuf__xbm_image_load_real()
338 g_snprintf (hot, 10, "%d", y_hot); in gdk_pixbuf__xbm_image_load_real()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkcursor.c460 double x_hot, y_hot; in gdk_cursor_get_image() local
465 surface = gdk_cursor_get_surface (cursor, &x_hot, &y_hot); in gdk_cursor_get_image()
493 g_snprintf (buf, 32, "%d", (int)y_hot); in gdk_cursor_get_image()
521 gdouble *y_hot) in gdk_cursor_get_surface() argument
525 return GDK_CURSOR_GET_CLASS (cursor)->get_surface (cursor, x_hot, y_hot); in gdk_cursor_get_surface()
/dports/x11-wm/treewm/treewm-0.4.5/xprop/
H A Ddsimple.c213 Pixmap ReadBitmapFile(d, filename, width, height, x_hot, y_hot) in ReadBitmapFile() argument
216 int *width, *height, *x_hot, *y_hot;
223 &bitmap, x_hot, y_hot);
235 void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) in WriteBitmapFile() argument
238 int width, height, x_hot, y_hot;
243 y_hot);
/dports/misc/magicpoint/magicpoint-1.13a/contrib/xwintoppm/
H A Ddsimple.c218 Pixmap ReadBitmapFile(d, filename, width, height, x_hot, y_hot) in ReadBitmapFile() argument
221 int *width, *height, *x_hot, *y_hot;
228 &bitmap, x_hot, y_hot);
240 void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) in WriteBitmapFile() argument
243 int width, height, x_hot, y_hot;
248 y_hot);
/dports/x11/xcmd/xcmd-1.8/
H A Ddsimple.c228 Pixmap ReadBitmapFile(d, filename, width, height, x_hot, y_hot) in ReadBitmapFile() argument
231 int *width, *height, *x_hot, *y_hot;
238 &bitmap, x_hot, y_hot);
250 void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) in WriteBitmapFile() argument
253 int width, height, x_hot, y_hot;
258 y_hot);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dcursor.cc185 ::Cairo::RefPtr< ::Cairo::Surface> Cursor::get_surface(double& x_hot, double& y_hot) in get_surface() argument
187 …:Surface>(new ::Cairo::Surface(gdk_cursor_get_surface(gobj(), &(x_hot), &(y_hot)), true /* do not … in get_surface()
190 ::Cairo::RefPtr<const ::Cairo::Surface> Cursor::get_surface(double& x_hot, double& y_hot) const in get_surface()
192 return const_cast<Cursor*>(this)->get_surface(x_hot, y_hot); in get_surface()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-0.11.0/src/auto/
H A Dcursor.rs93 let mut y_hot = mem::uninitialized(); in get_surface() localVariable
97 &mut y_hot, in get_surface()
99 (ret, x_hot, y_hot) in get_surface()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/src/
H A DRdBitF.c151 unsigned char **datap, int *x_hot, int *y_hot) in XmuReadBitmapData() argument
266 if (y_hot) *y_hot = hy; in XmuReadBitmapData()
382 int *x_hot, int *y_hot) in XmuReadBitmapDataFromFile() argument
390 status = XmuReadBitmapData(fstream, width, height, datap, x_hot, y_hot); in XmuReadBitmapDataFromFile()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DPictureImageLoader.c921 Display *dpy, Window win, char *path, int x_hot, int y_hot) in PImageLoadCursorFromFile() argument
938 y_hot < fcis->images[i]->height && y_hot >= 0) in PImageLoadCursorFromFile()
941 fcis->images[i]->yhot = y_hot; in PImageLoadCursorFromFile()
959 y_hot < 0 || y_hot >= height) in PImageLoadCursorFromFile()
972 y_hot = xpm_info.y_hotspot; in PImageLoadCursorFromFile()
981 if (y_hot < 0 || y_hot >= height) in PImageLoadCursorFromFile()
983 y_hot = height / 2; in PImageLoadCursorFromFile()
1008 fci->yhot = y_hot; in PImageLoadCursorFromFile()
1025 dpy, src, msk, &(c[0]), &(c[1]), x_hot, y_hot); in PImageLoadCursorFromFile()
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DPictureImageLoader.c920 Display *dpy, Window win, char *path, int x_hot, int y_hot) in PImageLoadCursorFromFile() argument
937 y_hot < fcis->images[i]->height && y_hot >= 0) in PImageLoadCursorFromFile()
940 fcis->images[i]->yhot = y_hot; in PImageLoadCursorFromFile()
958 y_hot < 0 || y_hot >= height) in PImageLoadCursorFromFile()
971 y_hot = xpm_info.y_hotspot; in PImageLoadCursorFromFile()
980 if (y_hot < 0 || y_hot >= height) in PImageLoadCursorFromFile()
982 y_hot = height / 2; in PImageLoadCursorFromFile()
1007 fci->yhot = y_hot; in PImageLoadCursorFromFile()
1024 dpy, src, msk, &(c[0]), &(c[1]), x_hot, y_hot); in PImageLoadCursorFromFile()

123456