| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DrRect.c | 34 #define wsize (SIZEOF(xPolyRectangleReq) + WRCTSPERBATCH * SIZEOF(xRectangle)) 35 #define zsize (SIZEOF(xPolyRectangleReq) + ZRCTSPERBATCH * SIZEOF(xRectangle)) 47 xRectangle *rect; 60 && ((dpy->bufptr + SIZEOF(xRectangle)) <= dpy->bufmax) 63 req->length += SIZEOF(xRectangle) >> 2; 64 rect = (xRectangle *) dpy->bufptr; 65 dpy->bufptr += SIZEOF(xRectangle); 69 GetReqExtra(PolyRectangle, SIZEOF(xRectangle), req); 72 rect = (xRectangle *) NEXTPTR(req,xPolyRectangleReq);
|
| H A D | FillRct.c | 34 #define size (SIZEOF(xPolyFillRectangleReq) + FRCTSPERBATCH * SIZEOF(xRectangle)) 46 xRectangle *rect; 60 && ((dpy->bufptr + SIZEOF(xRectangle)) <= dpy->bufmax) 62 req->length += SIZEOF(xRectangle) >> 2; 63 rect = (xRectangle *) dpy->bufptr; 64 dpy->bufptr += SIZEOF(xRectangle); 68 GetReqExtra(PolyFillRectangle, SIZEOF(xRectangle), req); 71 rect = (xRectangle *) NEXTPTR(req,xPolyFillRectangleReq);
|
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | FillRect.c | 32 #define size (SIZEOF(xRenderFillRectanglesReq) + FRCTSPERBATCH * SIZEOF(xRectangle)) 45 xRectangle *rect; 48 xRectangle rectdata; 49 long len = SIZEOF(xRectangle); 67 dpy->bufptr + SIZEOF(xRectangle) <= dpy->bufmax && 70 req->length = (CARD16) (req->length + (SIZEOF(xRectangle) >> 2)); 72 rect = (xRectangle *) dpy->bufptr; 73 dpy->bufptr += SIZEOF(xRectangle); 78 GetReqExtra(RenderFillRectangles, SIZEOF(xRectangle), req); 90 dpy->bufptr -= SIZEOF(xRectangle); [all...] |
| H A D | FillRects.c | 32 #define size (SIZEOF(xRenderFillRectanglesReq) + FRCTSPERBATCH * SIZEOF(xRectangle))
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xprotostr.h | 67 } xRectangle; typedef in typeref:struct:_xRectangle
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_utils.c | 31 xRectangle *rect; 34 rect = xallocarray(nbox, sizeof(xRectangle)); 64 xRectangle rect;
|
| H A D | glamor_rects.c | 46 GCPtr gc, int nrect, xRectangle *prect) 82 v = glamor_get_vbo_space(drawable->pScreen, nrect * sizeof (xRectangle), &vbo_offset); 94 memcpy(v, prect, nrect * sizeof (xRectangle)); 178 GCPtr gc, int nrect, xRectangle *prect) 192 GCPtr gc, int nrect, xRectangle *prect)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.h | 66 xRectangle pos; 67 xRectangle vis;
|
| H A D | dmxgcops.h | 62 int nrects, xRectangle *pRects); 68 int nrectFill, xRectangle *prectInit);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | gc.h | 132 xRectangle * /*prects */ , 139 xRectangle * /*prects */ ,
|
| H A D | gcstruct.h | 161 xRectangle * /*pRects */ ); 178 xRectangle * /*prectInit */ );
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | gc.h | 145 xRectangle* /*prects*/, 153 xRectangle* /*prects*/,
|
| H A D | gcstruct.h | 180 xRectangle * /*pRects*/); 200 xRectangle * /*prectInit*/);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | mipolyrect.c | 59 miPolyRectangle(DrawablePtr pDraw, GCPtr pGC, int nrects, xRectangle *pRects) 62 xRectangle *pR = pRects; 84 xRectangle *tmp, *t; 93 tmp = malloc(ntmp * sizeof (xRectangle));
|
| H A D | mifillrct.c | 74 xRectangle *prectInit /* Pointer to first rectangle to fill */ 80 xRectangle *prect;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipolyrect.c | 58 miPolyRectangle(DrawablePtr pDraw, GCPtr pGC, int nrects, xRectangle *pRects) 61 xRectangle *pR = pRects; 82 xRectangle *tmp, *t; 91 tmp = xallocarray(ntmp, sizeof(xRectangle));
|
| H A D | mifillrct.c | 70 xRectangle *prectInit /* Pointer to first rectangle to fill */ 76 xRectangle *prect;
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mirect.c | 41 xRectangle *rects, 101 xRectangle *rects) 127 xRectangle one;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaRect.c | 28 xRectangle *pRectsInit ) 35 xRectangle *pRect; /* list of rects */
|
| H A D | xaaOverlayDF.c | 45 static void XAAOverPolyFillRectSolid(DrawablePtr, GCPtr, int, xRectangle*); 46 static void XAAOverPolyFillRectStippled(DrawablePtr, GCPtr, int, xRectangle*); 48 int, xRectangle*); 49 static void XAAOverPolyFillRectTiled(DrawablePtr, GCPtr, int, xRectangle*); 78 static void XAAOverPolyRectangleThinSolid(DrawablePtr, GCPtr, int, xRectangle*); 110 void (*PolyFillRectSolid)(DrawablePtr, GCPtr, int, xRectangle*); 111 void (*PolyFillRectStippled)(DrawablePtr, GCPtr, int, xRectangle*); 112 void (*PolyFillRectOpaqueStippled)(DrawablePtr, GCPtr, int, xRectangle*); 113 void (*PolyFillRectTiled)(DrawablePtr, GCPtr, int, xRectangle*); 134 void (*PolyRectangleThinSolid)(DrawablePtr, GCPtr, int, xRectangle*); [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GCOps.h | 43 xRectangle *pRectangles); 48 xRectangle *pRectangles);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | damageproto.h | 138 xRectangle area; 139 xRectangle geometry;
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mirect.c | 40 int nRect, xRectangle *rects, int xoff, int yoff) 92 xRenderColor * color, int nRect, xRectangle *rects)
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_loops.h | 46 xRectangle *prect, 47 xRectangle *prect_last, 113 xRectangle *prect_last = (xRectangle *)(_prect_last); \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GCOps.h | 44 xRectangle *pRectangles); 49 xRectangle *pRectangles);
|