Home
last modified time | relevance | path

Searched refs:fullX1 (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfillsp.c37 int fullX1, fullX2, fullY1; in fbFillSpans() local
46 fullX1 = ppt->x; in fbFillSpans()
48 fullX2 = fullX1 + (int) *pwidth; in fbFillSpans()
55 if (fullX1 < extentX1) in fbFillSpans()
56 fullX1 = extentX1; in fbFillSpans()
61 if (fullX1 >= fullX2) in fbFillSpans()
66 fbFill(pDrawable, pGC, fullX1, fullY1, fullX2 - fullX1, 1); in fbFillSpans()
73 if (partX1 < fullX1) in fbFillSpans()
74 partX1 = fullX1; in fbFillSpans()
H A Dfbfillrect.c36 int fullX1, fullX2, fullY1, fullY2; in fbPolyFillRect() local
50 fullX1 = prect->x + xorg; in fbPolyFillRect()
52 fullX2 = fullX1 + (int) prect->width; in fbPolyFillRect()
56 if (fullX1 < extentX1) in fbPolyFillRect()
57 fullX1 = extentX1; in fbPolyFillRect()
68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in fbPolyFillRect()
73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1); in fbPolyFillRect()
83 if (partX1 < fullX1) in fbPolyFillRect()
84 partX1 = fullX1; in fbPolyFillRect()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c52 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
[all …]