Home
last modified time | relevance | path

Searched refs:color_phase (Results 1 – 21 of 21) sorted by relevance

/dports/games/taisei/taisei-1.3.2/resources/00-taisei.pkgdir/shader/
H A Dmarisa_laser.frag.glsl8 UNIFORM(3) float color_phase;
20 vec4 color = mix(color0, color1, 0.5 + 0.5 * sin(color_phase + color_freq * uv_scaled.x));
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOANLINE.cpp68 color_phase = 0; in init()
80 if( ++color_phase >= ANIMCOLOR_PERIOD*ANIMCOLOR_INNER_PERIOD ) in inc_phase()
81 color_phase = 0; in inc_phase()
104 colorCode = init_color_code[color_phase/ANIMCOLOR_INNER_PERIOD]; in draw_line()
482 colorCode = init_color_code[color_phase/ANIMCOLOR_INNER_PERIOD]; in get_series_color_array()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dparticles.cpp205 color_phase[p_phase].pos = p_pos; in set_color_phase_pos()
211 return color_phase[p_phase].pos; in get_color_phase_pos()
217 color_phase[p_phase].color = p_color; in set_color_phase_color()
223 return color_phase[p_phase].color; in get_color_phase_color()
H A Dparticles.h91 ColorPhase color_phase[4]; variable
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dparticles.cpp205 color_phase[p_phase].pos = p_pos; in set_color_phase_pos()
211 return color_phase[p_phase].pos; in get_color_phase_pos()
217 color_phase[p_phase].color = p_color; in set_color_phase_color()
223 return color_phase[p_phase].color; in get_color_phase_color()
H A Dparticles.h91 ColorPhase color_phase[4]; variable
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOANLINE.h47 short color_phase; variable
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclpath.c109 gs_int_point color_phase; in cmd_put_drawing_color() local
167 if ( pdcolor->type->get_phase(pdcolor, &color_phase) && in cmd_put_drawing_color()
168 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
169 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
172 color_phase.x, in cmd_put_drawing_color()
173 color_phase.y, all_bands)) < 0 ) in cmd_put_drawing_color()
H A Dgxclrast.c494 gs_int_point tile_phase, color_phase; in clist_playback_band() local
574 tile_phase.x = color_phase.x = x0; in clist_playback_band()
575 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1087 color_phase.x = in clist_playback_band()
1108 color_phase.y = in clist_playback_band()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclpath.c109 gs_int_point color_phase; in cmd_put_drawing_color() local
167 if ( pdcolor->type->get_phase(pdcolor, &color_phase) && in cmd_put_drawing_color()
168 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
169 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
172 color_phase.x, in cmd_put_drawing_color()
173 color_phase.y, all_bands)) < 0 ) in cmd_put_drawing_color()
H A Dgxclrast.c494 gs_int_point tile_phase, color_phase; in clist_playback_band() local
574 tile_phase.x = color_phase.x = x0; in clist_playback_band()
575 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1087 color_phase.x = in clist_playback_band()
1108 color_phase.y = in clist_playback_band()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclpath.c114 gs_int_point color_phase; in cmd_put_drawing_color() local
173 if ( pdcolor->type->get_phase(pdcolor, &color_phase) && in cmd_put_drawing_color()
174 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
175 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
178 color_phase.x, in cmd_put_drawing_color()
179 color_phase.y, all_bands)) < 0 ) in cmd_put_drawing_color()
H A Dgxclrast.c496 gs_int_point tile_phase, color_phase; in clist_playback_band() local
582 tile_phase.x = color_phase.x = x0; in clist_playback_band()
583 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1147 color_phase.x = in clist_playback_band()
1168 color_phase.y = in clist_playback_band()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclpath.c114 gs_int_point color_phase; in cmd_put_drawing_color() local
173 if ( pdcolor->type->get_phase(pdcolor, &color_phase) && in cmd_put_drawing_color()
174 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
175 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
178 color_phase.x, in cmd_put_drawing_color()
179 color_phase.y, all_bands)) < 0 ) in cmd_put_drawing_color()
H A Dgxclrast.c496 gs_int_point tile_phase, color_phase; in clist_playback_band() local
582 tile_phase.x = color_phase.x = x0; in clist_playback_band()
583 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1147 color_phase.x = in clist_playback_band()
1168 color_phase.y = in clist_playback_band()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclrast.c244 gs_int_point tile_phase, color_phase; in clist_playback_band() local
304 tile_phase.x = color_phase.x = x0; in clist_playback_band()
305 tile_phase.y = color_phase.y = y0; in clist_playback_band()
834 color_phase.x = in clist_playback_band()
855 color_phase.y = in clist_playback_band()
1325 pdevc->phase = color_phase; in clist_playback_band()
1352 pdevc->phase = color_phase; in clist_playback_band()
1378 pdevc->phase = color_phase; in clist_playback_band()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclrast.c244 gs_int_point tile_phase, color_phase; in clist_playback_band() local
304 tile_phase.x = color_phase.x = x0; in clist_playback_band()
305 tile_phase.y = color_phase.y = y0; in clist_playback_band()
834 color_phase.x = in clist_playback_band()
855 color_phase.y = in clist_playback_band()
1325 pdevc->phase = color_phase; in clist_playback_band()
1352 pdevc->phase = color_phase; in clist_playback_band()
1378 pdevc->phase = color_phase; in clist_playback_band()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclpath.c115 gs_int_point color_phase; in cmd_put_drawing_color() local
179 if ( pdcolor->type->get_phase(pdcolor, &color_phase) && in cmd_put_drawing_color()
180 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
181 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
184 color_phase.x, in cmd_put_drawing_color()
185 color_phase.y, all_bands)) < 0 ) in cmd_put_drawing_color()
H A Dgxclrast.c497 gs_int_point tile_phase, color_phase; in clist_playback_band() local
592 tile_phase.x = color_phase.x = x0; in clist_playback_band()
593 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1182 color_phase.x = in clist_playback_band()
1203 color_phase.y = in clist_playback_band()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclpath.c115 gs_int_point color_phase; in cmd_put_drawing_color() local
179 if ( pdcolor->type->get_phase(pdcolor, &color_phase) && in cmd_put_drawing_color()
180 (color_phase.x != pcls->tile_phase.x || in cmd_put_drawing_color()
181 color_phase.y != pcls->tile_phase.y || all_bands) && in cmd_put_drawing_color()
184 color_phase.x, in cmd_put_drawing_color()
185 color_phase.y, all_bands)) < 0 ) in cmd_put_drawing_color()
H A Dgxclrast.c497 gs_int_point tile_phase, color_phase; in clist_playback_band() local
592 tile_phase.x = color_phase.x = x0; in clist_playback_band()
593 tile_phase.y = color_phase.y = y0; in clist_playback_band()
1182 color_phase.x = in clist_playback_band()
1203 color_phase.y = in clist_playback_band()