Searched refs:nrects (Results 1 - 25 of 61) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmigc.h42 int nrects);
H A Dmipolyrect.c58 miPolyRectangle(DrawablePtr pDraw, GCPtr pGC, int nrects, xRectangle *pRects) argument
87 ntmp = (nrects << 2);
95 for (i = 0; i < nrects; i++) {
155 for (i = 0; i < nrects; i++) {
H A Dmigc.c62 miChangeClip(GCPtr pGC, int type, void *pvalue, int nrects) argument
75 pGC->clientClip = RegionFromRects(nrects, (xRectangle *) pvalue, type);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmipolyrect.c59 miPolyRectangle(DrawablePtr pDraw, GCPtr pGC, int nrects, xRectangle *pRects) argument
89 ntmp = (nrects << 2);
97 for (i = 0; i < nrects; i++)
166 for (i=0; i<nrects; i++)
H A Dmigc.c78 miChangeClip( GCPtr pGC, int type, pointer pvalue, int nrects) argument
95 pGC->clientClip = (pointer) RegionFromRects(nrects,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c239 int nrects, ctype, rc; local in function:ProcShapeRectangles
268 nrects = ((stuff->length << 2) - sizeof(xShapeRectanglesReq));
269 if (nrects & 4)
271 nrects >>= 3;
273 ctype = VerifyRectOrder(nrects, prects, (int) stuff->ordering);
276 srcRgn = RegionFromRects(nrects, prects, ctype);
948 int nrects, i, rc; local in function:ProcShapeGetRectangles
970 nrects = 1;
998 nrects = RegionNumRects(region);
1000 rects = xallocarray(nrects, sizeo
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.h125 unsigned int nrects,
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.h59 extern void dmxChangeClip(GCPtr pGC, int type, pointer pvalue, int nrects);
H A Ddmxgcops.h62 int nrects, xRectangle *pRects);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c247 int nrects, ctype, rc; local in function:ProcShapeRectangles
277 nrects = ((stuff->length << 2) - sizeof(xShapeRectanglesReq));
278 if (nrects & 4)
280 nrects >>= 3;
282 ctype = VerifyRectOrder(nrects, prects, (int)stuff->ordering);
285 srcRgn = RegionFromRects(nrects, prects, ctype);
959 int nrects, i, rc; local in function:ProcShapeGetRectangles
982 nrects = 1;
1008 nrects = RegionNumRects(region);
1010 rects = malloc(nrects * sizeo
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h52 int nrects; member in struct:_DRIDrawablePrivRec
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h50 int nrects; member in struct:_DRIDrawablePrivRec
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c1007 VerifyRectOrder(int nrects, xRectangle *prects, int ordering) argument
1017 if(nrects > 1)
1020 i < nrects;
1027 if(nrects > 1)
1030 i < nrects;
1039 if(nrects > 1)
1042 i < nrects;
1057 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects, argument
1063 newct = VerifyRectOrder(nrects, prects, ordering);
1066 size = nrects * sizeo
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c961 VerifyRectOrder(int nrects, xRectangle *prects, int ordering) argument
970 if (nrects > 1) {
972 i < nrects; i++, prectP++, prectN++)
978 if (nrects > 1) {
980 i < nrects; i++, prectP++, prectN++)
987 if (nrects > 1) {
989 i < nrects; i++, prectP++, prectN++)
1003 SetClipRects(GCPtr pGC, int xOrigin, int yOrigin, int nrects, argument
1009 newct = VerifyRectOrder(nrects, prects, ordering);
1012 size = nrects * sizeo
[all...]
/xsrc/external/mit/libXext/dist/src/
H A DXShape.c462 *count = rep.nrects;
465 if (rep.nrects) {
466 if (rep.nrects < (INT_MAX / sizeof (XRectangle))) {
467 xrects = Xmallocarray (rep.nrects, sizeof (xRectangle));
468 rects = Xmallocarray (rep.nrects, sizeof (XRectangle));
480 _XRead (dpy, (char *) xrects, rep.nrects * sizeof (xRectangle));
481 for (i = 0; i < rep.nrects; i++) {
/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw_ops.c87 int nrects, xRectangle *pRects);
290 cwPolyRectangle(DrawablePtr pDst, GCPtr pGC, int nrects, xRectangle *pRects) argument
296 CW_OFFSET_RECTS(pRects, nrects);
298 (*pBackingGC->ops->PolyRectangle)(pBackingDst, pBackingGC, nrects, pRects);
337 cwPolyFillRect(DrawablePtr pDst, GCPtr pGC, int nrects, xRectangle *pRects) argument
343 CW_OFFSET_RECTS(pRects, nrects);
345 (*pBackingGC->ops->PolyFillRect)(pBackingDst, pBackingGC, nrects, pRects);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.c474 unsigned int nrects,
479 for (int i = 1; i < nrects; i++)
492 unsigned int nrects,
505 if (!nrects)
515 for (i = 0; i < nrects; i++) {
523 get_damage_bound_box(pres, rects, nrects, bound);
525 damage->region = CALLOC(nrects, sizeof(*damage->region));
529 for (i = 0; i < nrects; i++)
535 for (i = 0; i < nrects; i++) {
543 damage->num_region = nrects;
472 get_damage_bound_box(struct pipe_resource * pres,const struct pipe_box * rects,unsigned int nrects,struct pipe_scissor_state * bound) argument
490 lima_resource_set_damage_region(struct pipe_screen * pscreen,struct pipe_resource * pres,unsigned int nrects,const struct pipe_box * rects) argument
[all...]
/xsrc/external/mit/libXfixes/dist/src/
H A DRegion.c321 int nrects; local in function:XFixesFetchRegionAndBounds
345 nrects = rep.length >> 1;
346 rects = Xmalloc ((size_t) nrects * sizeof (XRectangle));
349 nrects = 0;
360 nread = nrects << 3;
369 *nrectanglesRet = nrects;
/xsrc/external/mit/ctwm/dist/
H A Dwin_iconify.c224 int i, j, nrects; local in function:MosaicFade
241 nrects = ((width * height) / (srect * srect)) / 10;
242 rectangles = calloc(nrects, sizeof(XRectangle));
243 for(j = 0; j < nrects; j++) {
248 for(j = 0; j < nrects; j++) {
252 XFillRectangles(dpy, mask, gc, rectangles, nrects);
/xsrc/external/mit/xorg-server/dist/include/
H A Dgcstruct.h82 int nrects);
160 int /*nrects */ ,
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h221 * nrects Number of damaged rectangles
227 (RootlessFrameID wid, int nrects, const BoxRec *rects,
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A Drootless.h219 * nrects Number of damaged rectangles
225 (RootlessFrameID wid, int nrects, const BoxRec * rects,
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_video.c520 int nrects, CurrY, tile; local in function:A
544 nrects = REGION_NUM_RECTS(&Union);
561 } while ((X2 <= X1 || y2 < -1) && --nrects > 0);
566 while (nrects-- > 0) {
593 if (nrects <= 0)
604 } while (X2 <= X1 && --nrects > 0);
611 if (!nrects || tile == 0x2B0 || y1 < Y1) {
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprFrame.c82 static void xprDamageRects(RootlessFrameID wid, int nrects, const BoxRec *rects,
404 xprDamageRects(RootlessFrameID wid, int nrects, const BoxRec *rects, argument
409 xp_mark_window(x_cvt_vptr_to_uint(wid), nrects, rects, shift_x, shift_y);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprFrame.c93 xprDamageRects(RootlessFrameID wid, int nrects, const BoxRec *rects,
407 xprDamageRects(RootlessFrameID wid, int nrects, const BoxRec *rects, argument
410 xp_mark_window(x_cvt_vptr_to_uint(wid), nrects, rects, shift_x, shift_y);

Completed in 20 milliseconds

123