Lines Matching defs:fullX2
80 int fullX1, fullX2, fullY1;
154 fullX2 = fullX1 + (int) *piWidths;
163 if (fullX2 > extentX2)
164 fullX2 = extentX2;
166 if (fullX1 >= fullX2)
170 LineTo (pGCPriv->hdcMem, fullX2, fullY1);
219 fullX2 = fullX1 + (int) *piWidths;
228 if (fullX2 > extentX2)
229 fullX2 = extentX2;
231 if (fullX1 >= fullX2)
234 for (iX = fullX1; iX < fullX2; iX += width)
238 if ((iX + pStipple->drawable.width) > fullX2)
239 width = fullX2 - iX;
344 fullX2 = fullX1 + (int) *piWidths;
353 if (fullX2 > extentX2)
354 fullX2 = extentX2;
356 if (fullX1 >= fullX2)
359 for (iX = fullX1; iX < fullX2; iX += width)
363 if ((iX + pStipple->drawable.width) > fullX2)
364 width = fullX2 - iX;
417 fullX2 = fullX1 + (int) *piWidths;
426 if (fullX2 > extentX2)
427 fullX2 = extentX2;
429 if (fullX1 >= fullX2)
432 for (iX = fullX1; iX < fullX2; iX += width)
436 if ((iX + pTile->drawable.width) > fullX2)
437 width = fullX2 - iX;
512 fullX2 = fullX1 + (int) *piWidths;
521 if (fullX2 > extentX2)
522 fullX2 = extentX2;
524 if (fullX1 >= fullX2)
528 LineTo (pGCPriv->hdc, fullX2, fullY1);
577 fullX2 = fullX1 + (int) *piWidths;
586 if (fullX2 > extentX2)
587 fullX2 = extentX2;
589 if (fullX1 >= fullX2)
592 for (iX = fullX1; iX < fullX2; iX += width)
596 if ((iX + pStipple->drawable.width) > fullX2)
597 width = fullX2 - iX;
702 fullX2 = fullX1 + (int) *piWidths;
711 if (fullX2 > extentX2)
712 fullX2 = extentX2;
714 if (fullX1 >= fullX2)
717 for (iX = fullX1; iX < fullX2; iX += width)
721 if ((iX + pStipple->drawable.width) > fullX2)
722 width = fullX2 - iX;
772 fullX2 = fullX1 + (int) *piWidths;
781 if (fullX2 > extentX2)
782 fullX2 = extentX2;
784 if (fullX1 >= fullX2)
787 for (iX = fullX1; iX < fullX2; iX += width)
791 if ((iX + pTile->drawable.width) > fullX2)
792 width = fullX2 - iX;