HomeSort by: relevance | last modified time | path
    Searched refs:xRectangle (Results 1 - 25 of 179) sorted by relevancy

1 2 3 4 5 6 7 8

  /xsrc/external/mit/libX11/dist/src/
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);
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/
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...]
FillRects.c 32 #define size (SIZEOF(xRenderFillRectanglesReq) + FRCTSPERBATCH * SIZEOF(xRectangle))
39 _Xconst XRectangle *rectangles,
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xprotostr.h 67 } xRectangle;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.c 31 xRectangle *rect;
34 rect = xallocarray(nbox, sizeof(xRectangle));
64 xRectangle rect;
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/dist/include/
gc.h 132 xRectangle * /*prects */ ,
139 xRectangle * /*prects */ ,
gcstruct.h 161 xRectangle * /*pRects */ );
178 xRectangle * /*prectInit */ );
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxextension.h 66 xRectangle pos;
67 xRectangle vis;
dmxgcops.h 62 int nrects, xRectangle *pRects);
68 int nrectFill, xRectangle *prectInit);
  /xsrc/external/mit/xorg-server.old/dist/include/
gc.h 145 xRectangle* /*prects*/,
153 xRectangle* /*prects*/,
gcstruct.h 180 xRectangle * /*pRects*/);
200 xRectangle * /*prectInit*/);
  /xsrc/external/mit/xorg-server/dist/mi/
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));
mifillrct.c 70 xRectangle *prectInit /* Pointer to first rectangle to fill */
76 xRectangle *prect;
  /xsrc/external/mit/xorg-server.old/dist/mi/
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));
mifillrct.c 74 xRectangle *prectInit /* Pointer to first rectangle to fill */
80 xRectangle *prect;
  /xsrc/external/mit/xorg-server.old/dist/render/
mirect.c 41 xRectangle *rects,
101 xRectangle *rects)
127 xRectangle one;
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
GCOps.h 43 xRectangle *pRectangles);
48 xRectangle *pRectangles);
  /xsrc/external/mit/xorg-server/dist/render/
mirect.c 40 int nRect, xRectangle *rects, int xoff, int yoff)
92 xRenderColor * color, int nRect, xRectangle *rects)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaRect.c 28 xRectangle *pRectsInit )
35 xRectangle *pRect; /* list of rects */
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/xorgproto/dist/include/X11/extensions/
damageproto.h 138 xRectangle area;
139 xRectangle geometry;
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
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/
GCOps.h 44 xRectangle *pRectangles);
49 xRectangle *pRectangles);

Completed in 15 milliseconds

1 2 3 4 5 6 7 8