HomeSort by: relevance | last modified time | path
    Searched refs:RLayoutFindLeftRightEdges (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
r_layout.h 28 void RLayoutFindLeftRightEdges(const RLayout *self, const RArea *area,
r_layout.c 354 * This function is used only by RLayoutFindLeftRightEdges()
466 RLayoutFindLeftRightEdges(const RLayout *self, const RArea *area, int *left,
486 * RLayoutFindLeftRightEdges().
492 RLayoutFindLeftRightEdges(self, area, &max_x, NULL);
500 * RLayoutFindLeftRightEdges().
506 RLayoutFindLeftRightEdges(self, area, NULL, &min_x2);
793 RLayoutFindLeftRightEdges(self, area, &max_x, &min_x2);
functions_identify.c 245 RLayoutFindLeftRightEdges(Scr->Layout, &area, &min_x, &max_right);
add_window.c 1498 RLayoutFindLeftRightEdges(layout, &area,
  /xsrc/external/mit/ctwm/dist/tests/layout/
test_layout.c 424 // RLayoutFindLeftRightEdges left right
434 RLayoutFindLeftRightEdges(layout, &win, &got1, &got2);

Completed in 63 milliseconds