Lines Matching refs:horiz
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=");
1037 RAreaListPrint(self->horiz);