Searched refs:fullY1 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfillrect.c | 36 int fullX1, fullX2, fullY1, fullY2; in fbPolyFillRect() local 51 fullY1 = prect->y + yorg; in fbPolyFillRect() 53 fullY2 = fullY1 + (int) prect->height; in fbPolyFillRect() 59 if (fullY1 < extentY1) in fbPolyFillRect() 60 fullY1 = extentY1; in fbPolyFillRect() 68 if ((fullX1 >= fullX2) || (fullY1 >= fullY2)) in fbPolyFillRect() 73 pGC, fullX1, fullY1, fullX2 - fullX1, fullY2 - fullY1); in fbPolyFillRect() 86 if (partY1 < fullY1) in fbPolyFillRect() 87 partY1 = fullY1; in fbPolyFillRect()
|
| H A D | fbfillsp.c | 37 int fullX1, fullX2, fullY1; in fbFillSpans() local 47 fullY1 = ppt->y; in fbFillSpans() 52 if (fullY1 < extentY1 || extentY2 <= fullY1) in fbFillSpans() 66 fbFill(pDrawable, pGC, fullX1, fullY1, fullX2 - fullX1, 1); in fbFillSpans() 71 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2) { in fbFillSpans() 80 partX1, fullY1, partX2 - partX1, 1); in fbFillSpans()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 52 int fullX1, fullX2, fullY1; in exaFillSpans() local 89 fullY1 = ppt->y; in exaFillSpans() 94 if (fullY1 < extentY1 || extentY2 <= fullY1) in exaFillSpans() 109 fullX1 + off_x, fullY1 + off_y, in exaFillSpans() 110 fullX2 + off_x, fullY1 + 1 + off_y); in exaFillSpans() 115 if (pbox->y1 <= fullY1 && fullY1 < pbox->y2) { in exaFillSpans() 124 partX1 + off_x, fullY1 + off_y, in exaFillSpans() 126 fullY1 + 1 + off_y); in exaFillSpans() 787 int fullX1, fullX2, fullY1, fullY2; in exaPolyFillRect() local 863 fullY1 = prect->y + yorg; in exaPolyFillRect() [all …]
|