Home
last modified time | relevance | path

Searched refs:shade_color (Results 1 – 20 of 20) sorted by relevance

/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_plastic.cxx90 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
92 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
94 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
96 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
109 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
111 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
113 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
115 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
172 fl_color(shade_color(g[c[i] - 2], bc)); in shade_rect()
290 fl_color(shade_color(g['R'], c)); in narrow_thin_box()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_plastic.cxx81 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
83 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
85 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
87 fl_color(shade_color(g[(int)*c++], bc)); in frame_rect()
100 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
102 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
104 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
106 fl_color(shade_color(g[(int)*c++], bc)); in frame_round()
163 fl_color(shade_color(g[c[i] - 2], bc)); in shade_rect()
281 fl_color(shade_color(g[(int)'R'], c)); in narrow_thin_box()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_plastic.cxx90 fl_color(shade_color(g[*c++], bc)); in frame_rect()
92 fl_color(shade_color(g[*c++], bc)); in frame_rect()
94 fl_color(shade_color(g[*c++], bc)); in frame_rect()
96 fl_color(shade_color(g[*c++], bc)); in frame_rect()
109 fl_color(shade_color(g[*c++], bc)); in frame_round()
111 fl_color(shade_color(g[*c++], bc)); in frame_round()
113 fl_color(shade_color(g[*c++], bc)); in frame_round()
115 fl_color(shade_color(g[*c++], bc)); in frame_round()
122 fl_color(shade_color(g[*c++], bc)); in frame_round()
290 fl_color(shade_color(g['R'], c)); in narrow_thin_box()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A DCrystal_Theme.cxx35 shade_color ( uchar gc, Fl_Color bc ) in shade_color() function
51 fl_color( shade_color( g[*c++], bc ) ); in frame_rect()
53 fl_color( shade_color( g[*c++], bc ) ); in frame_rect()
55 fl_color( shade_color( g[*c++], bc ) ); in frame_rect()
57 fl_color( shade_color( g[*c++], bc ) ); in frame_rect()
76 fl_color( shade_color( g[*c++], bc ) ); in frame_round()
78 fl_color( shade_color( g[*c++], bc ) ); in frame_round()
80 fl_color( shade_color( g[*c++], bc ) ); in frame_round()
82 fl_color( shade_color( g[*c++], bc ) ); in frame_round()
288 fl_color( shade_color( g['R'], c ) ); in narrow_thin_box()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Dcombiner.c12 … *input_r = &state[wid].shade_color.r; *input_g = &state[wid].shade_color.g; *input_… in set_suba_rgb_input()
31 … *input_r = &state[wid].shade_color.r; *input_g = &state[wid].shade_color.g; *input_… in set_subb_rgb_input()
50 … *input_r = &state[wid].shade_color.r; *input_g = &state[wid].shade_color.g; *input_… in set_mul_rgb_input()
57 …: *input_r = &state[wid].shade_color.a; *input_g = &state[wid].shade_color.a; *input_… in set_mul_rgb_input()
78 … *input_r = &state[wid].shade_color.r; *input_g = &state[wid].shade_color.g; *input_… in set_add_rgb_input()
93 case 4: *input = &state[wid].shade_color.a; break; in set_sub_alpha_input()
108 case 4: *input = &state[wid].shade_color.a; break; in set_mul_alpha_input()
281 state[wid].blender_shade_alpha = state[wid].shade_color.a + adseed; in combiner_1cycle()
342 state[wid].blender_shade_alpha = state[wid].shade_color.a + adseed; in combiner_2cycle_cycle0()
450 state[wid].blender_shade_alpha = state[wid].shade_color.a + adseed; in combiner_2cycle_cycle1()
H A Drdp.c224 struct color shade_color; member
H A Drasterizer.c150 state[wid].shade_color.r = special_9bit_clamptable[r & 0x1ff]; in rgba_correct()
151 state[wid].shade_color.g = special_9bit_clamptable[g & 0x1ff]; in rgba_correct()
152 state[wid].shade_color.b = special_9bit_clamptable[b & 0x1ff]; in rgba_correct()
153 state[wid].shade_color.a = special_9bit_clamptable[a & 0x1ff]; in rgba_correct()
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/plot/
H A Dfinance.py33 from .utils import shade_color
65 self.edgeup = shade_color(self.colorup, edgeshading)
71 self.edgedown = shade_color(self.colordown, edgeshading)
265 self.edgeup = shade_color(self.colorup, edgeshading)
271 self.edgedown = shade_color(self.colordown, edgeshading)
H A Dutils.py66 def shade_color(color, percent): function
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/gtk/
H A Dgtk.c930 shade_color(GdkColor *a, GdkColor *b, gdouble k) in shade_color() function
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/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplshade.c217 PLFLT shade_min, shade_max, shade_color; in c_plshades() local
223 shade_color = i / (PLFLT) (nlevel-2); in c_plshades()
232 1, shade_color, fill_width, in c_plshades()
/dports/graphics/phplot/phplot-6.2.0/
H A Dphplot.php6955 * @param int $shade_color Returned color index for the shading, NULL if shading is off
6959 protected function GetBarColors($row, $idx, &$vars, &$data_color, &$shade_color, &$border_color) argument
6985 $shade_color = $shaded ? $this->ndx_data_dark_colors[$i_data] : NULL;
7148 * @param int $shade_color Color index to use for the shading (if shading is on, else NULL)
7155 …protected function DrawBar($row, $column, $x1, $y1, $x2, $y2, $data_color, $shade_color, $border_c… argument
7171 if (isset($shade_color)) {
7181 ImageFilledPolygon($this->img, $pts, count($pts) / 2, $shade_color);
8210 … $this->GetBarColors($row, $idx, $gcvars, $data_color, $shade_color, $border_color);
8279 … $this->GetBarColors($row, $idx, $gcvars, $data_color, $shade_color, $border_color);
8376 $data_color, $shade_color, $border_color,
[all …]
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dimencdec.c956 ARGB32 bevel_color, ARGB32 shade_color, ARGB32 hi_corner, ARGB32 lo_corner ) in draw_solid_bevel_line() argument
974 ARGB32_CHAN8(shade_color,channel)<<scl->shift, in draw_solid_bevel_line()
1100 ARGB32 bevel_color = bevel->hi_color, shade_color = bevel->lo_color; in decode_image_scanline_beveled() local
1194 ARGB32_ALPHA8(shade_color)<<7, in decode_image_scanline_beveled()
1231 CARD32 hda_shade = (ARGB32_ALPHA8(shade_color)<<8)/(bevel->right_inline+1) ; in decode_image_scanline_beveled()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dimencdec.c953 ARGB32 bevel_color, ARGB32 shade_color, ARGB32 hi_corner, ARGB32 lo_corner ) in draw_solid_bevel_line() argument
971 ARGB32_CHAN8(shade_color,channel)<<scl->shift, in draw_solid_bevel_line()
1097 ARGB32 bevel_color = bevel->hi_color, shade_color = bevel->lo_color; in decode_image_scanline_beveled() local
1191 ARGB32_ALPHA8(shade_color)<<7, in decode_image_scanline_beveled()
1228 CARD32 hda_shade = (ARGB32_ALPHA8(shade_color)<<8)/(bevel->right_inline+1) ; in decode_image_scanline_beveled()
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplshade.c253 PLFLT shade_min, shade_max, shade_color; in plfshades() local
266 shade_color = color_min + i / (PLFLT) ( nlevel - 2 ) * color_range; in plfshades()
275 1, shade_color, fill_width, in plfshades()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplshade.c253 PLFLT shade_min, shade_max, shade_color; in plfshades() local
266 shade_color = color_min + i / (PLFLT) ( nlevel - 2 ) * color_range; in plfshades()
275 1, shade_color, fill_width, in plfshades()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/tests/
H A Dweston-test-client-helper.c1267 pixman_color_t shade_color = { 0, 0, 0, 32768 }; in visualize_image_difference() local
1279 shade = pixman_image_create_solid_fill(&shade_color); in visualize_image_difference()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/
H A Drdp.c232 struct color shade_color; member
/dports/math/plplot/plplot-5.15.0/bindings/ocaml/
H A Dplplot.ml1135 shade_min, shade_max, shade_color, shade_width,
/dports/math/plplot-ada/plplot-5.15.0/bindings/ocaml/
H A Dplplot.ml1135 shade_min, shade_max, shade_color, shade_width,