Lines Matching refs:skipleft
76 int y, int w, int h, int skipleft);
79 unsigned char *src, int srcwidth, int skipleft,
546 int skipleft,
559 w += skipleft;
560 x -= skipleft;
563 PermediaSetClippingRectangle(pScrn, x+skipleft, y, x+w, y+h);
671 int skipleft
678 PermediaSetClippingRectangle(pScrn, x+skipleft, y, x+w, y+h);
765 int skipleft;
767 if((skipleft = (long)src & 0x03)) {
768 skipleft /= (bpp>>3);
770 x -= skipleft;
771 w += skipleft;
891 int skipleft;
893 if((skipleft = (long)src & 0x03L)) {
894 skipleft /= (bpp>>3);
896 x -= skipleft;
897 w += skipleft;
1020 int skipleft;
1022 if((skipleft = (long)src & 0x03L)) {
1023 skipleft /= (bpp>>3);
1025 x -= skipleft;
1026 w += skipleft;