/src/sys/arch/amiga/dev/ |
ite_rh.c | 228 screen_up(ip, sy - count, ip->bottom_margin, count); 231 4 * (ip->bottom_margin - sy + 1) * ip->cols); 232 rh_clear(ip, ip->bottom_margin + 1 - count, 0, count, ip->cols); 236 screen_down(ip, sy, ip->bottom_margin, count); 239 4 * (ip->bottom_margin - sy - count + 1) * ip->cols);
|
ite_rh.c | 228 screen_up(ip, sy - count, ip->bottom_margin, count); 231 4 * (ip->bottom_margin - sy + 1) * ip->cols); 232 rh_clear(ip, ip->bottom_margin + 1 - count, 0, count, ip->cols); 236 screen_down(ip, sy, ip->bottom_margin, count); 239 4 * (ip->bottom_margin - sy - count + 1) * ip->cols);
|
ite_cl.c | 212 (ip->bottom_margin + 1 - sy) * ip->cols); 216 (ip->bottom_margin + 1 - (sy + count)) * ip->cols); 231 (ip->bottom_margin + 1 - sy) * ip->cols); 235 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);
|
ite_et.c | 218 (ip->bottom_margin + 1 - sy) * ip->cols); 222 (ip->bottom_margin + 1 - (sy + count)) * ip->cols); 237 (ip->bottom_margin + 1 - sy) * ip->cols); 241 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);
|
ite_cl.c | 212 (ip->bottom_margin + 1 - sy) * ip->cols); 216 (ip->bottom_margin + 1 - (sy + count)) * ip->cols); 231 (ip->bottom_margin + 1 - sy) * ip->cols); 235 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);
|
ite_et.c | 218 (ip->bottom_margin + 1 - sy) * ip->cols); 222 (ip->bottom_margin + 1 - (sy + count)) * ip->cols); 237 (ip->bottom_margin + 1 - sy) * ip->cols); 241 (ip->bottom_margin + 1 - (sy + count)) * ip->cols);
|
ite.c | 716 ip->bottom_margin = ip->rows - 1; 1038 if (ip->cury > ip->bottom_margin) 1039 ip->cury = ip->bottom_margin; 1146 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) 1149 n = uimin(n, ip->bottom_margin + 1 - ip->cury); 1150 if (n <= ip->bottom_margin - ip->cury) 1154 ip->bottom_margin + 1 - ip->cury - n, ip->cols); 1156 SUBR_CLEAR(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1157 attrclr(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1166 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) [all...] |
ite.c | 716 ip->bottom_margin = ip->rows - 1; 1038 if (ip->cury > ip->bottom_margin) 1039 ip->cury = ip->bottom_margin; 1146 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) 1149 n = uimin(n, ip->bottom_margin + 1 - ip->cury); 1150 if (n <= ip->bottom_margin - ip->cury) 1154 ip->bottom_margin + 1 - ip->cury - n, ip->cols); 1156 SUBR_CLEAR(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1157 attrclr(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1166 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) [all...] |
ite_rt.c | 447 screen_up(ip, sy - count, ip->bottom_margin, count); 450 4 * (ip->bottom_margin - sy + 1) * ip->cols); 451 retina_clear(ip, ip->bottom_margin + 1 - count, 0, count, 456 screen_down(ip, sy, ip->bottom_margin, count); 459 4 * (ip->bottom_margin - sy - count + 1) * ip->cols);
|
ite_rt.c | 447 screen_up(ip, sy - count, ip->bottom_margin, count); 450 4 * (ip->bottom_margin - sy + 1) * ip->cols); 451 retina_clear(ip, ip->bottom_margin + 1 - count, 0, count, 456 screen_down(ip, sy, ip->bottom_margin, count); 459 4 * (ip->bottom_margin - sy - count + 1) * ip->cols);
|
ite_cv.c | 266 len = cv_rowc[(ip->bottom_margin + 1 - sy)]; 287 len = cv_rowc[(ip->bottom_margin + 1 - (sy + count))];
|
ite_cv3d.c | 266 len = cv3d_rowc[(ip->bottom_margin + 1 - sy)]; 287 len = cv3d_rowc[(ip->bottom_margin + 1 - (sy + count))];
|
ite_cv.c | 266 len = cv_rowc[(ip->bottom_margin + 1 - sy)]; 287 len = cv_rowc[(ip->bottom_margin + 1 - (sy + count))];
|
ite_cv3d.c | 266 len = cv3d_rowc[(ip->bottom_margin + 1 - sy)]; 287 len = cv3d_rowc[(ip->bottom_margin + 1 - (sy + count))];
|
itevar.h | 92 short bottom_margin; member in struct:ite_softc
|
itevar.h | 92 short bottom_margin; member in struct:ite_softc
|
ite_ul.c | 429 screen_up (ip, sy, ip->bottom_margin, count); 431 screen_down (ip, sy, ip->bottom_margin, count);
|
/src/sys/dev/videomode/ |
vesagtf.c | 221 unsigned bottom_margin; local in function:vesagtf_mode_params 296 top_margin = bottom_margin = (flags & VESAGTF_FLAG_MARGINS) ? 300 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 383 total_v_lines = v_lines + top_margin + bottom_margin + vsync_plus_bp +
|
vesagtf.c | 221 unsigned bottom_margin; local in function:vesagtf_mode_params 296 top_margin = bottom_margin = (flags & VESAGTF_FLAG_MARGINS) ? 300 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 383 total_v_lines = v_lines + top_margin + bottom_margin + vsync_plus_bp +
|
/src/sys/arch/atari/dev/ |
ite.c | 731 sc->bottom_margin = sc->rows - 1; 1101 if (sc->cury > sc->bottom_margin) 1102 sc->cury = sc->bottom_margin; 1216 if (sc->cury < sc->top_margin || sc->cury > sc->bottom_margin) 1219 n = uimin(n, sc->bottom_margin + 1 - sc->cury); 1220 if (n <= sc->bottom_margin - sc->cury) { 1223 sc->bottom_margin + 1 - sc->cury - n, sc->cols); 1225 SUBR_CLEAR(sc, sc->bottom_margin - n + 1, 0, n, sc->cols); 1226 attrclr(sc, sc->bottom_margin - n + 1, 0, n, sc->cols); 1238 if (sc->cury < sc->top_margin || sc->cury > sc->bottom_margin) [all...] |
ite.c | 731 sc->bottom_margin = sc->rows - 1; 1101 if (sc->cury > sc->bottom_margin) 1102 sc->cury = sc->bottom_margin; 1216 if (sc->cury < sc->top_margin || sc->cury > sc->bottom_margin) 1219 n = uimin(n, sc->bottom_margin + 1 - sc->cury); 1220 if (n <= sc->bottom_margin - sc->cury) { 1223 sc->bottom_margin + 1 - sc->cury - n, sc->cols); 1225 SUBR_CLEAR(sc, sc->bottom_margin - n + 1, 0, n, sc->cols); 1226 attrclr(sc, sc->bottom_margin - n + 1, 0, n, sc->cols); 1238 if (sc->cury < sc->top_margin || sc->cury > sc->bottom_margin) [all...] |
itevar.h | 92 short bottom_margin; member in struct:ite_softc
|
itevar.h | 92 short bottom_margin; member in struct:ite_softc
|
/src/sys/arch/x68k/dev/ |
ite.c | 584 ip->bottom_margin = ip->rows - 1; 950 if (ip->cury > ip->bottom_margin) 951 ip->cury = ip->bottom_margin; 1056 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) 1059 n = uimin(n, ip->bottom_margin + 1 - ip->cury); 1060 if (n <= ip->bottom_margin - ip->cury) { 1063 ip->bottom_margin + 1 - ip->cury - n, ip->cols); 1065 SUBR_CLEAR(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1066 attrclr(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1077 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) [all...] |
ite.c | 584 ip->bottom_margin = ip->rows - 1; 950 if (ip->cury > ip->bottom_margin) 951 ip->cury = ip->bottom_margin; 1056 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) 1059 n = uimin(n, ip->bottom_margin + 1 - ip->cury); 1060 if (n <= ip->bottom_margin - ip->cury) { 1063 ip->bottom_margin + 1 - ip->cury - n, ip->cols); 1065 SUBR_CLEAR(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1066 attrclr(ip, ip->bottom_margin - n + 1, 0, n, ip->cols); 1077 if (ip->cury < ip->top_margin || ip->cury > ip->bottom_margin) [all...] |