Home
last modified time | relevance | path

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

/dports/games/ace-of-penguins/ace-1.4/lib/
H A Dimagelib.c31 { TABLE_MONO, TABLE_GRAY, TABLE_COLOR },
32 { TABLE_GRAY, TABLE_MONO, TABLE_COLOR },
33 { TABLE_COLOR, TABLE_GRAY, TABLE_MONO }};
H A Dcards.h31 #define TABLE_COLOR 2 macro
H A Dxwin.c194 table_type = TABLE_COLOR; in xwin_init()
647 if (table_type != TABLE_COLOR) in pixel_for()
H A Dhelp.c143 if (table_type != TABLE_COLOR) in help_init()
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-colors.ads77 TABLE_COLOR, literal
162 TABLE_COLOR => 71,
/dports/games/apoolGL/apoolGL-099-pre22/
H A Dgl.c1794 TABLE_COLOR(0.0); in gl_init_lists()
1796 TABLE_COLOR(0.0); in gl_init_lists()
1798 TABLE_COLOR(0.3); in gl_init_lists()
1800 TABLE_COLOR(0.3); in gl_init_lists()
1810 TABLE_COLOR(0.0); in gl_init_lists()
1812 TABLE_COLOR(0.2); in gl_init_lists()
1814 TABLE_COLOR(0.2); in gl_init_lists()
1816 TABLE_COLOR(0.0); in gl_init_lists()
1826 TABLE_COLOR(0.2); in gl_init_lists()
1828 TABLE_COLOR(0.2); in gl_init_lists()
[all …]
/dports/games/foobillard/foobillard-3.0a/src/
H A Dtable.c1164 #define TABLE_COLOR options_table_color in create_table() macro
1168 tab_col_diff[0]=(double)((TABLE_COLOR>>16) & 0xFF)/255.0; in create_table()
1169 tab_col_diff[1]=(double)((TABLE_COLOR>> 8) & 0xFF)/255.0; in create_table()
1170 tab_col_diff[2]=(double)((TABLE_COLOR>> 0) & 0xFF)/255.0; in create_table()
1171 tab_col_diff[3]=1.0-(double)((TABLE_COLOR>>24) & 0xFF)/255.0; in create_table()