Searched refs:end_col (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/libvterm/src/
H A Drect.h6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
14 if(dst->end_col < src->end_col) dst->end_col = src->end_col;
23 if(dst->end_col > bounds->end_col) dst->end_col = bounds->end_col;
26 if(dst->end_col < ds
[all...]
H A Dvterm.c230 abs(rightward) >= rect.end_col - rect.start_col) {
242 dest.end_col = rect.end_col - rightward;
244 src.end_col = rect.end_col;
253 dest.end_col = rect.end_col;
255 src.end_col = rect.end_col - leftward;
281 rect.start_col = rect.end_col
[all...]
H A Dscreen.c123 if(screen->damaged.end_col < rect.end_col)
124 screen->damaged.end_col = rect.end_col;
159 .end_col = screen->cols,
188 .end_col = pos.col+info->width,
210 .end_col = dest.end_col,
219 .end_col = dest.end_col,
[all...]
H A Dstate.c100 .end_col = SCROLLREGION_RIGHT(state),
255 .end_col = state->cols,
351 .end_col = SCROLLREGION_RIGHT(state),
843 rect.end_col = state->cols;
918 rect.start_col = state->pos.col; rect.end_col = state->cols;
919 if(rect.end_col > rect.start_col)
930 rect.start_col = 0; rect.end_col = state->cols;
931 if(rect.end_col > rect.start_col)
935 rect.end_col = state->pos.col + 1;
942 rect.start_col = 0; rect.end_col
[all...]
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Drect.h6 #define ARGSrect(r) (r).start_row, (r).start_col, (r).end_row, (r).end_col
14 if(dst->end_col < src->end_col) dst->end_col = src->end_col;
23 if(dst->end_col > bounds->end_col) dst->end_col = bounds->end_col;
26 if(dst->end_col < ds
[all...]
H A Dvterm.c230 abs(rightward) >= rect.end_col - rect.start_col) {
242 dest.end_col = rect.end_col - rightward;
244 src.end_col = rect.end_col;
253 dest.end_col = rect.end_col;
255 src.end_col = rect.end_col - leftward;
281 rect.start_col = rect.end_col
[all...]
H A Dscreen.c123 if(screen->damaged.end_col < rect.end_col)
124 screen->damaged.end_col = rect.end_col;
159 .end_col = screen->cols,
188 .end_col = pos.col+info->width,
210 .end_col = dest.end_col,
219 .end_col = dest.end_col,
[all...]
H A Dstate.c100 .end_col = SCROLLREGION_RIGHT(state),
255 .end_col = state->cols,
351 .end_col = SCROLLREGION_RIGHT(state),
843 rect.end_col = state->cols;
918 rect.start_col = state->pos.col; rect.end_col = state->cols;
919 if(rect.end_col > rect.start_col)
930 rect.start_col = 0; rect.end_col = state->cols;
931 if(rect.end_col > rect.start_col)
935 rect.end_col = state->pos.col + 1;
942 rect.start_col = 0; rect.end_col
[all...]
/seL4-refos-master/libs/libvterm/include/vterm/
H A Dvterm.h30 int end_col; member in struct:__anon649
37 p.col >= r.start_col && p.col < r.end_col;
44 rect->start_col += col_delta; rect->end_col += col_delta;
/seL4-refos-master/projects/refos/impl/libs/libvterm/include/vterm/
H A Dvterm.h30 int end_col; member in struct:__anon751
37 p.col >= r.start_col && p.col < r.end_col;
44 rect->start_col += col_delta; rect->end_col += col_delta;

Completed in 35 milliseconds