Lines Matching refs:xstart
460 unsigned long xstart, xend;
645 xstart = x_copy + htotal - hsyncend - 14;
647 xstart -= border_x;
654 xend = xstart + width;
663 * xstart value, as there is a 14-clock delay in which to play. Also,
667 * is in terms of source pixels, while adjusting the xstart value is in
699 xstart -= dst_clip;
722 WRITE_VID32(DF_VIDEO_X_POS, (xend << 16) | xstart);
1081 unsigned long xstart, xend;
1196 xstart = x_copy + hadjust;
1202 WRITE_VID32((DF_ALPHA_XPOS_1 + (window << 5)), (xstart | (xend << 16)));
1815 /* Value = xstart + (htotal - hsync_end) - 1 */
1825 /* Value = xstart + (htotal - hsync_end - 1) - 1 + width */
2174 long xstart, ystart;
2200 xstart = (xreg & 0xFFF) - hadjust;
2225 if (xstart < 0) {
2226 dst_clip += -xstart;
2227 xstart = 0;
2240 xstart = (xstart * (gfxscale & 0xFFFF)) / 0x4000;
2249 video_window->x = xstart;
2251 video_window->width = xend - xstart;