Lines Matching defs:stipplewidth
126 int stipplewidth = pPix->drawable.width;
134 if(stipplewidth <= 32) {
135 if(stipplewidth & (stipplewidth - 1))
193 srcx = (pBox->x1 - xorg) % stipplewidth;
194 if(srcx < 0) srcx += stipplewidth;
202 base, (CARD32*)srcp, srcx, stipplewidth, dwords);
213 (*StippleFunc)(base, (CARD32*)srcp, srcx, stipplewidth, dwords);
264 int stipplewidth = pPix->drawable.width;
269 if(stipplewidth <= 32) {
270 if(stipplewidth & (stipplewidth - 1))
312 srcx = (ppt->x - xorg) % stipplewidth;
313 if(srcx < 0) srcx += stipplewidth;
329 (*StippleFunc)(base, (CARD32*)srcp, srcx, stipplewidth, dwords);
373 int stipplewidth = pPix->drawable.width;
380 if(stipplewidth <= 32) {
381 if(stipplewidth & (stipplewidth - 1))
436 srcx = (pBox->x1 - xorg) % stipplewidth;
437 if(srcx < 0) srcx += stipplewidth;
443 (*StippleFunc)(base, (CARD32*)srcp, srcx, stipplewidth, dwords);
488 int stipplewidth = pPix->drawable.width;
493 if(stipplewidth <= 32) {
494 if(stipplewidth & (stipplewidth - 1))
537 srcx = (ppt->x - xorg) % stipplewidth;
538 if(srcx < 0) srcx += stipplewidth;
554 (*StippleFunc)(base, (CARD32*)srcp, srcx, stipplewidth, dwords);