Home | History | Annotate | Download | only in src

Lines Matching refs:THISROWWIDTH

159     while(state->pos.col >= 0 && state->pos.col < THISROWWIDTH(state)-1) {
297 if(state->at_phantom || state->pos.col + width > THISROWWIDTH(state)) {
312 .end_col = THISROWWIDTH(state),
335 if(state->pos.col + width >= THISROWWIDTH(state)) {
959 rect.end_col = THISROWWIDTH(state);
1079 rect.start_col = state->pos.col; rect.end_col = THISROWWIDTH(state); break;
1083 rect.start_col = 0; rect.end_col = THISROWWIDTH(state); break;
1126 rect.end_col = THISROWWIDTH(state);
1163 UBOUND(rect.end_col, THISROWWIDTH(state));
1422 UBOUND(state->pos.col, THISROWWIDTH(state)-1);