Lines Matching defs:fullX1

80   int		    	fullX1, fullX2, fullY1;
152 fullX1 = pPoints->x;
154 fullX2 = fullX1 + (int) *piWidths;
161 if (fullX1 < extentX1)
162 fullX1 = extentX1;
166 if (fullX1 >= fullX2)
169 MoveToEx (pGCPriv->hdcMem, fullX1, fullY1, NULL);
217 fullX1 = pPoints->x;
219 fullX2 = fullX1 + (int) *piWidths;
226 if (fullX1 < extentX1)
227 fullX1 = extentX1;
231 if (fullX1 >= fullX2)
234 for (iX = fullX1; iX < fullX2; iX += width)
243 if (iX == fullX1)
244 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
342 fullX1 = pPoints->x;
344 fullX2 = fullX1 + (int) *piWidths;
351 if (fullX1 < extentX1)
352 fullX1 = extentX1;
356 if (fullX1 >= fullX2)
359 for (iX = fullX1; iX < fullX2; iX += width)
368 if (iX == fullX1)
369 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
415 fullX1 = pPoints->x;
417 fullX2 = fullX1 + (int) *piWidths;
424 if (fullX1 < extentX1)
425 fullX1 = extentX1;
429 if (fullX1 >= fullX2)
432 for (iX = fullX1; iX < fullX2; iX += width)
441 if (iX == fullX1)
442 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pTile->drawable.width) - pTile->drawable.width)) % pTile->drawable.width;
510 fullX1 = pPoints->x;
512 fullX2 = fullX1 + (int) *piWidths;
519 if (fullX1 < extentX1)
520 fullX1 = extentX1;
524 if (fullX1 >= fullX2)
527 MoveToEx (pGCPriv->hdc, fullX1, fullY1, NULL);
575 fullX1 = pPoints->x;
577 fullX2 = fullX1 + (int) *piWidths;
584 if (fullX1 < extentX1)
585 fullX1 = extentX1;
589 if (fullX1 >= fullX2)
592 for (iX = fullX1; iX < fullX2; iX += width)
601 if (iX == fullX1)
602 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
700 fullX1 = pPoints->x;
702 fullX2 = fullX1 + (int) *piWidths;
709 if (fullX1 < extentX1)
710 fullX1 = extentX1;
714 if (fullX1 >= fullX2)
717 for (iX = fullX1; iX < fullX2; iX += width)
726 if (iX == fullX1)
727 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pStipple->drawable.width) - pStipple->drawable.width)) % pStipple->drawable.width;
770 fullX1 = pPoints->x;
772 fullX2 = fullX1 + (int) *piWidths;
779 if (fullX1 < extentX1)
780 fullX1 = extentX1;
784 if (fullX1 >= fullX2)
787 for (iX = fullX1; iX < fullX2; iX += width)
796 if (iX == fullX1)
797 xoffset = (fullX1 - (pDrawable->x + (pGC->patOrg.x % pTile->drawable.width) - pTile->drawable.width)) % pTile->drawable.width;