Lines Matching refs:xstart
891 long xstart, ystart, xend, yend;
937 xstart = TVOverScanX;
939 xstart = 0;
942 xstart = TVOverScanX;
944 xstart = (unsigned long)x;
946 drw_w -= (xstart - x);
964 if ((xstart + drw_w) > crop)
970 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart));
972 GFX(set_video_left_crop(xstart - x));