Home | History | Annotate | Download | only in src

Lines Matching refs:start_col

242      abs(rightward) >= rect.end_col - rect.start_col) {
253 dest.start_col = rect.start_col;
255 src.start_col = rect.start_col + rightward;
264 dest.start_col = rect.start_col + leftward;
266 src.start_col = rect.start_col;
293 rect.start_col = rect.end_col - rightward;
295 rect.end_col = rect.start_col - rightward;
306 int rightward = src.start_col - dest.start_col;
324 test_col = dest.start_col - 1;
328 init_col = dest.start_col;