| /xsrc/external/mit/ctwm/dist/ |
| H A D | r_structs.h | 47 RAreaList *horiz; ///< List of all unique horizontal regions member in struct:RLayout
|
| H A D | r_layout.c | 63 layout->horiz = RAreaListHorizontalUnion(monitors); 119 RAreaListFree(self->horiz); 244 * bottom-most self->horiz. 247 * it winds up being whatever vertical intersection with self->horiz 276 // covers the entire width of any member of ->horiz. Then we move 299 // And intersect that RArea with self->horiz. This results in a 304 return RAreaListIntersect(self->horiz, &tmp); 359 RAreaList *mit = RAreaListIntersect(self->horiz, area); 825 * *-------------*-=========--*-* >-- 2 horiz stripes 1036 fprintf(stderr, "\n horiz [all...] |
| H A D | win_utils.c | 570 if(Scr->BorderedLayout->horiz->len > 1) {
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d33_vpm_setup.c | 39 .horiz = true, 63 .horiz = true,
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d33_vpm_setup.c | 39 .horiz = true, 63 .horiz = true,
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tree.c | 728 Bool horiz = IsHorizontal (tree); local in function:compute_bounding_box_subtree 740 newwidth = (Dimension)((horiz ? w->core.width : w->core.height) + bw2); 766 if (horiz) { 783 if (horiz) { 838 Bool horiz = IsHorizontal (tree); local in function:arrange_subtree 851 if (horiz) { 879 if (horiz) { 896 if (horiz) { 915 if (horiz) {
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | riva_dac.c | 105 rivaReg->horiz = RIVA_SetBitField(horizTotal,8:8,0:0) 118 rivaReg->horiz |= RIVA_SetBitField(horizTotal,8:8,4:4);
|
| H A D | nv_dac.c | 159 nvReg->horiz = NV_SetBitField(horizTotal,8:8,0:0) 172 nvReg->horiz |= NV_SetBitField(horizTotal,8:8,4:4);
|
| H A D | nv_type.h | 47 U032 horiz; member in struct:_riva_hw_state
|
| H A D | riva_hw.h | 316 U032 horiz; member in struct:_riva_hw_state
|
| H A D | riva_hw.c | 770 VGA_WR08(chip->PCIO, 0x03D5, state->horiz); 827 state->horiz = VGA_RD08(chip->PCIO, 0x03D5);
|
| H A D | nv_hw.c | 1474 VGA_WR08(pNv->PCIO, 0x03D5, state->horiz); 1535 state->horiz = VGA_RD08(pNv->PCIO, 0x03D5);
|
| /xsrc/external/mit/ctwm/dist/tests/layout/ |
| H A D | test_layout.c | 318 layout->horiz, check_layout->monitors)) {
|
| /xsrc/external/mit/bitmap/dist/ |
| H A D | Graphics.c | 789 Dimension horiz, vert; local in function:BWFold 803 horiz = (BW->bitmap.image->width + BW->bitmap.fold) / 2; 808 new_x = (int)(x + horiz) % (int)BW->bitmap.image->width; 820 ((int)(BW->bitmap.hot.x+horiz)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 2119 /* vert and horiz are to know which direction to start coasting 2124 Bool vert, Bool horiz, Bool circ) 2146 if (horiz && !circ) { 2171 else if (horiz) { 2254 DBG(7, "horiz two-finger scroll detected\n"); 2271 DBG(7, "horiz edge scroll detected on bottom edge\n"); 2298 DBG(7, "horiz two-finger scroll off\n"); 2308 DBG(7, "horiz edge scroll off\n"); 2123 start_coasting(SynapticsPrivate * priv,struct SynapticsHwState * hw,Bool vert,Bool horiz,Bool circ) argument
|