HomeSort by: relevance | last modified time | path
    Searched refs:horiz (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
r_structs.h 47 RAreaList *horiz; ///< List of all unique horizontal regions member in struct:RLayout
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...]
win_utils.c 570 if(Scr->BorderedLayout->horiz->len > 1) {
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d33_vpm_setup.c 39 .horiz = true,
63 .horiz = true,
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
v3d33_vpm_setup.c 39 .horiz = true,
63 .horiz = true,
  /xsrc/external/mit/libXaw/dist/src/
Tree.c 728 Bool horiz = IsHorizontal (tree); local
740 newwidth = (Dimension)((horiz ? w->core.width : w->core.height) + bw2);
766 if (horiz) {
783 if (horiz) {
838 Bool horiz = IsHorizontal (tree); local
851 if (horiz) {
879 if (horiz) {
896 if (horiz) {
915 if (horiz) {
  /xsrc/external/mit/xf86-video-nv/dist/src/
riva_dac.c 105 rivaReg->horiz = RIVA_SetBitField(horizTotal,8:8,0:0)
118 rivaReg->horiz |= RIVA_SetBitField(horizTotal,8:8,4:4);
nv_dac.c 159 nvReg->horiz = NV_SetBitField(horizTotal,8:8,0:0)
172 nvReg->horiz |= NV_SetBitField(horizTotal,8:8,4:4);
nv_type.h 47 U032 horiz; member in struct:_riva_hw_state
riva_hw.h 316 U032 horiz; member in struct:_riva_hw_state
riva_hw.c 770 VGA_WR08(chip->PCIO, 0x03D5, state->horiz);
827 state->horiz = VGA_RD08(chip->PCIO, 0x03D5);
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/
test_layout.c 318 layout->horiz, check_layout->monitors)) {
389 else if(strcmp(function, "Horiz") == 0) {
  /xsrc/external/mit/bitmap/dist/
Graphics.c 828 Dimension horiz, vert; local
842 horiz = (BW->bitmap.image->width + BW->bitmap.fold) / 2;
847 new_x = (int)(x + horiz) % (int)BW->bitmap.image->width;
859 ((int)(BW->bitmap.hot.x+horiz)
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
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");

Completed in 18 milliseconds