Home
last modified time | relevance | path

Searched refs:color_alloc (Results 1 – 25 of 42) sorted by relevance

12

/dports/sysutils/nut/nut-2.7.4/clients/
H A Dupsimage.c128 static int color_alloc(gdImagePtr im, int rgb) in color_alloc() function
150 back_color = color_alloc(im, get_imgarg("back_col")); in drawscale()
151 scale_num_color = color_alloc(im, get_imgarg("scale_num_col")); in drawscale()
152 ok_zone_maj_color = color_alloc(im, get_imgarg("ok_zone_maj_col")); in drawscale()
153 ok_zone_min_color = color_alloc(im, get_imgarg("ok_zone_min_col")); in drawscale()
156 warn_zone_maj_color = color_alloc(im, get_imgarg("warn_zone_maj_col")); in drawscale()
157 warn_zone_min_color = color_alloc(im, get_imgarg("warn_zone_min_col")); in drawscale()
239 bar_color = color_alloc(im, get_imgarg("bar_col")); in drawbar()
240 summary_color = color_alloc(im, get_imgarg("summary_col")); in drawbar()
288 back_color = color_alloc(im, get_imgarg("back_col")); in noimage()
[all …]
/dports/sysutils/nut-devel/nut-9e6a5ab2/clients/
H A Dupsimage.c135 static int color_alloc(gdImagePtr im, int rgb) in color_alloc() function
157 back_color = color_alloc(im, get_imgarg("back_col")); in drawscale()
158 scale_num_color = color_alloc(im, get_imgarg("scale_num_col")); in drawscale()
159 ok_zone_maj_color = color_alloc(im, get_imgarg("ok_zone_maj_col")); in drawscale()
160 ok_zone_min_color = color_alloc(im, get_imgarg("ok_zone_min_col")); in drawscale()
163 warn_zone_maj_color = color_alloc(im, get_imgarg("warn_zone_maj_col")); in drawscale()
164 warn_zone_min_color = color_alloc(im, get_imgarg("warn_zone_min_col")); in drawscale()
258 bar_color = color_alloc(im, get_imgarg("bar_col")); in drawbar()
259 summary_color = color_alloc(im, get_imgarg("summary_col")); in drawbar()
334 back_color = color_alloc(im, get_imgarg("back_col")); in noimage()
[all …]
/dports/graphics/qiv/qiv-2.3.2/
H A Dmain.c167 color_alloc(STATUSBAR_BG, &text_bg); in main()
168 color_alloc(ERROR_BG, &error_bg); in main()
169 color_alloc(COMMENT_BG, &comment_bg); in main()
170 color_alloc(image_bg_spec, &image_bg); in main()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/include/
H A Dcolors_g.h22 GUI_FUNC_PROTO(struct color *, color_alloc, int r, int g, int b)
/dports/games/freeciv/freeciv-2.6.6/client/include/
H A Dcolors_g.h22 GUI_FUNC_PROTO(struct color *, color_alloc, int r, int g, int b)
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dcolors.c66 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dcolors.c66 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Dcolors.c66 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Dcolors.c66 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dcolors.c63 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dcolors.c63 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dcolors.c79 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dcolors.c75 struct color *color_alloc(int r, int g, int b) { in color_alloc() function
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dcolors.c75 struct color *color_alloc(int r, int g, int b) { in color_alloc() function
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dcolors.c79 struct color *color_alloc(int r, int g, int b) in color_alloc() function
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dtracevisual.c74 static ubyte color_alloc = 0; variable
446 pix_set((struct dispinfo *)p, start, size, color_alloc); in memsee()
554 else if ((d->memory_pixel[pixel] == color_alloc) || in query_memory()
666 color_alloc = (ubyte) shade.pixel; in init_memory_visual()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dgui_interface.c167 struct color *color_alloc(int r, int g, int b) in color_alloc() function
169 return funcs.color_alloc(r, g, b); in color_alloc()
H A Dgui_cbsetter.c63 funcs->color_alloc = gui_color_alloc; in setup_gui_funcs()
H A Dcolors_common.c91 rgb->color = color_alloc(rgb->r, rgb->g, rgb->b); in ensure_color()
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dgui_interface.c167 struct color *color_alloc(int r, int g, int b) in color_alloc() function
169 return funcs.color_alloc(r, g, b); in color_alloc()
H A Dgui_cbsetter.c63 funcs->color_alloc = gui_color_alloc; in setup_gui_funcs()
H A Dcolors_common.c91 rgb->color = color_alloc(rgb->r, rgb->g, rgb->b); in ensure_color()
/dports/graphics/p5-Imlib2/Imlib2-Perl-1.0.0/examples/
H A Dpfeh.pl55 $bgcolor = $win->{'da'}->window->get_colormap()->color_alloc($bgcolor);
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dqtg_cxxside.cpp51 funcs->color_alloc = qtg_color_alloc; in setup_gui_funcs()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dqtg_cxxside.cpp51 funcs->color_alloc = qtg_color_alloc; in setup_gui_funcs()

12