Lines Matching refs:fullX2
49 int fullX1, fullX2, fullY1;
73 fullX2 = fullX1 + (int) *pwidth;
83 if (fullX2 > extentX2)
84 fullX2 = extentX2;
86 if (fullX1 >= fullX2)
94 fullX2 + off_x, fullY1 + 1 + off_y);
107 if (partX2 > fullX2)
108 partX2 = fullX2;
677 int fullX1, fullX2, fullY1, fullY2;
743 fullX2 = fullX1 + (int) prect->width;
753 if (fullX2 > extentX2)
754 fullX2 = extentX2;
759 if ((fullX1 >= fullX2) || (fullY1 >= fullY2))
766 fullX2 + xoff, fullY2 + yoff);
785 if (partX2 > fullX2)
786 partX2 = fullX2;