Lines Matching refs:skipleft
98 unsigned char *src, int srcwidth, int skipleft,
130 int y, int w, int h, int skipleft);
785 int skipleft
820 int skipleft,
834 w += skipleft;
835 x -= skipleft;
838 Permedia2SetClippingRectangle(pScrn,x+skipleft,y,x+w,y+h);
938 int skipleft, dwords, count;
961 skipleft = 0;
963 if((skipleft = (long)src & 0x03)) {
964 skipleft /= (bpp>>3);
966 x -= skipleft;
967 w += skipleft;
1024 Permedia2SetClippingRectangle(pScrn,x+skipleft,y,x+w,y+h);
1105 int skipleft, dwords, count;
1129 skipleft = 0;
1131 if((skipleft = (long)src & 0x03L)) {
1132 skipleft /= (bpp>>3);
1134 x -= skipleft;
1135 w += skipleft;
1190 Permedia2SetClippingRectangle(pScrn,x+skipleft,y,x+w,y+h);
1272 int skipleft, dwords, count;
1326 if((skipleft = (long)src & 0x03L)) {
1327 skipleft /= (bpp>>3);
1329 x -= skipleft;
1330 w += skipleft;
1335 Permedia2SetClippingRectangle(pScrn,x+skipleft,y,x+w,y+h);