Home
last modified time | relevance | path

Searched refs:gdkpixmap (Results 1 – 25 of 81) sorted by relevance

1234

/dports/audio/hexter/hexter-1.0.3/src/
H A Dgui_images.c45 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
50 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
52 if (gdkpixmap == NULL) in create_dummy_pixmap()
54 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
55 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
66 GdkPixmap *gdkpixmap; in create_pixmap_from_xpm() local
70 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d(NULL, colormap, &mask, in create_pixmap_from_xpm()
72 if (gdkpixmap == NULL) { in create_pixmap_from_xpm()
76 pixmap = gtk_pixmap_new(gdkpixmap, mask); in create_pixmap_from_xpm()
77 gdk_pixmap_unref(gdkpixmap); in create_pixmap_from_xpm()
/dports/audio/whysynth/whysynth-20120903/src/
H A Dgui_images.c47 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
52 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
54 if (gdkpixmap == NULL) in create_dummy_pixmap()
56 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
57 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
68 GdkPixmap *gdkpixmap; in create_pixmap_from_xpm() local
72 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d(NULL, colormap, &mask, in create_pixmap_from_xpm()
74 if (gdkpixmap == NULL) { in create_pixmap_from_xpm()
78 pixmap = gtk_pixmap_new(gdkpixmap, mask); in create_pixmap_from_xpm()
79 gdk_pixmap_unref(gdkpixmap); in create_pixmap_from_xpm()
/dports/games/euchre/euchre-0.8/src/gui/
H A Dsupport.cpp88 GdkPixmap *gdkpixmap; in create_pixmap() local
96 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in create_pixmap()
98 if (gdkpixmap == NULL) in create_pixmap()
106 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap()
107 gdk_pixmap_unref (gdkpixmap); in create_pixmap()
118 GdkPixmap *gdkpixmap; in create_pixmap_d() local
123 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_pixmap_d()
125 if (gdkpixmap == NULL) in create_pixmap_d()
127 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap_d()
128 gdk_pixmap_unref (gdkpixmap); in create_pixmap_d()
/dports/games/lgeneral/lgeneral-1.3.2/lgeneral-redit/src/
H A Dsupport.c63 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
68 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
70 if (gdkpixmap == NULL) in create_dummy_pixmap()
72 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
73 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
95 GdkPixmap *gdkpixmap; in create_pixmap() local
126 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in create_pixmap()
128 if (gdkpixmap == NULL) in create_pixmap()
135 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap()
136 gdk_pixmap_unref (gdkpixmap); in create_pixmap()
/dports/comms/predict/predict-2.2.7/clients/gsat-1.1.0/src/
H A Dsupport.c63 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
68 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
70 if (gdkpixmap == NULL) in create_dummy_pixmap()
72 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
73 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
95 GdkPixmap *gdkpixmap; in create_pixmap() local
126 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in create_pixmap()
128 if (gdkpixmap == NULL) in create_pixmap()
135 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap()
136 gdk_pixmap_unref (gdkpixmap); in create_pixmap()
/dports/games/el/Eternal-Lands-1.9.5.9-1/map_editor/
H A Dgui_support.c64 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
69 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
71 if (gdkpixmap == NULL) in create_dummy_pixmap()
73 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
74 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
96 GdkPixmap *gdkpixmap; in create_pixmap() local
127 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in create_pixmap()
129 if (gdkpixmap == NULL) in create_pixmap()
136 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap()
137 gdk_pixmap_unref (gdkpixmap); in create_pixmap()
/dports/graphics/goom/goom2k4-0/sdl-goom/
H A Dgtk-support.c63 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
68 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
70 if (gdkpixmap == NULL) in create_dummy_pixmap()
72 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
73 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
95 GdkPixmap *gdkpixmap; in create_pixmap() local
126 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in create_pixmap()
128 if (gdkpixmap == NULL) in create_pixmap()
135 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap()
136 gdk_pixmap_unref (gdkpixmap); in create_pixmap()
/dports/graphics/goom/goom2k4-0/gtk-gui-devel/gtk-gui/
H A Dgtk-support.c63 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
68 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
70 if (gdkpixmap == NULL) in create_dummy_pixmap()
72 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
73 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
95 GdkPixmap *gdkpixmap; in create_pixmap() local
126 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in create_pixmap()
128 if (gdkpixmap == NULL) in create_pixmap()
135 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_pixmap()
136 gdk_pixmap_unref (gdkpixmap); in create_pixmap()
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dabout.c109 GdkPixmap *gdkpixmap; in on_about_dialog_pixmap_realize() local
118 gdkpixmap = gdk_pixmap_create_from_xpm_d( in on_about_dialog_pixmap_realize()
123 g_assert(gdkpixmap); in on_about_dialog_pixmap_realize()
126 gtk_image_set_from_pixmap(GTK_IMAGE(widget), gdkpixmap, mask); in on_about_dialog_pixmap_realize()
127 gdk_pixmap_unref(gdkpixmap); in on_about_dialog_pixmap_realize()
H A Dtool_palette.c460 GdkPixmap *gdkpixmap = 0; in set_button_pixmap() local
471 gdkpixmap = gdk_pixmap_create_from_xpm_d(widget->window, &mask, NULL, (gchar**)pixmap); in set_button_pixmap()
472 g_assert(gdkpixmap); in set_button_pixmap()
474 gtkpixmap = gtk_pixmap_new(gdkpixmap, mask); in set_button_pixmap()
482 gdk_pixmap_unref(gdkpixmap); in set_button_pixmap()
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dloadpixmap.c60 GdkPixmap *gdkpixmap; in create_dummy_pixmap() local
65 gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, in create_dummy_pixmap()
67 if (gdkpixmap == NULL) in create_dummy_pixmap()
69 pixmap = gtk_pixmap_new (gdkpixmap, mask); in create_dummy_pixmap()
70 gdk_pixmap_unref (gdkpixmap); in create_dummy_pixmap()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DbobToolz-GTK.cpp111 GdkPixmap *gdkpixmap; in new_pixmap() local
115 g_FuncTable.m_pfnLoadBitmap(filename, (void **)&gdkpixmap, (void **)&mask); in new_pixmap()
116 pixmap = gtk_pixmap_new (gdkpixmap, mask); in new_pixmap()
118 gdk_pixmap_unref (gdkpixmap); in new_pixmap()
/dports/graphics/mtpaint/mtPaint-4ea607e/gtk/
H A Dgtk22429_1wj.patch51 diff -udpr gtk+-2.24.29_/gdk/win32/gdkpixmap-win32.c gtk+-2.24.29/gdk/win32/gdkpixmap-win32.c
52 --- gtk+-2.24.29_/gdk/win32/gdkpixmap-win32.c 2014-09-29 23:02:16.000000000 +0300
53 +++ gtk+-2.24.29/gdk/win32/gdkpixmap-win32.c 2020-12-27 16:30:29.275868082 +0200
/dports/x11-toolkits/gtk20/gtk+-2.24.33/build/win32/
H A DGdk_2_0_gir_list20 ..\..\gdk\gdkpixmap.h
52 ..\..\gdk\gdkpixmap.c
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk2x11/include/
H A Dgdk2x11includes.inc8 {$I gdkpixmap-x11.inc}
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk2x11/include/
H A Dgdk2x11includes.inc8 {$I gdkpixmap-x11.inc}
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkincludes.inc19 {$include gdkpixmap.inc}
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkincludes.inc19 {$include gdkpixmap.inc}
/dports/games/senken/senken-0.3.0/src/
H A Dcallbacks.c838 GdkPixmap *gdkpixmap; in get_weather_pic() local
858 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in get_weather_pic()
860 if (!gdkpixmap) { in get_weather_pic()
862 gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, in get_weather_pic()
868 weather_buflist[weather_buflist_len].pixmap = gdkpixmap; in get_weather_pic()
871 return gdkpixmap; in get_weather_pic()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/contrib/
H A Dgtk+-2.24.8-win32.diff26 * gdk/win32/gdkpixmap-win32.c (_gdk_pixmap_new): Add fallback code
152 --- gdk/win32/gdkpixmap-win32.c.old 2011-11-10 18:38:03.000000000 +0100
153 +++ gdk/win32/gdkpixmap-win32.c 2012-01-12 12:53:16.705000000 +0100
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A DMakefile.in120 gdkmain-x11.c gdkpixmap-x11.c gdkpixmap-x11.h \
135 gdkkeys-x11.lo gdkmain-x11.lo gdkpixmap-x11.lo \
176 ./$(DEPDIR)/gdkmain-x11.Plo ./$(DEPDIR)/gdkpixmap-x11.Plo \
1209 -rm -f ./$(DEPDIR)/gdkpixmap-x11.Plo
1287 -rm -f ./$(DEPDIR)/gdkpixmap-x11.Plo
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A DMakefile.in212 gdkpixbuf-drawable.c gdkpixbuf-render.c gdkpixmap.c \
223 gdkpixbuf-drawable.lo gdkpixbuf-render.lo gdkpixmap.lo \
247 gdkpixbuf-drawable.c gdkpixbuf-render.c gdkpixmap.c \
264 gdkpixbuf-drawable.c gdkpixbuf-render.c gdkpixmap.c \
283 gdkpixbuf-drawable.c gdkpixbuf-render.c gdkpixmap.c \
320 ./$(DEPDIR)/gdkpixbuf-render.Plo ./$(DEPDIR)/gdkpixmap.Plo \
1802 -rm -f ./$(DEPDIR)/gdkpixmap.Plo
1883 -rm -f ./$(DEPDIR)/gdkpixmap.Plo
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/directfb/
H A DTODO45 gdkpixmap-directfb.c
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdk-2.10.defs104 ;; From gdkpixmap.h
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/bundle_for_osx/
H A Dgtk_diff_against_modulesets.patch59 #include <gdk/quartz/gdkpixmap-quartz.h>

1234