Searched refs:RAreaList (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | r_area_list.h | 11 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 D | r_structs.h | 30 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 D | r_area_list.c | 19 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 D | r_area.h | 23 RAreaList *RAreaHorizontalUnion(const RArea *self, const RArea *other); 24 RAreaList *RAreaVerticalUnion(const RArea *self, const RArea *other);
|
| H A D | types.h | 70 typedef struct RAreaList RAreaList; typedef in typeref:struct:RAreaList
|
| H A D | r_layout.c | 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 * [all...] |
| H A D | r_area.c | 178 RAreaList * 236 RAreaList *res = RAreaListNew(3, NULL); 303 RAreaList * 352 RAreaList *res = RAreaListNew(3, NULL);
|
| H A D | r_layout.h | 11 RLayout *RLayoutNew(RAreaList *monitors);
|
| H A D | xrandr.c | 27 RAreaList *areas; 76 // Add each and its name into an RAreaList
|
| H A D | ctwm_main.c | 453 RAreaList *fsl;
|
| H A D | parse_be.c | 2016 static RAreaList *override_monitors; 2037 fprintf(stderr, "Failed allocating RAreaList for monitors.\n");
|
| /xsrc/external/mit/ctwm/dist/tests/layout/ |
| H A D | test_monitor_layout.c | 66 RAreaList *mons = Scr->Layout->monitors;
|
| H A D | test_layout.c | 51 print_rarea_list(RAreaList *list) 65 RAreaList *got, RAreaList *expected) 121 RAreaList *list; 157 RAreaList *list;
|
Completed in 11 milliseconds