Home
last modified time | relevance | path

Searched refs:DRAW_LEFT (Results 1 – 11 of 11) sorted by last modified time

/dports/games/atris/atris-1.0.7/
H A Datris.c1015 DRAW_LEFT | DRAW_UPDATE); in main()
H A Ddisplay.c127 #define DRAW_LEFT (1<<2) macro
160 if (flags & DRAW_LEFT) in draw_string()
494 layout.adjust[0].symbol[i].y, DRAW_LEFT | DRAW_CLEAR); in draw_background()
746 layout.score[i].x, layout.score[i].y, DRAW_LEFT | DRAW_CLEAR | in draw_score()
H A Dai.c867 screen->w/2, screen->h/2, DRAW_UPDATE | DRAW_LEFT); in pick_key_repeat()
893 screen->w/2, screen->h/2, DRAW_UPDATE | DRAW_LEFT); in pick_ai_factor()
H A Didentity.c241 screen->h/2, DRAW_LEFT | DRAW_UPDATE); in network_choice_action()
300 screen->h / 2, DRAW_CLEAR | DRAW_LEFT); in new_player()
307 screen->h/2, DRAW_CLEAR | DRAW_LEFT | DRAW_LARGE | DRAW_ABOVE); in new_player()
311 / 2, screen->h / 2, DRAW_CLEAR | DRAW_LEFT); in new_player()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dpaint.c150 #define DRAW_LEFT CELL_LEFT macro
1512 rule = DRAW_LEFT | DRAW_RIGHT; in DrawCellFrame()
1638 if(rule & DRAW_LEFT) in DrawCellFrame()
1701 rule = DRAW_LEFT; in DrawTableBorder()
1707 rule = DRAW_LEFT|DRAW_RIGHT; in DrawTableBorder()
1733 if(rule & DRAW_LEFT) in DrawTableBorder()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dswirl.c121 DRAW_RIGHT, DRAW_DOWN, DRAW_LEFT, DRAW_UP enumerator
677 case DRAW_LEFT: in next_point()
708 sp->dir = DRAW_LEFT; in next_point()
722 case DRAW_LEFT: in next_point()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dswirl.c95 DRAW_RIGHT, DRAW_DOWN, DRAW_LEFT, DRAW_UP enumerator
1138 case DRAW_LEFT: in next_point()
1169 swirl->direction = DRAW_LEFT; in next_point()
1183 case DRAW_LEFT: in next_point()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A Dpaint.c149 #define DRAW_LEFT CELL_LEFT macro
1508 rule = DRAW_LEFT | DRAW_RIGHT; in DrawCellFrame()
1634 if(rule & DRAW_LEFT) in DrawCellFrame()
1697 rule = DRAW_LEFT; in DrawTableBorder()
1703 rule = DRAW_LEFT|DRAW_RIGHT; in DrawTableBorder()
1729 if(rule & DRAW_LEFT) in DrawTableBorder()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinObjectImage2.java49 protected static final Long DRAW_LEFT = new Long(7); field in SWTSkinObjectImage2
142 } else if (drawMode == DRAW_LEFT) {
405 drawMode = DRAW_LEFT; in setCanvasImage()
461 if (drawMode == DRAW_TILE || drawMode == DRAW_NORMAL || drawMode == DRAW_LEFT in setCanvasImage()
H A DSWTSkinObjectImage.java49 protected static final Long DRAW_LEFT = new Long(7); field in SWTSkinObjectImage
141 } else if (drawMode == DRAW_LEFT) {
386 drawMode = DRAW_LEFT; in setCanvasImage()
441 if (drawMode == DRAW_TILE || drawMode == DRAW_NORMAL || drawMode == DRAW_LEFT in setCanvasImage()
/dports/games/atris/atris-1.0.7/.protos/
H A Ddisplay.pro10 #define DRAW_LEFT (1<<2)