Lines Matching refs:srcy
129 int dwords, srcy, srcx, funcNo = 2, h;
191 srcy = (pBox->y1 - yorg) % stippleheight;
192 if(srcy < 0) srcy += stippleheight;
196 srcp = (srcwidth * srcy) + src;
203 srcy++;
205 if (srcy >= stippleheight) {
206 srcy = 0;
214 srcy++;
216 if (srcy >= stippleheight) {
217 srcy = 0;
266 int dwords, srcy, srcx, funcNo = 2;
310 srcy = (ppt->y - yorg) % stippleheight;
311 if(srcy < 0) srcy += stippleheight;
315 srcp = (pPix->devKind * srcy) + (unsigned char*)pPix->devPrivate.ptr;
376 int dwords, srcy, srcx, funcNo = 2, bufferNo, h;
434 srcy = (pBox->y1 - yorg) % stippleheight;
435 if(srcy < 0) srcy += stippleheight;
439 srcp = (srcwidth * srcy) + src;
447 srcy++;
449 if (srcy >= stippleheight) {
450 srcy = 0;
490 int dwords, srcy, srcx, funcNo = 2;
535 srcy = (ppt->y - yorg) % stippleheight;
536 if(srcy < 0) srcy += stippleheight;
540 srcp = (pPix->devKind * srcy) + (unsigned char*)pPix->devPrivate.ptr;