Lines Matching refs:skipleft
71 int skipleft, int fg, int bg, int rop,
83 int y, int w, int h, int skipleft);
525 int skipleft
665 int skipleft,
678 w += skipleft;
679 x -= skipleft;
682 TXSetClippingRectangle(pScrn,x+skipleft, y, x+w, y+h);
793 int count,dwords, skipleft, Bpp = bpp >> 3;
795 if((skipleft = (long)src & 0x03L)) {
796 skipleft /= Bpp;
798 x -= skipleft;
799 w += skipleft;
814 TXSetClippingRectangle(pScrn,x+skipleft, y, x+w, y+h);