OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DarkShadowContrast
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
parse_be.c
267
{ "
darkshadowcontrast
", NKEYWORD, kwn_DarkShadowContrast },
1330
Scr->
DarkShadowContrast
= num;
1332
if(Scr->
DarkShadowContrast
< 0) {
1333
Scr->
DarkShadowContrast
= 0;
1335
if(Scr->
DarkShadowContrast
> 100) {
1336
Scr->
DarkShadowContrast
= 100;
screen.h
452
short
DarkShadowContrast
;
util.c
263
darkfactor = (100.0 - (float) Scr->
DarkShadowContrast
) / 100.0;
ctwm_main.c
1262
scr->
DarkShadowContrast
= 40;
Completed in 6 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026