Lines Matching defs:fullY1
80 int fullX1, fullX2, fullY1;
153 fullY1 = pPoints->y;
158 if (fullY1 < extentY1 || extentY2 <= fullY1)
169 MoveToEx (pGCPriv->hdcMem, fullX1, fullY1, NULL);
170 LineTo (pGCPriv->hdcMem, fullX2, fullY1);
218 fullY1 = pPoints->y;
223 if (fullY1 < extentY1 || extentY2 <= fullY1)
252 iX, fullY1,
256 (fullY1 - (pDrawable->y + (pGC->patOrg.y % pStipple->drawable.height) - pStipple->drawable.height)) % pStipple->drawable.height,
343 fullY1 = pPoints->y;
348 if (fullY1 < extentY1 || extentY2 <= fullY1)
377 iX, fullY1,
381 (fullY1 - (pDrawable->y + (pGC->patOrg.y % pStipple->drawable.height) - pStipple->drawable.height)) % pStipple->drawable.height,
416 fullY1 = pPoints->y;
421 if (fullY1 < extentY1 || extentY2 <= fullY1)
450 iX, fullY1,
454 (fullY1 - (pDrawable->y + (pGC->patOrg.y % pTile->drawable.height) - pTile->drawable.height)) % pTile->drawable.height,
511 fullY1 = pPoints->y;
516 if (fullY1 < extentY1 || extentY2 <= fullY1)
527 MoveToEx (pGCPriv->hdc, fullX1, fullY1, NULL);
528 LineTo (pGCPriv->hdc, fullX2, fullY1);
576 fullY1 = pPoints->y;
581 if (fullY1 < extentY1 || extentY2 <= fullY1)
610 iX, fullY1,
614 (fullY1 - (pDrawable->y + (pGC->patOrg.y % pStipple->drawable.height) - pStipple->drawable.height)) % pStipple->drawable.height,
701 fullY1 = pPoints->y;
706 if (fullY1 < extentY1 || extentY2 <= fullY1)
735 iX, fullY1,
739 (fullY1 - (pDrawable->y + (pGC->patOrg.y % pStipple->drawable.height) - pStipple->drawable.height)) % pStipple->drawable.height,
771 fullY1 = pPoints->y;
776 if (fullY1 < extentY1 || extentY2 <= fullY1)
805 iX, fullY1,
809 (fullY1 - (pDrawable->y + (pGC->patOrg.y % pTile->drawable.height) - pTile->drawable.height)) % pTile->drawable.height,