Lines Matching refs:fullY1
52 int fullX1, fullX2, fullY1; in exaFillSpans() local
89 fullY1 = ppt->y; in exaFillSpans()
94 if (fullY1 < extentY1 || extentY2 <= fullY1) in exaFillSpans()
109 fullX1 + off_x, fullY1 + off_y, in exaFillSpans()
110 fullX2 + off_x, fullY1 + 1 + off_y); in exaFillSpans()
115 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2) { in exaFillSpans()
124 partX1 + off_x, fullY1 + off_y, in exaFillSpans()
126 fullY1 + 1 + off_y); in exaFillSpans()
787 int fullX1, fullX2, fullY1, fullY2; in exaPolyFillRect() local
863 fullY1 = prect->y + yorg; in exaPolyFillRect()
865 fullY2 = fullY1 + (int) prect->height; in exaPolyFillRect()
871 if (fullY1 < extentY1) in exaPolyFillRect()
872 fullY1 = extentY1; in exaPolyFillRect()
880 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in exaPolyFillRect()
885 fullX1 + xoff, fullY1 + yoff, in exaPolyFillRect()
900 if (partY1 < fullY1) in exaPolyFillRect()
901 partY1 = fullY1; in exaPolyFillRect()