Lines Matching full:y2

434         box.y2 = box.y1 = ppt->y;  in RootlessFillSpans()
445 else if (box.y2 < ppt->y) in RootlessFillSpans()
446 box.y2 = ppt->y; in RootlessFillSpans()
449 box.y2++; in RootlessFillSpans()
487 box.y2 = box.y1 = ppt->y; in RootlessSetSpans()
498 else if (box.y2 < ppt->y) in RootlessSetSpans()
499 box.y2 = ppt->y; in RootlessSetSpans()
502 box.y2++; in RootlessSetSpans()
531 box.y2 = box.y1 + h; in RootlessPutImage()
571 box.y2 = box.y1 + h; in RootlessCopyArea()
606 box.y2 = box.y1 + h; in RootlessCopyPlane()
644 box.y2 = box.y1 + 1; in RootlessPolyPoint()
659 box.y2 = box.y1 = pptInit->y; in RootlessPolyPoint()
668 else if (box.y2 < pptInit->y) in RootlessPolyPoint()
669 box.y2 = pptInit->y; in RootlessPolyPoint()
673 box.y2++; in RootlessPolyPoint()
685 box.y2 = box.y1 = firsty = pptInit->y; in RootlessPolyPoint()
690 box.y2++; in RootlessPolyPoint()
695 box.y2 = box.y1 = firsty = pptInit->y; in RootlessPolyPoint()
704 else if (box.y2 < pptInit->y) in RootlessPolyPoint()
705 box.y2 = pptInit->y; in RootlessPolyPoint()
709 box.y2++; in RootlessPolyPoint()
738 box.y2 = box.y1 = pptInit->y; in RootlessPolylines()
761 else if (box.y2 < y) in RootlessPolylines()
762 box.y2 = y; in RootlessPolylines()
774 else if (box.y2 < pptInit->y) in RootlessPolylines()
775 box.y2 = pptInit->y; in RootlessPolylines()
780 box.y2++; in RootlessPolylines()
786 box.y2 += extra; in RootlessPolylines()
824 if (pSeg->y2 > pSeg->y1) { in RootlessPolySegment()
826 box.y2 = pSeg->y2; in RootlessPolySegment()
829 box.y2 = pSeg->y1; in RootlessPolySegment()
830 box.y1 = pSeg->y2; in RootlessPolySegment()
847 if (pSeg->y2 > pSeg->y1) { in RootlessPolySegment()
850 if (pSeg->y2 > box.y2) in RootlessPolySegment()
851 box.y2 = pSeg->y2; in RootlessPolySegment()
854 if (pSeg->y2 < box.y1) in RootlessPolySegment()
855 box.y1 = pSeg->y2; in RootlessPolySegment()
856 if (pSeg->y1 > box.y2) in RootlessPolySegment()
857 box.y2 = pSeg->y1; in RootlessPolySegment()
862 box.y2++; in RootlessPolySegment()
868 box.y2 += extra; in RootlessPolySegment()
905 box.y2 = box.y1 + offset2; in RootlessPolyRectangle()
913 box.y2 = box.y1 + pRects->height - offset2; in RootlessPolyRectangle()
921 box.y2 = box.y1 + pRects->height - offset2; in RootlessPolyRectangle()
929 box.y2 = box.y1 + offset2; in RootlessPolyRectangle()
959 box.y2 = box.y1 + parcs->height; in RootlessPolyArc()
971 if (box.y2 < (parcs->y + parcs->height)) in RootlessPolyArc()
972 box.y2 = parcs->y + parcs->height; in RootlessPolyArc()
979 box.y2 += extra; in RootlessPolyArc()
983 box.y2++; in RootlessPolyArc()
1013 box.y2 = box.y1 = ppt->y; in RootlessFillPolygon()
1029 else if (box.y2 < y) in RootlessFillPolygon()
1030 box.y2 = y; in RootlessFillPolygon()
1042 else if (box.y2 < ppt->y) in RootlessFillPolygon()
1043 box.y2 = ppt->y; in RootlessFillPolygon()
1048 box.y2++; in RootlessFillPolygon()
1089 box.y2 = box.y1 + pRects->height; in RootlessPolyFillRect()
1099 if (box.y2 < (pRects->y + pRects->height)) in RootlessPolyFillRect()
1100 box.y2 = pRects->y + pRects->height; in RootlessPolyFillRect()
1137 box.y2 = box.y1 + parcs->height; in RootlessPolyFillArc()
1149 if (box.y2 < (parcs->y + parcs->height)) in RootlessPolyFillArc()
1150 box.y2 = parcs->y + parcs->height; in RootlessPolyFillArc()
1201 box.y2 = dst->y + y + bot; in RootlessImageText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1292 box.y2 = dst->y + y + bot; in RootlessImageText16()
1344 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText16()
1396 box.y2 = dst->y + y + bot; in RootlessImageGlyphBlt()
1452 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyGlyphBlt()
1479 box.y2 = box.y1 + dy; in RootlessPushPixels()