Searched refs:extentX1 (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 41 extentX1 = pextent->x1; in fbFillSpans() 55 if (fullX1 < extentX1) in fbFillSpans() 56 fullX1 = extentX1; in fbFillSpans()
|
| H A D | fbfillrect.c | 35 int extentX1, extentX2, extentY1, extentY2; in fbPolyFillRect() local 45 extentX1 = pextent->x1; in fbPolyFillRect() 56 if (fullX1 < extentX1) in fbPolyFillRect() 57 fullX1 = extentX1; in fbPolyFillRect()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 51 int extentX1, extentX2, extentY1, extentY2; in exaFillSpans() local 83 extentX1 = pextent->x1; in exaFillSpans() 97 if (fullX1 < extentX1) in exaFillSpans() 98 fullX1 = extentX1; in exaFillSpans() 786 int extentX1, extentX2, extentY1, extentY2; in exaPolyFillRect() local 857 extentX1 = pextent->x1; in exaPolyFillRect() 868 if (fullX1 < extentX1) in exaPolyFillRect() 869 fullX1 = extentX1; in exaPolyFillRect()
|