Home
last modified time | relevance | path

Searched refs:pextent (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbfillsp.c34 BoxPtr pextent, pbox; in fbFillSpans() local
40 pextent = RegionExtents(pClip); in fbFillSpans()
41 extentX1 = pextent->x1; in fbFillSpans()
42 extentY1 = pextent->y1; in fbFillSpans()
43 extentX2 = pextent->x2; in fbFillSpans()
44 extentY2 = pextent->y2; in fbFillSpans()
H A Dfbfillrect.c34 BoxPtr pextent; in fbPolyFillRect() local
44 pextent = RegionExtents(pClip); in fbPolyFillRect()
45 extentX1 = pextent->x1; in fbPolyFillRect()
46 extentY1 = pextent->y1; in fbPolyFillRect()
47 extentX2 = pextent->x2; in fbPolyFillRect()
48 extentY2 = pextent->y2; in fbPolyFillRect()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c49 BoxPtr pextent, pbox; in exaFillSpans() local
82 pextent = RegionExtents(pClip); in exaFillSpans()
83 extentX1 = pextent->x1; in exaFillSpans()
84 extentY1 = pextent->y1; in exaFillSpans()
85 extentX2 = pextent->x2; in exaFillSpans()
86 extentY2 = pextent->y2; in exaFillSpans()
785 BoxPtr pextent; in exaPolyFillRect() local
856 pextent = RegionExtents(pClip); in exaPolyFillRect()
857 extentX1 = pextent->x1; in exaPolyFillRect()
858 extentY1 = pextent->y1; in exaPolyFillRect()
[all …]