Home
last modified time | relevance | path

Searched refs:colorspec (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/net/tn5250/tn5250-0.17.4/lib5250/
H A Dutility.c479 char colorspec[16]; in tn5250_parse_color() local
486 strncpy(colorspec, p, sizeof(colorspec)); in tn5250_parse_color()
487 colorspec[sizeof(colorspec)-1] = '\0'; in tn5250_parse_color()
489 if (*colorspec != '#') { in tn5250_parse_color()
490 if (!strcasecmp(colorspec, "white")) { in tn5250_parse_color()
506 } else if (!strcasecmp(colorspec, "gray")) { in tn5250_parse_color()
508 } else if (!strcasecmp(colorspec, "brown")) { in tn5250_parse_color()
510 } else if (!strcasecmp(colorspec, "red")) { in tn5250_parse_color()
512 } else if (!strcasecmp(colorspec, "cyan")) { in tn5250_parse_color()
516 } else if (!strcasecmp(colorspec, "blue")) { in tn5250_parse_color()
[all …]
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dspc_color.c52 pdf_color colorspec; in spc_handler_color_push() local
54 error = spc_util_read_colorspec(spe, &colorspec, args, 1); in spc_handler_color_push()
56 pdf_color_push(&colorspec, &colorspec); in spc_handler_color_push()
77 pdf_color colorspec; in spc_handler_color_default() local
79 error = spc_util_read_colorspec(spe, &colorspec, args, 1); in spc_handler_color_default()
82 pdf_color_set(&colorspec, &colorspec); in spc_handler_color_default()
96 pdf_color colorspec; in spc_handler_background() local
98 error = spc_util_read_colorspec(spe, &colorspec, args, 1); in spc_handler_background()
100 pdf_doc_set_bgcolor(&colorspec); in spc_handler_background()
H A Dspc_util.c146 pdf_color_graycolor(colorspec, cv[0]); in spc_read_color_color()
172 colorspec->values[0], colorspec->values[1], colorspec->values[2]); in spc_read_color_color()
175 error = pdf_color_namedcolor(colorspec, q); in spc_read_color_color()
208 pdf_color_graycolor(colorspec, cv[0]); in spc_read_color_pdf()
223 error = pdf_color_namedcolor(colorspec, q); in spc_read_color_pdf()
247 ASSERT(colorspec && spe && ap); in spc_util_read_colorspec()
255 return spc_read_color_color(spe, colorspec, ap); in spc_util_read_colorspec()
257 return spc_read_color_pdf(spe, colorspec, ap); in spc_util_read_colorspec()
265 ASSERT(colorspec && spe && ap); in spc_util_read_pdfcolor()
271 error = spc_read_color_pdf(spe, colorspec, ap); in spc_util_read_pdfcolor()
[all …]
H A Dspc_util.h36 extern int spc_util_read_colorspec (struct spc_env *spe, pdf_color *colorspec, struct spc_arg *arg…
40 extern int spc_util_read_pdfcolor (struct spc_env *spe, pdf_color *colorspec, struct spc_arg *arg…
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dsubgen.h24 colorspec pal[256]; /* image colour table */
54 colorspec pal[4]; /* palette for fimg */
55 colorspec masterpal[16];
56 colorspec transparentc;
75 int calcY(const colorspec *p);
76 int calcCr(const colorspec *p);
77 int calcCb(const colorspec *p);
79 int findmasterpal(stinfo *s, const colorspec *p);
H A Dcompat.h208 } colorspec; typedef
248 colorspec parse_color
H A Dsubgen-image.c87 if (!memcmp(p->pal + i, &s->transparentc, sizeof(colorspec))) in scanpict()
98 static void putpixel(pict *p, int x, const colorspec *c) in putpixel()
103 colorspec ct; in putpixel()
114 if (!memcmp(&p->pal[i], c, sizeof(colorspec))) in putpixel()
144 colorspec t; in createimage()
156 colorspec t; in createimage()
213 colorspec p; in read_magick()
289 colorspec p; in read_png()
326 colorspec p; in read_frame()
953 const colorspec * const p = &s->img.pal[s->img.img[i]]; in imgfix()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/lib/
H A Dunix-lpr.sh66 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
67 if test "$colorspec" = "${device}"
69 colorspec=""
71 device=`basename ${device} .$colorspec`
72 colorspec="-dColors=$colorspec"
152 ) | gs -q -dNOPAUSE -sDEVICE=${device} -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript8-base/ghostscript-8.71/lib/
H A Dunix-lpr.sh70 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
71 if test "$colorspec" = "${device}"
73 colorspec=""
75 device=`basename ${device} .$colorspec`
76 colorspec="-dColors=$colorspec"
157 -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript8-x11/ghostscript-8.71/lib/
H A Dunix-lpr.sh70 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
71 if test "$colorspec" = "${device}"
73 colorspec=""
75 device=`basename ${device} .$colorspec`
76 colorspec="-dColors=$colorspec"
157 -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript7-base/ghostscript-7.07/lib/
H A Dunix-lpr.sh66 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
67 if test "$colorspec" = "${device}"
69 colorspec=""
71 device=`basename ${device} .$colorspec`
72 colorspec="-dColors=$colorspec"
152 ) | gs -q -dNOPAUSE -sDEVICE=${device} -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript9-x11/ghostscript-9.06/lib/
H A Dunix-lpr.sh69 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
70 if test "$colorspec" = "${device}"
72 colorspec=""
74 device=`basename ${device} .$colorspec`
75 colorspec="-dColors=$colorspec"
156 -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript9-base/ghostscript-9.06/lib/
H A Dunix-lpr.sh69 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
70 if test "$colorspec" = "${device}"
72 colorspec=""
74 device=`basename ${device} .$colorspec`
75 colorspec="-dColors=$colorspec"
156 -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/lib/
H A Dunix-lpr.sh69 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
70 if test "$colorspec" = "${device}"
72 colorspec=""
74 device=`basename ${device} .$colorspec`
75 colorspec="-dColors=$colorspec"
156 -dBitsPerPixel=${bpp} $colorspec \
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/lib/
H A Dunix-lpr.sh69 colorspec="`echo ${device} | sed 's/.*\.[0-9][0-9]*\.\([0-9][0-9]*\)$/\1/'`"
70 if test "$colorspec" = "${device}"
72 colorspec=""
74 device=`basename ${device} .$colorspec`
75 colorspec="-dColors=$colorspec"
156 -dBitsPerPixel=${bpp} $colorspec \
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Ddrag-and-drop.cpp108 gchar colorspec[64] = {0}; in ink_drag_data_received() local
111 sp_svg_write_color( colorspec, sizeof(colorspec), in ink_drag_data_received()
124 … consumed = desktop->event_context->get_drag()->dropColor(item, colorspec, button_dt); in ink_drag_data_received()
167 sp_repr_css_set_property( css, fillnotstroke ? "fill":"stroke", colorspec ); in ink_drag_data_received()
182 Glib::ustring colorspec; in ink_drag_data_received() local
191 colorspec = ""; // TODO check if this is sufficient in ink_drag_data_received()
193 colorspec = "none"; in ink_drag_data_received()
211 colorspec = "url(#"; in ink_drag_data_received()
212 colorspec += matches->getId(); in ink_drag_data_received()
213 colorspec += ")"; in ink_drag_data_received()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/fb/
H A Dcmap_xfbdev.rst27 char colorspec[64];
28 memset(colorspec,0,64);
29 sprintf(colorspec, "rgb:%x/%x/%x", i*36,i*36,i*36);
30 if (!XParseColor(outputDisplay, testColormap, colorspec, &wantedColor))
31 printf("Can't get color %s\n",colorspec);
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/fb/
H A Dcmap_xfbdev.rst27 char colorspec[64];
28 memset(colorspec,0,64);
29 sprintf(colorspec, "rgb:%x/%x/%x", i*36,i*36,i*36);
30 if (!XParseColor(outputDisplay, testColormap, colorspec, &wantedColor))
31 printf("Can't get color %s\n",colorspec);
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/fb/
H A Dcmap_xfbdev.rst27 char colorspec[64];
28 memset(colorspec,0,64);
29 sprintf(colorspec, "rgb:%x/%x/%x", i*36,i*36,i*36);
30 if (!XParseColor(outputDisplay, testColormap, colorspec, &wantedColor))
31 printf("Can't get color %s\n",colorspec);
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/skylighting-core-0.8.5/src/Skylighting/Format/
H A DHTML.hs148 divspec ++ numberspec ++ colorspec ++ linkspec ++
150 where colorspec = pure . unwords $ [ function
200 ++ colorspec ++ backgroundspec ++ weightspec ++ stylespec
202 where colorspec = maybe "" (\col -> "color: " ++ fromColor col ++ "; ") $ tokenColor tf function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/skylighting-core-0.11/src/Skylighting/Format/
H A DHTML.hs153 divspec ++ numberspec ++ colorspec ++ linkspec ++
155 where colorspec = pure . unwords $ [ function
206 ++ colorspec ++ backgroundspec ++ weightspec ++ stylespec
208 where colorspec = maybe "" (\col -> "color: " ++ fromColor col ++ "; ") $ tokenColor tf function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/skylighting-core-0.10.4/src/Skylighting/Format/
H A DHTML.hs152 divspec ++ numberspec ++ colorspec ++ linkspec ++
154 where colorspec = pure . unwords $ [ function
205 ++ colorspec ++ backgroundspec ++ weightspec ++ stylespec
207 where colorspec = maybe "" (\col -> "color: " ++ fromColor col ++ "; ") $ tokenColor tf function
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-xpm.c425 gchar *colorspec = "None"; in parse_colors() local
437 colorspec = xpm_color->c_color; in parse_colors()
439 colorspec = xpm_color->g_color; in parse_colors()
441 colorspec = xpm_color->g4_color; in parse_colors()
443 colorspec = xpm_color->m_color; in parse_colors()
446 if (strcmp (colorspec, "None") != 0) in parse_colors()
449 XParseColor (display, colormap, colorspec, &xcolor); in parse_colors()
451 gdk_color_parse (colorspec, &xcolor); in parse_colors()
/dports/games/wmpuzzle/wmpuzzle-0.5.2/src/
H A Dwmgeneral.c399 … *pixmask_bits, int pixmask_width, int pixmask_height, char *geometry, XpmColorSymbol *colorspec) { in openXwindow() argument
413 if (colorspec) { in openXwindow()
414 for (i = 0; colorspec[i].name; i++) in openXwindow()
415 colorspec[i].pixel = GetColor(colorspec[i].value); in openXwindow()
417 wmgen.attributes.colorsymbols = colorspec; in openXwindow()
/dports/misc/wmwork/wmwork-0.2.5/src/
H A Dwmgeneral.c400 … *pixmask_bits, int pixmask_width, int pixmask_height, char *geometry, XpmColorSymbol *colorspec) { in openXwindow() argument
414 if (colorspec) { in openXwindow()
415 for (i = 0; colorspec[i].name; i++) in openXwindow()
416 colorspec[i].pixel = GetColor(colorspec[i].value); in openXwindow()
418 wmgen.attributes.colorsymbols = colorspec; in openXwindow()

123456789