| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mirect.c | 40 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 D | picturestr.h | 229 int nRect, xRectangle *rects); 443 int xOrigin, int yOrigin, int nRect, xRectangle *rects); 480 xRenderColor * color, int nRect, xRectangle *rects);
|
| H A D | mipict.h | 102 xRenderColor * color, int nRect, xRectangle *rects);
|
| H A D | picture.c | 1254 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 D | dmxwindow.c | 964 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 D | dmxpict.h | 85 int nRect, xRectangle *rects);
|
| H A D | dmxpict.c | 1151 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 D | xf86fbman.c | 1229 int nRect; in xf86InitFBManagerArea() local 1238 nRect = 1; in xf86InitFBManagerArea() 1245 nRect++; in xf86InitFBManagerArea() 1249 pRegion = RegionFromRects(nRect, Rect, 0); in xf86InitFBManagerArea()
|
| H A D | xf86VGAarbiterPriv.h | 275 xRenderColor * color, int nRect,
|
| H A D | xf86VGAarbiter.c | 1013 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 D | glamor_priv.h | 654 xRenderColor *color, int nRect, xRectangle *rects);
|