Home
last modified time | relevance | path

Searched refs:nRect (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dmirect.c40 int nRect, xRectangle *rects, int xoff, int yoff) in miColorRects() argument
72 for (i = 0; i < nRect; i++) { in miColorRects()
77 (*pGC->ops->PolyFillRect) (pDst->pDrawable, pGC, nRect, rects); in miColorRects()
81 for (i = 0; i < nRect; i++) { in miColorRects()
92 xRenderColor * color, int nRect, xRectangle *rects) in miCompositeRects() argument
102 miColorRects(pDst, pDst, color, nRect, rects, 0, 0); in miCompositeRects()
105 color, nRect, rects, in miCompositeRects()
113 while (nRect--) { in miCompositeRects()
H A Dpicturestr.h229 int nRect, xRectangle *rects);
443 int xOrigin, int yOrigin, int nRect, xRectangle *rects);
480 xRenderColor * color, int nRect, xRectangle *rects);
H A Dmipict.h102 xRenderColor * color, int nRect, xRectangle *rects);
H A Dpicture.c1254 int xOrigin, int yOrigin, int nRect, xRectangle *rects) in SetPictureClipRects() argument
1261 clientClip = RegionFromRects(nRect, rects, CT_UNSORTED); in SetPictureClipRects()
1557 xRenderColor * color, int nRect, xRectangle *rects) in CompositeRects() argument
1562 (*ps->CompositeRects) (op, pDst, color, nRect, rects); in CompositeRects()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c964 int nRect; in dmxDoSetShape() local
971 nRect = nBox = RegionNumRects(wBoundingShape(pWindow)); in dmxDoSetShape()
972 pRectFirst = pRect = xallocarray(nRect, sizeof(*pRect)); in dmxDoSetShape()
983 pRectFirst, nRect, ShapeSet, YXBanded); in dmxDoSetShape()
994 nRect = nBox = RegionNumRects(wClipShape(pWindow)); in dmxDoSetShape()
995 pRectFirst = pRect = xallocarray(nRect, sizeof(*pRect)); in dmxDoSetShape()
1006 pRectFirst, nRect, ShapeSet, YXBanded); in dmxDoSetShape()
H A Ddmxpict.h85 int nRect, xRectangle *rects);
H A Ddmxpict.c1151 xRenderColor * color, int nRect, xRectangle *rects) in dmxCompositeRects() argument
1161 ps->CompositeRects(op, pDst, color, nRect, rects); in dmxCompositeRects()
1170 (XRectangle *) rects, nRect); in dmxCompositeRects()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86fbman.c1229 int nRect; in xf86InitFBManagerArea() local
1238 nRect = 1; in xf86InitFBManagerArea()
1245 nRect++; in xf86InitFBManagerArea()
1249 pRegion = RegionFromRects(nRect, Rect, 0); in xf86InitFBManagerArea()
H A Dxf86VGAarbiterPriv.h275 xRenderColor * color, int nRect,
H A Dxf86VGAarbiter.c1013 int nRect, xRectangle *rects) in VGAarbiterCompositeRects() argument
1021 (*ps->CompositeRects) (op, pDst, color, nRect, rects); in VGAarbiterCompositeRects()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_priv.h654 xRenderColor *color, int nRect, xRectangle *rects);