Home
last modified time | relevance | path

Searched refs:cbackground (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dsphere_distort.cpp754 CairoSurface cbackground(background); in accelerated_cairorender() local
755 if(!cbackground.map_cairo_image()) in accelerated_cairorender()
785 cresult[y][x]=cbackground.cubic_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
787 cresult[y][x]=cbackground.cosine_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
789 cresult[y][x]=cbackground.linear_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
791 cresult[y][x]=cbackground[round_to_int(ys)][round_to_int(xs)].premult_alpha(); in accelerated_cairorender()
795 cbackground.unmap_cairo_image(); in accelerated_cairorender()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dsphere_distort.cpp754 CairoSurface cbackground(background); in accelerated_cairorender() local
755 if(!cbackground.map_cairo_image()) in accelerated_cairorender()
785 cresult[y][x]=cbackground.cubic_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
787 cresult[y][x]=cbackground.cosine_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
789 cresult[y][x]=cbackground.linear_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
791 cresult[y][x]=cbackground[round_to_int(ys)][round_to_int(xs)].premult_alpha(); in accelerated_cairorender()
795 cbackground.unmap_cairo_image(); in accelerated_cairorender()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/lyr_std/
H A Dsphere_distort.cpp754 CairoSurface cbackground(background); in accelerated_cairorender() local
755 if(!cbackground.map_cairo_image()) in accelerated_cairorender()
785 cresult[y][x]=cbackground.cubic_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
787 cresult[y][x]=cbackground.cosine_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
789 cresult[y][x]=cbackground.linear_sample_cooked(xs, ys).premult_alpha(); in accelerated_cairorender()
791 cresult[y][x]=cbackground[round_to_int(ys)][round_to_int(xs)].premult_alpha(); in accelerated_cairorender()
795 cbackground.unmap_cairo_image(); in accelerated_cairorender()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dconfig.c186 #define INIT_COLOR(x, cborder, cbackground, ctext, cindicator) \ in load_configuration() argument
189 x.background = draw_util_hex_to_color(cbackground); \ in load_configuration()
192 x.child_border = draw_util_hex_to_color(cbackground); \ in load_configuration()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dconfig.c186 #define INIT_COLOR(x, cborder, cbackground, ctext, cindicator) \ in load_configuration() argument
189 x.background = draw_util_hex_to_color(cbackground); \ in load_configuration()
192 x.child_border = draw_util_hex_to_color(cbackground); \ in load_configuration()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/modules/mod_filter/
H A Dradialblur.cpp433 CairoSurface cbackground(background); in accelerated_cairorender() local
434 if(!cbackground.map_cairo_image()) in accelerated_cairorender()
440 #define TMP_SURFACE(j,i) (((CairoColorAccumulator)((cbackground)[j][i]))) in accelerated_cairorender()
520 cbackground.unmap_cairo_image(); in accelerated_cairorender()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/modules/mod_filter/
H A Dradialblur.cpp433 CairoSurface cbackground(background); in accelerated_cairorender() local
434 if(!cbackground.map_cairo_image()) in accelerated_cairorender()
440 #define TMP_SURFACE(j,i) (((CairoColorAccumulator)((cbackground)[j][i]))) in accelerated_cairorender()
520 cbackground.unmap_cairo_image(); in accelerated_cairorender()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/modules/mod_filter/
H A Dradialblur.cpp433 CairoSurface cbackground(background); in accelerated_cairorender() local
434 if(!cbackground.map_cairo_image()) in accelerated_cairorender()
440 #define TMP_SURFACE(j,i) (((CairoColorAccumulator)((cbackground)[j][i]))) in accelerated_cairorender()
520 cbackground.unmap_cairo_image(); in accelerated_cairorender()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/gtk/
H A Dgtk.c979 GdkColor cbackground; in my_get_colors() local
992 cbackground.pixel = background; in my_get_colors()
993 tka->QueryColors(colormap, &cbackground, 1); in my_get_colors()
996 shade_color(&cbackground, &ctop, LIGHT_MULT); in my_get_colors()
1002 shade_color(&cbackground, &cbottom, DARK_MULT); in my_get_colors()
1008 shade_color(&cbackground, &chighlight, HIGHLIGHT_MULT); in my_get_colors()
/dports/science/ghmm/ghmm-0.9-rc3/ghmmwrapper/
H A Dghmm.py1987 self.cbackground = bgInput
1996 del self.cbackground
1997 self.cbackground = None
2002 …d = ghmmhelper.double_matrix2list(self.cbackground.b, self.cbackground.n, len(self.emissionDomain))
2006 for i in range(self.cbackground.n):
2020 …d = ghmmhelper.double_matrix2list(self.cbackground.b, self.cbackground.n, len(self.emissionDomain))
2022 for i in range(self.cbackground.n):
2031 dim = self.cbackground.m
2032 distNum = self.cbackground.n
2046 if i < self.cbackground.n:
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/examples/xrdb/
H A Dbadlop-dark.xrdb110 *Roster.cbackground: #424242
232 *JBrowser.cbackground: #b8b8b8
257 *JDisco.cbackground: #ffffff
H A Dblack.xrdb33 *Roster.cbackground: Black
H A Dgreen.xrdb54 *Roster.cbackground: ForestGreen
H A Ddark.xrdb74 *Roster.cbackground: #424242
H A Dice.xrdb84 *Roster.cbackground: #e5e5f7
H A Dlighthouse.xrdb73 *Roster.cbackground: #f5f5f5
H A Dteopetuk.xrdb79 *Roster.cbackground: #eeeeee
H A Ddark2.xrdb74 *Roster.cbackground: #66685e
H A Dlight.xrdb84 *Roster.cbackground: #f8f8f8
H A Dwarm.xrdb109 *Roster.cbackground: #f0f0cc
H A Docean-deep.xrdb178 *Roster.cbackground: #0c232e
/dports/net/vnstat/vnstat-2.8/src/
H A Dimage_support.c45 ic->cbackground = gdImageColorAllocate(ic->im, rgb[0], rgb[1], rgb[2]); in imageinit()
46 colorinitcheck("cbackground", ic->cbackground, cfg.cbg, rgb); in imageinit()
110 gdImageFill(ic->im, 0, 0, ic->cbackground); in layoutinit()
296 gdImageFilledArc(ic->im, x, y, holesize - 2, holesize - 2, 0, 360, ic->cbackground, 0); in drawdonut_libgd_bug_workaround()
328 gdImageFilledArc(ic->im, x, y, holesize - 2, holesize - 2, 0, 360, ic->cbackground, 0); in drawdonut_libgd_native()
H A Dimage.h25 int cbackground, cedge, cheader, cheadertitle, cheaderdate, ctext, cline, clinel, cvnstat; member
/dports/net-im/tkabber/tkabber-1.1.2/ifacetk/
H A Dunix.xrdb27 *Roster.cbackground: #eeeeee
/dports/net/vnstat/vnstat-2.8/tests/
H A Dimage_tests.c713 …ng(ic.im, gdFontGetMediumBold(), 1280, 540, (unsigned char *)"Color: cbackground", ic.cbackground); in START_TEST()

12