Home
last modified time | relevance | path

Searched refs:COLOR_SWITCH (Results 1 – 15 of 15) sorted by relevance

/dports/games/xpilot/xpilot-4.5.5/src/client/
H A Ddbuff.c134 case COLOR_SWITCH: in start_dbuff()
188 if (state->type == COLOR_SWITCH) { in start_dbuff()
223 if (state->type == COLOR_SWITCH) { in start_dbuff()
232 if (state->type == COLOR_SWITCH) { in start_dbuff()
294 if (state->type == COLOR_SWITCH) { in dbuff_switch()
345 if (state->type == COLOR_SWITCH) { in end_dbuff()
H A Dcolors.c513 ((colorSwitch) ? COLOR_SWITCH : PIXMAP_COPY), in Colors_init()
538 ((colorSwitch) ? COLOR_SWITCH : PIXMAP_COPY), in Colors_init()
553 case COLOR_SWITCH: in Colors_init()
673 if (dbuf_state->type == COLOR_SWITCH) { in Colors_init_block_bitmaps()
H A Ddbuff.h58 COLOR_SWITCH, enumerator
H A Dxinit.c692 if (dbuf_state->type == COLOR_SWITCH) { in Init_top()
883 case COLOR_SWITCH: in Init_playing_windows()
H A Dpaint.c349 if (dbuf_state->type == COLOR_SWITCH) { in Paint_frame()
H A Dpaintdata.c156 if (dbuf_state->type == COLOR_SWITCH) { in Erase_do_end()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Ddbuff.c99 case COLOR_SWITCH: in start_dbuff()
153 if (state->type == COLOR_SWITCH) { in start_dbuff()
187 if (state->type == COLOR_SWITCH) in start_dbuff()
243 if (state->type == COLOR_SWITCH) in dbuff_switch()
272 if (state->type == COLOR_SWITCH) in end_dbuff()
H A Ddbuff.h49 COLOR_SWITCH, enumerator
H A Dcolors.c483 ((colorSwitch) ? COLOR_SWITCH : PIXMAP_COPY), in Colors_init()
505 ? COLOR_SWITCH : PIXMAP_COPY), in Colors_init()
518 case COLOR_SWITCH: in Colors_init()
648 if (dbuf_state->type == COLOR_SWITCH) { in Colors_init_bitmaps()
H A Dxinit.c497 if (dbuf_state->type == COLOR_SWITCH) in Init_top()
610 case COLOR_SWITCH: in Init_playing_windows()
H A Dxpaint.c249 if (dbuf_state->type == COLOR_SWITCH) { in Paint_frame()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Ddbuff.h53 COLOR_SWITCH, enumerator
H A Dcolors.c485 ((colorSwitch) ? COLOR_SWITCH : PIXMAP_COPY), in Colors_init()
507 ? COLOR_SWITCH : PIXMAP_COPY), in Colors_init()
520 case COLOR_SWITCH: in Colors_init()
650 if (dbuf_state->type == COLOR_SWITCH) { in Colors_init_bitmaps()
H A Dxpaint.c288 if (dbuf_state->type == COLOR_SWITCH) { in Paint_frame()
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dcrtcdmac.c27 #define COLOR_SWITCH 0x08 macro
581 if( attr & COLOR_SWITCH ){ in crtc_make_text_attr()