Lines Matching refs:xoffset

236 		  int xoffset;
244 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
246 xoffset = 0;
248 if (xoffset + width > pStipple->drawable.width)
249 width = pStipple->drawable.width - xoffset;
255 xoffset,
361 int xoffset;
369 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
371 xoffset = 0;
373 if (xoffset + width > pStipple->drawable.width)
374 width = pStipple->drawable.width - xoffset;
380 xoffset,
434 int xoffset;
442 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pTile->drawable.width) - pTile->drawable.width)) % pTile->drawable.width;
444 xoffset = 0;
446 if (xoffset + width > pTile->drawable.width)
447 width = pTile->drawable.width - xoffset;
453 xoffset,
594 int xoffset;
602 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
604 xoffset = 0;
606 if (xoffset + width > pStipple->drawable.width)
607 width = pStipple->drawable.width - xoffset;
613 xoffset,
719 int xoffset;
727 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
729 xoffset = 0;
731 if (xoffset + width > pStipple->drawable.width)
732 width = pStipple->drawable.width - xoffset;
738 xoffset,
789 int xoffset;
797 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pTile->drawable.width) - pTile->drawable.width)) % pTile->drawable.width;
799 xoffset = 0;
801 if (xoffset + width > pTile->drawable.width)
802 width = pTile->drawable.width - xoffset;
808 xoffset,