Searched refs:RAreaNewStatic (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dr_area.c35 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 Dr_area.h11 RArea *RAreaNewStatic(int x, int y, int width, int height);
H A Dctwm_main.c455 fs = RAreaNewStatic(Scr->rootx, Scr->rooty, Scr->rootw, Scr->rooth);
H A Dparse_be.c2108 RAreaListAdd(override_monitors, RAreaNewStatic(x, y, width, height));
/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_layout.c147 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