Home | History | Annotate | Download | only in layout

Lines Matching refs:max_col

526        max_col = view_state->start_col + view_state->col_span;
527 i < max_col; ++i) {
548 int max_col = view_state->start_col + view_state->col_span;
550 for (int i = start_col; i < max_col; ++i) {
563 for (int i = start_col, resize_i = 0; i < max_col; ++i) {
577 for (int i = start_col; i < max_col; ++i) {