Home | History | Annotate | Download | only in wm

Lines Matching refs:right

27 // The number of pixels which are kept free top, left and right when a window
92 // to the right edge, otherwise to the left one.
97 if (work_area.right() > bounds->right()) {
98 bounds->set_x(work_area.right() - bounds->width());
126 (child_bounds.right() >= work_area.right() &&
127 new_child_bounds.right() >= work_area.right())) {
130 if (new_child_bounds.right() > work_area.right())
131 new_child_bounds.set_x(work_area.right() - bounds.width());
415 // There should be a 'desktop' border around the window at the left and right
535 // be served anymore. Then the next grid position to the right will be
538 // In the second run we parse beginning from the right corner downwards and
542 if (run == 0) { // First run: Start left, parse right till mid screen.
545 } else { // Second run: Start right, parse left till mid screen.
584 if (abs(pos.right() - work_area.right()) < grid)
585 x = work_area.right() - w;