Searched refs:RAreaList (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.h11 RAreaList *RAreaListNew(int cap, ...);
13 void RAreaListFree(RAreaList *self);
15 RAreaList *RAreaListCopyCropped(const RAreaList *self, int left_margin,
19 void RAreaListAdd(RAreaList *self, const RArea *area);
21 RAreaList *RAreaListHorizontalUnion(const RAreaList *self);
22 RAreaList *RAreaListVerticalUnion(const RAreaList *self);
24 RAreaList *RAreaListIntersec
[all...]
H A Dr_structs.h30 struct RAreaList { struct
46 RAreaList *monitors; ///< List of all output monitors
47 RAreaList *horiz; ///< List of all unique horizontal regions
48 RAreaList *vert; ///< List of all unique vertical regions
H A Dr_area_list.c19 static RAreaList *RAreaListCopy(const RAreaList *self);
20 static void RAreaListDelete(RAreaList *self, int index);
21 static void RAreaListAddList(RAreaList *self, const RAreaList *other);
22 static RAreaList *RAreaListIntersectCrop(const RAreaList *self,
27 static void RAreaListSortX(const RAreaList *self);
29 static void RAreaListSortY(const RAreaList *self);
34 * Create an RAreaList fro
[all...]
H A Dr_area.h23 RAreaList *RAreaHorizontalUnion(const RArea *self, const RArea *other);
24 RAreaList *RAreaVerticalUnion(const RArea *self, const RArea *other);
H A Dtypes.h70 typedef struct RAreaList RAreaList; typedef in typeref:struct:RAreaList
H A Dr_layout.c21 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 *
[all...]
H A Dr_area.c178 RAreaList *
236 RAreaList *res = RAreaListNew(3, NULL);
303 RAreaList *
352 RAreaList *res = RAreaListNew(3, NULL);
H A Dr_layout.h11 RLayout *RLayoutNew(RAreaList *monitors);
H A Dxrandr.c27 RAreaList *areas;
76 // Add each and its name into an RAreaList
H A Dctwm_main.c453 RAreaList *fsl;
H A Dparse_be.c2016 static RAreaList *override_monitors;
2037 fprintf(stderr, "Failed allocating RAreaList for monitors.\n");
/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_monitor_layout.c66 RAreaList *mons = Scr->Layout->monitors;
H A Dtest_layout.c51 print_rarea_list(RAreaList *list)
65 RAreaList *got, RAreaList *expected)
121 RAreaList *list;
157 RAreaList *list;

Completed in 11 milliseconds