Home
last modified time | relevance | path

Searched refs:fullX2 (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
48 fullX2 = fullX1 + (int) *pwidth; in fbFillSpans()
58 if (fullX2 > extentX2) in fbFillSpans()
59 fullX2 = extentX2; in fbFillSpans()
61 if (fullX1 >= fullX2) in fbFillSpans()
66 fbFill(pDrawable, pGC, fullX1, fullY1, fullX2 - fullX1, 1); in fbFillSpans()
76 if (partX2 > fullX2) in fbFillSpans()
77 partX2 = fullX2; in fbFillSpans()
H A Dfbfillrect.c36 int fullX1, fullX2, fullY1, fullY2; in fbPolyFillRect() local
52 fullX2 = fullX1 + (int) prect->width; in fbPolyFillRect()
62 if (fullX2 > extentX2) in fbPolyFillRect()
63 fullX2 = extentX2; in fbPolyFillRect()
68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in fbPolyFillRect()
73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1); in fbPolyFillRect()
89 if (partX2 > fullX2) in fbPolyFillRect()
90 partX2 = fullX2; in fbPolyFillRect()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c52 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()
[all …]