Home
last modified time | relevance | path

Searched refs:scolors (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Dfeature.cxx17 sgVec4 *scolors = new sgVec4 [ 1 ] ; in TuxLife() local
22 sgSetVec4 ( scolors[0], 1.0f, 1.0f, 1.0f, 1.0f ) ; in TuxLife()
43 1, scolors ) ; in TuxLife()
74 sgVec4 *scolors = new sgVec4 [ 1 ] ; in Herring() local
79 sgCopyVec3 ( scolors [ 0 ], colour ) ; in Herring()
80 scolors [ 0 ][ 3 ] = 1.0f ; in Herring()
101 1, scolors ) ; in Herring()
122 sgVec4 *scolors = new sgVec4 [ 1 ] ; in Snowball() local
152 sgVec4 *scolors = new sgVec4 [ 1 ] ; in SmokePuff() local
183 sgVec4 *scolors = new sgVec4 [ 1 ] ; in Bubble() local
[all …]
H A Dcomponents.cxx18 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakeFlipper() local
64 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakeCloak() local
130 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakeRocketFin() local
197 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakeFlukes() local
235 1, scolors ) ; in MakeFlukes()
248 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakePartyHat() local
271 1, scolors ) ; in MakePartyHat()
280 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakeBowTie() local
310 1, scolors ) ; in MakeBowTie()
320 sgVec4 *scolors = new sgVec4 [ 1 ] ; in MakeShades() local
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgdevmr2n.c70 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
76 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
91 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
96 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
97 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
98 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
103 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
107 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
108 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
173 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
H A Dgdevmr8n.c83 } else if (scolors != 0 && scolors[0] == scolors[1]) { in mem_gray8_rgb24_strip_copy_rop()
85 const_source = scolors[0]; in mem_gray8_rgb24_strip_copy_rop()
167 if (scolors) in mem_gray8_rgb24_strip_copy_rop()
171 scolors = local_scolors; in mem_gray8_rgb24_strip_copy_rop()
253 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
459 if (scolors) in mem_gray8_rgb24_strip_copy_rop()
508 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
518 (scolors ? cbit24(srow, sx, scolors) : in mem_gray8_rgb24_strip_copy_rop()
649 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
777 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
[all …]
H A Dgdevrops.c168 source.scolors[0] = source.scolors[1] = color; in rop_texture_fill_rectangle()
191 source.scolors[0] = color0; in rop_texture_copy_mono()
192 source.scolors[1] = color1; in rop_texture_copy_mono()
218 source.scolors[0] = source.scolors[1] = gx_no_color_index; in rop_texture_copy_color()
240 source.scolors[0] = source.scolors[1] = gx_no_color_index; in rop_texture_copy_planes()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevmr2n.c70 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
76 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
91 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
96 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
97 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
98 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
103 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
107 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
108 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
173 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
H A Dgdevmr8n.c83 } else if (scolors != 0 && scolors[0] == scolors[1]) { in mem_gray8_rgb24_strip_copy_rop()
85 const_source = scolors[0]; in mem_gray8_rgb24_strip_copy_rop()
167 if (scolors) in mem_gray8_rgb24_strip_copy_rop()
171 scolors = local_scolors; in mem_gray8_rgb24_strip_copy_rop()
253 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
459 if (scolors) in mem_gray8_rgb24_strip_copy_rop()
508 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
518 (scolors ? cbit24(srow, sx, scolors) : in mem_gray8_rgb24_strip_copy_rop()
649 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
777 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevmr2n.c70 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
76 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
91 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
96 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
97 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
98 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
103 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
107 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
108 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
173 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevmr2n.c70 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
76 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
91 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
96 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
97 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
98 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
103 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
107 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
108 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
173 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevmr2n.c68 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
74 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
89 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
94 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
95 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
96 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
101 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
105 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
106 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
170 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
H A Dgdevdrop.c43 const gx_color_index * scolors, in trace_copy_rop() argument
53 if (scolors) in trace_copy_rop()
54 dprintf2("(%lu,%lu);\n", scolors[0], scolors[1]); in trace_copy_rop()
93 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
116 id, scolors, textures, tcolors, in gx_default_strip_copy_rop()
346 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
439 expand_s = scolors == 0 && uses_s; in mem_default_strip_copy_rop()
475 if (scolors && uses_s) { in mem_default_strip_copy_rop()
583 const gx_color_index * scolors, in gx_default_copy_rop() argument
629 const gx_color_index * scolors, in gx_strip_copy_rop_unaligned() argument
[all …]
H A Dgsnorop.c44 const gx_color_index * scolors, in mem_mono_strip_copy_rop() argument
55 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
66 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
79 const gx_color_index * scolors, in gx_default_copy_rop() argument
90 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
101 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
H A Dgdevmr8n.c47 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
70 else if (scolors != 0 && scolors[0] == scolors[1]) { in mem_gray8_rgb24_strip_copy_rop()
72 const_source = scolors[0]; in mem_gray8_rgb24_strip_copy_rop()
128 scolors, textures, tcolors, in mem_gray8_rgb24_strip_copy_rop()
217 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
224 byte s_pixel = cbit8(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
233 bits32 s_pixel = cbit24(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
361 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
376 (scolors ? cbit24(srow, sx, scolors) : in mem_gray8_rgb24_strip_copy_rop()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevmr2n.c68 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
74 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
89 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
94 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
95 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
96 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
101 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
105 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
106 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
170 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
H A Dgdevdrop.c43 const gx_color_index * scolors, in trace_copy_rop() argument
53 if (scolors) in trace_copy_rop()
54 dprintf2("(%lu,%lu);\n", scolors[0], scolors[1]); in trace_copy_rop()
93 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
116 id, scolors, textures, tcolors, in gx_default_strip_copy_rop()
346 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
439 expand_s = scolors == 0 && uses_s; in mem_default_strip_copy_rop()
475 if (scolors && uses_s) { in mem_default_strip_copy_rop()
583 const gx_color_index * scolors, in gx_default_copy_rop() argument
629 const gx_color_index * scolors, in gx_strip_copy_rop_unaligned() argument
[all …]
H A Dgsnorop.c44 const gx_color_index * scolors, in mem_mono_strip_copy_rop() argument
55 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
66 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
79 const gx_color_index * scolors, in gx_default_copy_rop() argument
90 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
101 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
H A Dgdevmr8n.c47 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
70 else if (scolors != 0 && scolors[0] == scolors[1]) { in mem_gray8_rgb24_strip_copy_rop()
72 const_source = scolors[0]; in mem_gray8_rgb24_strip_copy_rop()
128 scolors, textures, tcolors, in mem_gray8_rgb24_strip_copy_rop()
217 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
224 byte s_pixel = cbit8(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
233 bits32 s_pixel = cbit24(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
361 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
376 (scolors ? cbit24(srow, sx, scolors) : in mem_gray8_rgb24_strip_copy_rop()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevmr2n.c74 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
80 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
95 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
100 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
101 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
102 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
107 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
111 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
112 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
176 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
H A Dgdevmr8n.c52 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
75 else if (scolors != 0 && scolors[0] == scolors[1]) { in mem_gray8_rgb24_strip_copy_rop()
77 const_source = scolors[0]; in mem_gray8_rgb24_strip_copy_rop()
133 scolors, textures, tcolors, in mem_gray8_rgb24_strip_copy_rop()
217 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
224 byte s_pixel = cbit8(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
231 bits32 s_pixel = cbit24(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
345 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
358 (scolors ? cbit24(srow, sx, scolors) : in mem_gray8_rgb24_strip_copy_rop()
H A Dgdevdrop.c49 const gx_color_index * scolors, in trace_copy_rop() argument
59 if (scolors) in trace_copy_rop()
60 dprintf2("(%lu,%lu);\n", scolors[0], scolors[1]); in trace_copy_rop()
99 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
122 id, scolors, textures, tcolors, in gx_default_strip_copy_rop()
347 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
439 expand_s = scolors == 0 && uses_s; in mem_default_strip_copy_rop()
473 if (scolors && uses_s) { in mem_default_strip_copy_rop()
579 const gx_color_index * scolors, in gx_default_copy_rop() argument
625 const gx_color_index * scolors, in gx_strip_copy_rop_unaligned() argument
[all …]
H A Dgsnorop.c49 const gx_color_index * scolors, in mem_mono_strip_copy_rop() argument
60 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
71 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
84 const gx_color_index * scolors, in gx_default_copy_rop() argument
95 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
106 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevmr2n.c74 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
80 const gx_color_index *real_scolors = scolors; in mem_gray_strip_copy_rop()
95 id, scolors, textures, tcolors, in mem_gray_strip_copy_rop()
100 (scolors && /* must be (0,0) or (max,max) */ in mem_gray_strip_copy_rop()
101 ((scolors[0] | scolors[1]) != 0) && in mem_gray_strip_copy_rop()
102 ((scolors[0] & scolors[1]) != max_pixel)) || in mem_gray_strip_copy_rop()
107 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
111 if (scolors) { /* Must be a solid color: see above. */ in mem_gray_strip_copy_rop()
112 scolors2[0] = scolors2[1] = scolors[0] & 1; in mem_gray_strip_copy_rop()
176 scolors, textures, tcolors, in mem_gray_strip_copy_rop()
H A Dgdevmr8n.c52 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
75 else if (scolors != 0 && scolors[0] == scolors[1]) { in mem_gray8_rgb24_strip_copy_rop()
77 const_source = scolors[0]; in mem_gray8_rgb24_strip_copy_rop()
133 scolors, textures, tcolors, in mem_gray8_rgb24_strip_copy_rop()
217 if (scolors) { in mem_gray8_rgb24_strip_copy_rop()
224 byte s_pixel = cbit8(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
231 bits32 s_pixel = cbit24(srow, sx, scolors); in mem_gray8_rgb24_strip_copy_rop()
345 (scolors ? cbit8(srow, sx, scolors) : *sptr); in mem_gray8_rgb24_strip_copy_rop()
358 (scolors ? cbit24(srow, sx, scolors) : in mem_gray8_rgb24_strip_copy_rop()
H A Dgdevdrop.c49 const gx_color_index * scolors, in trace_copy_rop() argument
59 if (scolors) in trace_copy_rop()
60 dprintf2("(%lu,%lu);\n", scolors[0], scolors[1]); in trace_copy_rop()
99 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
122 id, scolors, textures, tcolors, in gx_default_strip_copy_rop()
347 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument
439 expand_s = scolors == 0 && uses_s; in mem_default_strip_copy_rop()
473 if (scolors && uses_s) { in mem_default_strip_copy_rop()
579 const gx_color_index * scolors, in gx_default_copy_rop() argument
625 const gx_color_index * scolors, in gx_strip_copy_rop_unaligned() argument
[all …]
H A Dgsnorop.c49 const gx_color_index * scolors, in mem_mono_strip_copy_rop() argument
60 const gx_color_index * scolors, in mem_gray_strip_copy_rop() argument
71 const gx_color_index * scolors, in mem_gray8_rgb24_strip_copy_rop() argument
84 const gx_color_index * scolors, in gx_default_copy_rop() argument
95 const gx_color_index * scolors, in gx_default_strip_copy_rop() argument
106 const gx_color_index * scolors, in mem_default_strip_copy_rop() argument

1234567891011