Home | History | Annotate | Download | only in workspace

Lines Matching refs:left_edge

837   const int left_edge = work_area.x();
842 if (ShouldStickToEdge(bounds->x() - left_edge, sticky_size)) {
843 bounds->set_x(left_edge);
869 const int left_edge = work_area.x();
879 ShouldStickToEdge(bounds->x() - left_edge, sticky_size)) {
880 bounds->set_width(bounds->right() - left_edge);
881 bounds->set_x(left_edge);