Searched refs:fullY1 (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
52 fullY1 = ppt->y;
57 if (fullY1 < extentY1 || extentY2 <= fullY1)
74 fullX1, fullY1, fullX2-fullX1, 1);
81 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2)
92 partX1, fullY1,
H A Dfbfillrect.c39 int fullX1, fullX2, fullY1, fullY2; local in function:fbPolyFillRect
55 fullY1 = prect->y + yorg;
57 fullY2 = fullY1 + (int) prect->height;
63 if (fullY1 < extentY1)
64 fullY1 = extentY1;
72 if ((fullX1 >= fullX2) || (fullY1 >= fullY2))
79 fullX1, fullY1, fullX2-fullX1, fullY2-fullY1);
94 if (partY1 < fullY1)
95 partY1 = fullY1;
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbfillsp.c37 int fullX1, fullX2, fullY1; local in function:fbFillSpans
47 fullY1 = ppt->y;
52 if (fullY1 < extentY1 || extentY2 <= fullY1)
66 fbFill(pDrawable, pGC, fullX1, fullY1, fullX2 - fullX1, 1);
71 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2) {
80 partX1, fullY1, partX2 - partX1, 1);
H A Dfbfillrect.c36 int fullX1, fullX2, fullY1, fullY2; local in function:fbPolyFillRect
51 fullY1 = prect->y + yorg;
53 fullY2 = fullY1 + (int) prect->height;
59 if (fullY1 < extentY1)
60 fullY1 = extentY1;
68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2))
73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1);
86 if (partY1 < fullY1)
87 partY1 = fullY1;
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinfillsp.c80 int fullX1, fullX2, fullY1; local in function:winFillSpansNativeGDI
153 fullY1 = pPoints->y;
158 if (fullY1 < extentY1 || extentY2 <= fullY1)
169 MoveToEx (pGCPriv->hdcMem, fullX1, fullY1, NULL);
170 LineTo (pGCPriv->hdcMem, fullX2, fullY1);
218 fullY1 = pPoints->y;
223 if (fullY1 < extentY1 || extentY2 <= fullY1)
252 iX, fullY1,
[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
142 fullY1 = ppt->y;
147 if (fullY1 < extentY1 || extentY2 <= fullY1)
164 fullY1 + off_y,
169 if (pbox->y1 > fullY1)
172 if (pbox->y1 <= fullY1) {
185 fullY1 + off_y,
217 fullY1 = ppt->y;
222 if (fullY1 < extentY
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
72 fullY1 = ppt->y;
77 if (fullY1 < extentY1 || extentY2 <= fullY1)
93 fullX1 + off_x, fullY1 + off_y,
94 fullX2 + off_x, fullY1 + 1 + off_y);
101 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2)
111 partX1 + off_x, fullY1 + off_y,
112 partX2 + off_x, fullY1
677 int fullX1, fullX2, fullY1, fullY2; local in function:uxa_poly_fill_rect
[all...]
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c50 int fullX1, fullX2, fullY1; local in function:exaFillSpans
92 fullY1 = ppt->y;
97 if (fullY1 < extentY1 || extentY2 <= fullY1)
113 fullX1 + off_x, fullY1 + off_y,
114 fullX2 + off_x, fullY1 + 1 + off_y);
121 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2)
131 partX1 + off_x, fullY1 + off_y,
132 partX2 + off_x, fullY1
786 int fullX1, fullX2, fullY1, fullY2; local in function:exaPolyFillRect
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c52 int fullX1, fullX2, fullY1; local in function:exaFillSpans
89 fullY1 = ppt->y;
94 if (fullY1 < extentY1 || extentY2 <= fullY1)
109 fullX1 + off_x, fullY1 + off_y,
110 fullX2 + off_x, fullY1 + 1 + off_y);
115 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2) {
124 partX1 + off_x, fullY1 + off_y,
126 fullY1
787 int fullX1, fullX2, fullY1, fullY2; local in function:exaPolyFillRect
[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
751 fullY1 = prect->y + yorg;
753 fullY2 = fullY1 + (int)prect->height;
766 int y1 = fullY1;
/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
751 fullY1 = prect->y + yorg;
753 fullY2 = fullY1 + (int)prect->height;
766 int y1 = fullY1;

Completed in 14 milliseconds