Searched refs:horiz (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dr_structs.h47 RAreaList *horiz; ///< List of all unique horizontal regions member in struct:RLayout
H A Dr_layout.c63 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 Dwin_utils.c570 if(Scr->BorderedLayout->horiz->len > 1) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c39 .horiz = true,
63 .horiz = true,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d33_vpm_setup.c39 .horiz = true,
63 .horiz = true,
/xsrc/external/mit/libXaw/dist/src/
H A DTree.c728 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 Driva_dac.c105 rivaReg->horiz = RIVA_SetBitField(horizTotal,8:8,0:0)
118 rivaReg->horiz |= RIVA_SetBitField(horizTotal,8:8,4:4);
H A Dnv_dac.c159 nvReg->horiz = NV_SetBitField(horizTotal,8:8,0:0)
172 nvReg->horiz |= NV_SetBitField(horizTotal,8:8,4:4);
H A Dnv_type.h47 U032 horiz; member in struct:_riva_hw_state
H A Driva_hw.h316 U032 horiz; member in struct:_riva_hw_state
H A Driva_hw.c770 VGA_WR08(chip->PCIO, 0x03D5, state->horiz);
827 state->horiz = VGA_RD08(chip->PCIO, 0x03D5);
H A Dnv_hw.c1474 VGA_WR08(pNv->PCIO, 0x03D5, state->horiz);
1535 state->horiz = VGA_RD08(pNv->PCIO, 0x03D5);
/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_layout.c318 layout->horiz, check_layout->monitors)) {
/xsrc/external/mit/bitmap/dist/
H A DGraphics.c789 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 Dsynaptics.c2119 /* 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

Completed in 23 milliseconds