Lines Matching refs:fullX2
52 int fullX1, fullX2, fullY1; in exaFillSpans() local
90 fullX2 = fullX1 + (int) *pwidth; in exaFillSpans()
100 if (fullX2 > extentX2) in exaFillSpans()
101 fullX2 = extentX2; in exaFillSpans()
103 if (fullX1 >= fullX2) in exaFillSpans()
110 fullX2 + off_x, fullY1 + 1 + off_y); in exaFillSpans()
120 if (partX2 > fullX2) in exaFillSpans()
121 partX2 = fullX2; in exaFillSpans()
787 int fullX1, fullX2, fullY1, fullY2; in exaPolyFillRect() local
864 fullX2 = fullX1 + (int) prect->width; in exaPolyFillRect()
874 if (fullX2 > extentX2) in exaPolyFillRect()
875 fullX2 = extentX2; in exaPolyFillRect()
880 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in exaPolyFillRect()
886 fullX2 + xoff, fullY2 + yoff); in exaPolyFillRect()
903 if (partX2 > fullX2) in exaPolyFillRect()
904 partX2 = fullX2; in exaPolyFillRect()