Searched refs:TABLE_COLOR (Results 1 – 7 of 7) sorted by relevance
/dports/games/ace-of-penguins/ace-1.4/lib/ |
H A D | imagelib.c | 31 { TABLE_MONO, TABLE_GRAY, TABLE_COLOR }, 32 { TABLE_GRAY, TABLE_MONO, TABLE_COLOR }, 33 { TABLE_COLOR, TABLE_GRAY, TABLE_MONO }};
|
H A D | cards.h | 31 #define TABLE_COLOR 2 macro
|
H A D | xwin.c | 194 table_type = TABLE_COLOR; in xwin_init() 647 if (table_type != TABLE_COLOR) in pixel_for()
|
H A D | help.c | 143 if (table_type != TABLE_COLOR) in help_init()
|
/dports/devel/agar/agar-1.5.0/ada-gui/ |
H A D | agar-gui-colors.ads | 77 TABLE_COLOR, literal 162 TABLE_COLOR => 71,
|
/dports/games/apoolGL/apoolGL-099-pre22/ |
H A D | gl.c | 1794 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 D | table.c | 1164 #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()
|