Searched refs:xRectangle (Results 1 - 25 of 178) sorted by relevance

12345678

/xsrc/external/mit/libX11/dist/src/
H A DDrRect.c34 #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 DFillRct.c34 #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 DFillRect.c32 #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 DFillRects.c32 #define size (SIZEOF(xRenderFillRectanglesReq) + FRCTSPERBATCH * SIZEOF(xRectangle))
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXprotostr.h67 } xRectangle; typedef in typeref:struct:_xRectangle
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_utils.c31 xRectangle *rect;
34 rect = xallocarray(nbox, sizeof(xRectangle));
64 xRectangle rect;
H A Dglamor_rects.c46 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 Ddmxextension.h66 xRectangle pos;
67 xRectangle vis;
H A Ddmxgcops.h62 int nrects, xRectangle *pRects);
68 int nrectFill, xRectangle *prectInit);
/xsrc/external/mit/xorg-server/dist/include/
H A Dgc.h132 xRectangle * /*prects */ ,
139 xRectangle * /*prects */ ,
H A Dgcstruct.h161 xRectangle * /*pRects */ );
178 xRectangle * /*prectInit */ );
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dgc.h145 xRectangle* /*prects*/,
153 xRectangle* /*prects*/,
H A Dgcstruct.h180 xRectangle * /*pRects*/);
200 xRectangle * /*prectInit*/);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolyrect.c59 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 Dmifillrct.c74 xRectangle *prectInit /* Pointer to first rectangle to fill */
80 xRectangle *prect;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmipolyrect.c58 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 Dmifillrct.c70 xRectangle *prectInit /* Pointer to first rectangle to fill */
76 xRectangle *prect;
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmirect.c41 xRectangle *rects,
101 xRectangle *rects)
127 xRectangle one;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaRect.c28 xRectangle *pRectsInit )
35 xRectangle *pRect; /* list of rects */
H A DxaaOverlayDF.c45 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 DGCOps.h43 xRectangle *pRectangles);
48 xRectangle *pRectangles);
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddamageproto.h138 xRectangle area;
139 xRectangle geometry;
/xsrc/external/mit/xorg-server/dist/render/
H A Dmirect.c40 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 Dffb_loops.h46 xRectangle *prect,
47 xRectangle *prect_last,
113 xRectangle *prect_last = (xRectangle *)(_prect_last); \
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGCOps.h44 xRectangle *pRectangles);
49 xRectangle *pRectangles);

Completed in 22 milliseconds

12345678