Lines Matching refs:fullX1
52 int fullX1, fullX2, fullY1; in exaFillSpans() local
88 fullX1 = ppt->x; in exaFillSpans()
90 fullX2 = fullX1 + (int) *pwidth; in exaFillSpans()
97 if (fullX1 < extentX1) in exaFillSpans()
98 fullX1 = extentX1; in exaFillSpans()
103 if (fullX1 >= fullX2) in exaFillSpans()
109 fullX1 + off_x, fullY1 + off_y, in exaFillSpans()
117 if (partX1 < fullX1) in exaFillSpans()
118 partX1 = fullX1; in exaFillSpans()
787 int fullX1, fullX2, fullY1, fullY2; in exaPolyFillRect() local
862 fullX1 = prect->x + xorg; in exaPolyFillRect()
864 fullX2 = fullX1 + (int) prect->width; in exaPolyFillRect()
868 if (fullX1 < extentX1) in exaPolyFillRect()
869 fullX1 = extentX1; in exaPolyFillRect()
880 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in exaPolyFillRect()
885 fullX1 + xoff, fullY1 + yoff, in exaPolyFillRect()
897 if (partX1 < fullX1) in exaPolyFillRect()
898 partX1 = fullX1; in exaPolyFillRect()