Lines Matching refs:RAreaList
21 static RAreaList *_RLayoutRecenterVertically(const RLayout *self,
23 static RAreaList *_RLayoutRecenterHorizontally(const RLayout *self,
25 static RAreaList *_RLayoutVerticalIntersect(const RLayout *self,
27 static RAreaList *_RLayoutHorizontalIntersect(const RLayout *self,
55 RLayoutNew(RAreaList *monitors)
81 RAreaList *cropped_monitors = RAreaListCopyCropped(self->monitors,
154 * yields a RAreaList as tall as the slice[es] the window would touch if
177 static RAreaList *
239 * yields a RAreaList as wide as the slice[es] the window would touch if
262 static RAreaList *
333 static RAreaList *
336 RAreaList *mit = RAreaListIntersect(self->vert, area);
356 static RAreaList *
359 RAreaList *mit = RAreaListIntersect(self->horiz, area);
404 RAreaList *mit = _RLayoutVerticalIntersect(self, area);
469 RAreaList *mit = _RLayoutHorizontalIntersect(self, area);
976 RAreaList *mit = RAreaListIntersect(self->monitors, area);