Lines Matching refs:area
24 void RLayoutFindTopBottomEdges(const RLayout *self, const RArea *area, int *top,
26 int RLayoutFindBottomEdge(const RLayout *self, const RArea *area);
27 int RLayoutFindTopEdge(const RLayout *self, const RArea *area);
28 void RLayoutFindLeftRightEdges(const RLayout *self, const RArea *area,
31 int RLayoutFindLeftEdge(const RLayout *self, const RArea *area);
32 int RLayoutFindRightEdge(const RLayout *self, const RArea *area);
34 int RLayoutFindMonitorBottomEdge(const RLayout *self, const RArea *area);
35 int RLayoutFindMonitorTopEdge(const RLayout *self, const RArea *area);
36 int RLayoutFindMonitorLeftEdge(const RLayout *self, const RArea *area);
37 int RLayoutFindMonitorRightEdge(const RLayout *self, const RArea *area);
39 RArea RLayoutFullHoriz(const RLayout *self, const RArea *area);
40 RArea RLayoutFullVert(const RLayout *self, const RArea *area);
41 RArea RLayoutFull(const RLayout *self, const RArea *area);
42 RArea RLayoutFullHoriz1(const RLayout *self, const RArea *area);
43 RArea RLayoutFullVert1(const RLayout *self, const RArea *area);
44 RArea RLayoutFull1(const RLayout *self, const RArea *area);