Searched defs:direction (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1ScrollbarP.h | 57 char direction; /* a scroll has started; which direction */ member in struct:__anon314
|
H A D | Xaw3_1Scrollbar.c | 372 w->scrollbar.direction = 0; 483 String *params; /* direction: Back|Forward|Smooth */ 488 char direction; local 490 if (w->scrollbar.direction != 0) return; /* if we're already scrolling */ 491 if (*num_params > 0) direction = *params[0]; 492 else direction = 'C'; 494 w->scrollbar.direction = direction; 496 switch( direction ) { 622 if (w->scrollbar.direction [all...] |
H A D | Xaw3_1Paned.c | 373 * dir - direction to search first. 554 * dir - direction to move from child. 872 * dir - the direction that we are to be moving. 934 * dir - the direction the pane we are interested is w.r.t the 936 * loc - location of pointer in proper direction. 1030 Direction direction; local 1046 direction = (Direction) *call_data->params[1]; 1048 direction = (Direction) toupper(*call_data->params[1]); 1054 StartGripAdjustment(pw, grip, direction); 1059 MoveGripAdjustment(pw, grip, direction, lo [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | ScrollbarP.h | 82 char direction; /* a scroll has started; which direction */ member in struct:__anon382
|
H A D | Scrollbar.c | 395 w->scrollbar.direction = 0; 511 String *params; /* direction: Back|Forward|Smooth */ 516 char direction; local 518 if (w->scrollbar.direction != 0) return; /* if we're already scrolling */ 519 if (*num_params > 0) direction = *params[0]; 520 else direction = 'C'; 522 w->scrollbar.direction = direction; 524 switch( direction ) { 650 if (w->scrollbar.direction [all...] |
H A D | Paned.c | 398 * dir - direction to search first. 581 * dir - direction to move from child. 899 * dir - the direction that we are to be moving. 961 * dir - the direction the pane we are interested is w.r.t the 963 * loc - location of pointer in proper direction. 1058 Direction direction; local 1074 direction = (Direction) *call_data->params[1]; 1076 direction = (Direction) toupper(*call_data->params[1]); 1082 StartGripAdjustment(pw, grip, direction); 1087 MoveGripAdjustment(pw, grip, direction, lo [all...] |
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_vis.c | 988 uint32_t direction = DST_Y_BOTTOM_TO_TOP | DST_X_RIGHT_TO_LEFT; local 998 direction |= DST_Y_TOP_TO_BOTTOM; 1004 direction |= DST_X_LEFT_TO_RIGHT; 1065 regw(DP_CNTL, direction);
|
Completed in 37 milliseconds