Home
last modified time | relevance | path

Searched refs:fullY2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfillrect.c36 int fullX1, fullX2, fullY1, fullY2; in fbPolyFillRect() local
53 fullY2 = fullY1 + (int) prect->height; in fbPolyFillRect()
65 if (fullY2 > extentY2) in fbPolyFillRect()
66 fullY2 = extentY2; in fbPolyFillRect()
68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in fbPolyFillRect()
73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1); in fbPolyFillRect()
92 if (partY2 > fullY2) in fbPolyFillRect()
93 partY2 = fullY2; in fbPolyFillRect()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c787 int fullX1, fullX2, fullY1, fullY2; in exaPolyFillRect() local
865 fullY2 = fullY1 + (int) prect->height; in exaPolyFillRect()
877 if (fullY2 > extentY2) in exaPolyFillRect()
878 fullY2 = extentY2; in exaPolyFillRect()
880 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in exaPolyFillRect()
886 fullX2 + xoff, fullY2 + yoff); in exaPolyFillRect()
906 if (partY2 > fullY2) in exaPolyFillRect()
907 partY2 = fullY2; in exaPolyFillRect()