Home
last modified time | relevance | path

Searched refs:shadowopacity (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/olive/olive-0.1.2/effects/internal/
H A Ddropshadow.frag10 uniform float shadowopacity;
21 float shadow_opacity = 0.01*shadowopacity;
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-psd/
H A Dpsd-layer-res-load.c795 gchar shadowopacity; in load_resource_lrfx() local
823 || fread(&shadowopacity, 1, 1, f) < 1 in load_resource_lrfx()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2196 int shadowopacity; member
H A Dopenbor.c261 int shadowopacity = 255; variable
1387 var->lVal = shadowopacity; in getsyspropertybyindex()
1615 shadowopacity = (int)ltemp; in changesyspropertybyindex()
4134 shadowopacity = 255; in lifebar_colors()
4203 shadowopacity = GET_INT_ARG(1); in lifebar_colors()
14701 next.shadowopacity = GET_INT_ARG(1); in load_level()
30597 shadowopacity = level->spawnpoints[current_spawn].shadowopacity; in update_scroller()
30598 if(shadowopacity == -1) in update_scroller()
30600 shadowopacity = 0; in update_scroller()
30602 if(shadowopacity == -2) in update_scroller()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2711 int shadowopacity; member
H A Dopenbor.c266 int shadowopacity = 255; variable
3591 shadowopacity = 255; in lifebar_colors()
3660 shadowopacity = GET_INT_ARG(1); in lifebar_colors()
15300 next.shadowopacity = GET_INT_ARG(1); in load_level()
22654 … shadowmethod.channelb = shadowmethod.channelg = shadowmethod.channelr = shadowopacity; in display_ents()
33710 else if(level->spawnpoints[current_spawn].shadowopacity) // change color for gfxshadow in update_scroller()
33712 shadowopacity = level->spawnpoints[current_spawn].shadowopacity; in update_scroller()
33713 if(shadowopacity == -1) in update_scroller()
33715 shadowopacity = 0; in update_scroller()
33717 if(shadowopacity == -2) in update_scroller()
[all …]
H A Dopenborscript.c120 extern int shadowopacity;
8515 var->lVal = shadowopacity; in getsyspropertybyindex()
8749 shadowopacity = (LONG)ltemp; in changesyspropertybyindex()