Searched refs:extentX2 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfillsp.c | 36 int extentX1, extentX2, extentY1, extentY2; in fbFillSpans() local 43 extentX2 = pextent->x2; in fbFillSpans() 58 if (fullX2 > extentX2) in fbFillSpans() 59 fullX2 = extentX2; in fbFillSpans()
|
| H A D | fbfillrect.c | 35 int extentX1, extentX2, extentY1, extentY2; in fbPolyFillRect() local 47 extentX2 = pextent->x2; in fbPolyFillRect() 62 if (fullX2 > extentX2) in fbPolyFillRect() 63 fullX2 = extentX2; in fbPolyFillRect()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 51 int extentX1, extentX2, extentY1, extentY2; in exaFillSpans() local 85 extentX2 = pextent->x2; in exaFillSpans() 100 if (fullX2 > extentX2) in exaFillSpans() 101 fullX2 = extentX2; in exaFillSpans() 786 int extentX1, extentX2, extentY1, extentY2; in exaPolyFillRect() local 859 extentX2 = pextent->x2; in exaPolyFillRect() 874 if (fullX2 > extentX2) in exaPolyFillRect() 875 fullX2 = extentX2; in exaPolyFillRect()
|