Lines Matching defs:yend
69 int xend, int yend, int ci)
80 ((xend + 7) << 16) | ((yend + topscan + 15) & 0x3ff);
134 int yend, int ci)
146 npregs->go.xyendi = (xend << 16) | yend;
149 static inline void newport_clear_lines(int ystart, int yend, int ci)
152 yend = ((yend << 4) + topscan + 15) & 0x3ff;
153 newport_clear_screen(0, ystart, 1280 + 63, yend, ci);
354 int yend = (((sy + height) << 4) + topscan - 1) & 0x3ff;
359 if (ystart < yend) {
360 newport_clear_screen(sx << 3, ystart, xend, yend,
365 newport_clear_screen(sx << 3, 0, xend, yend,