| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | migc.h | 42 int nrects);
|
| H A D | mipolyrect.c | 58 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 D | migc.c | 62 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 D | mipolyrect.c | 59 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 D | migc.c | 78 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 D | shape.c | 239 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 D | pan_resource.h | 125 unsigned int nrects,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgc.h | 59 extern void dmxChangeClip(GCPtr pGC, int type, pointer pvalue, int nrects);
|
| H A D | dmxgcops.h | 62 int nrects, xRectangle *pRects);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | shape.c | 247 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 D | dristruct.h | 52 int nrects; member in struct:_DRIDrawablePrivRec
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | dristruct.h | 50 int nrects; member in struct:_DRIDrawablePrivRec
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 1007 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 D | gc.c | 961 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 D | XShape.c | 462 *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 D | cw_ops.c | 87 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 D | lima_resource.c | 474 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 D | Region.c | 321 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 D | win_iconify.c | 224 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 D | gcstruct.h | 82 int nrects); 160 int /*nrects */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootless.h | 221 * nrects Number of damaged rectangles 227 (RootlessFrameID wid, int nrects, const BoxRec *rects,
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootless.h | 219 * nrects Number of damaged rectangles 225 (RootlessFrameID wid, int nrects, const BoxRec * rects,
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_video.c | 520 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 D | xprFrame.c | 82 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 D | xprFrame.c | 93 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);
|