Searched refs:fullX2 (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbfillsp.c41 int fullX1, fullX2, fullY1; local in function:fbFillSpans
53 fullX2 = fullX1 + (int) *pwidth;
63 if (fullX2 > extentX2)
64 fullX2 = extentX2;
66 if (fullX1 >= fullX2)
74 fullX1, fullY1, fullX2-fullX1, 1);
87 if (partX2 > fullX2)
88 partX2 = fullX2;
H A Dfbfillrect.c39 int fullX1, fullX2, fullY1, fullY2; local in function:fbPolyFillRect
56 fullX2 = fullX1 + (int) prect->width;
66 if (fullX2 > extentX2)
67 fullX2 = extentX2;
72 if ((fullX1 >= fullX2) || (fullY1 >= fullY2))
79 fullX1, fullY1, fullX2-fullX1, fullY2-fullY1);
97 if (partX2 > fullX2)
98 partX2 = fullX2;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbfillsp.c37 int fullX1, fullX2, fullY1; local in function:fbFillSpans
48 fullX2 = fullX1 + (int) *pwidth;
58 if (fullX2 > extentX2)
59 fullX2 = extentX2;
61 if (fullX1 >= fullX2)
66 fbFill(pDrawable, pGC, fullX1, fullY1, fullX2 - fullX1, 1);
76 if (partX2 > fullX2)
77 partX2 = fullX2;
H A Dfbfillrect.c36 int fullX1, fullX2, fullY1, fullY2; local in function:fbPolyFillRect
52 fullX2 = fullX1 + (int) prect->width;
62 if (fullX2 > extentX2)
63 fullX2 = extentX2;
68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2))
73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1);
89 if (partX2 > fullX2)
90 partX2 = fullX2;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinfillsp.c80 int fullX1, fullX2, fullY1; local in function:winFillSpansNativeGDI
154 fullX2 = fullX1 + (int) *piWidths;
163 if (fullX2 > extentX2)
164 fullX2 = extentX2;
166 if (fullX1 >= fullX2)
170 LineTo (pGCPriv->hdcMem, fullX2, fullY1);
219 fullX2 = fullX1 + (int) *piWidths;
228 if (fullX2 > extentX2)
229 fullX2 = extentX2;
231 if (fullX1 >= fullX2)
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c63 int fullX1, fullX2, fullY1; local in function:uxa_fill_spans
143 fullX2 = fullX1 + (int)*pwidth;
153 if (fullX2 > extentX2)
154 fullX2 = extentX2;
156 if (fullX1 >= fullX2)
165 fullX2 - fullX1, 1);
178 if (partX2 > fullX2)
179 partX2 = fullX2;
218 fullX2 = fullX1 + (int)*pwidth;
228 if (fullX2 > extentX
812 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-accel.c49 int fullX1, fullX2, fullY1; local in function:uxa_fill_spans
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; local in function:uxa_poly_fill_rect
743 fullX2
[all...]
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c50 int fullX1, fullX2, fullY1; local in function:exaFillSpans
93 fullX2 = fullX1 + (int) *pwidth;
103 if (fullX2 > extentX2)
104 fullX2 = extentX2;
106 if (fullX1 >= fullX2)
114 fullX2 + off_x, fullY1 + 1 + off_y);
127 if (partX2 > fullX2)
128 partX2 = fullX2;
786 int fullX1, fullX2, fullY1, fullY2; local in function:exaPolyFillRect
868 fullX2
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c52 int fullX1, fullX2, fullY1; local in function:exaFillSpans
90 fullX2 = fullX1 + (int) *pwidth;
100 if (fullX2 > extentX2)
101 fullX2 = extentX2;
103 if (fullX1 >= fullX2)
110 fullX2 + off_x, fullY1 + 1 + off_y);
120 if (partX2 > fullX2)
121 partX2 = fullX2;
787 int fullX1, fullX2, fullY1, fullY2; local in function:exaPolyFillRect
864 fullX2
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c687 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect
752 fullX2 = fullX1 + (int)prect->width;
765 int x2 = fullX2;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c687 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect
752 fullX2 = fullX1 + (int)prect->width;
765 int x2 = fullX2;

Completed in 13 milliseconds