Searched refs:RAreaNewStatic (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | r_area.c | 35 RAreaNewStatic(int x, int y, int width, int height) function in typeref:typename:RArea * 204 RAreaNewStatic(self->x, other->y, 214 RAreaNewStatic(self->x, self->y, 256 RAreaListAdd(res, RAreaNewStatic(top->x, top->y, 262 RAreaNewStatic(min_x, bot->y, 274 RAreaNewStatic(top->x, RAreaY2(bot) + 1, 282 RAreaNewStatic(bot->x, RAreaY2(top) + 1, 325 RAreaNewStatic(other->x, self->y, 334 RAreaNewStatic(self->x, self->y, 371 RAreaNewStatic(lef [all...] |
| H A D | r_area.h | 11 RArea *RAreaNewStatic(int x, int y, int width, int height);
|
| H A D | ctwm_main.c | 455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth);
|
| H A D | parse_be.c | 2108 RAreaListAdd(override_monitors, RAreaNewStatic(x, y, width, height));
|
| /xsrc/external/mit/ctwm/dist/tests/layout/ |
| H A D | test_layout.c | 147 RAreaListAdd(list, RAreaNewStatic((int)x, (int)y, (int)width, (int)height)); 203 RAreaListAdd(list, RAreaNewStatic((int)x, (int)y, (int)width, (int)height));
|
Completed in 8 milliseconds