Searched refs:pRegion (Results 1 - 25 of 90) sorted by relevance

1234

/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((pointer *) &pRegion, rid, \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
47 pRegion = 0; \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
52 XFixesRegionCopy (RegionPtr pRegion);
H A Dregion.c40 RegionPtr pRegion = (RegionPtr) data; local in function:RegionResFree
42 RegionDestroy(pRegion);
47 XFixesRegionCopy (RegionPtr pRegion) argument
49 RegionPtr pNew = RegionCreate(RegionExtents(pRegion),
50 RegionNumRects(pRegion));
53 if (!RegionCopy(pNew, pRegion))
73 RegionPtr pRegion; local in function:ProcXFixesCreateRegion
84 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED);
85 if (!pRegion)
87 if (!AddResource (stuff->region, RegionResType, (pointer) pRegion))
109 RegionPtr pRegion; local in function:ProcXFixesCreateRegionFromBitmap
154 RegionPtr pRegion; local in function:ProcXFixesCreateRegionFromWindow
216 RegionPtr pRegion, pClip; local in function:ProcXFixesCreateRegionFromGC
266 RegionPtr pRegion; local in function:ProcXFixesCreateRegionFromPicture
314 RegionPtr pRegion; local in function:ProcXFixesDestroyRegion
338 RegionPtr pRegion, pNew; local in function:ProcXFixesSetRegion
496 RegionPtr pRegion; local in function:ProcXFixesTranslateRegion
551 RegionPtr pRegion; local in function:ProcXFixesFetchRegion
619 RegionPtr pRegion; local in function:ProcXFixesSetGCClipRegion
667 RegionPtr pRegion; local in function:ProcXFixesSetWindowShapeRegion
759 RegionPtr pRegion; local in function:ProcXFixesSetPictureClipRegion
[all...]
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dxfixes.h35 #define VERIFY_REGION(pRegion, rid, client, mode) \
38 err = dixLookupResourceByType((void **) &pRegion, rid, \
46 #define VERIFY_REGION_OR_NONE(pRegion, rid, client, mode) { \
47 pRegion = 0; \
48 if (rid) VERIFY_REGION(pRegion, rid, client, mode); \
52 XFixesRegionCopy(RegionPtr pRegion);
H A Dregion.c40 RegionPtr pRegion = (RegionPtr) data; local in function:RegionResFree
42 RegionDestroy(pRegion);
47 XFixesRegionCopy(RegionPtr pRegion) argument
49 RegionPtr pNew = RegionCreate(RegionExtents(pRegion),
50 RegionNumRects(pRegion));
54 if (!RegionCopy(pNew, pRegion)) {
73 RegionPtr pRegion; local in function:ProcXFixesCreateRegion
85 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED);
86 if (!pRegion)
88 if (!AddResource(stuff->region, RegionResType, (void *) pRegion))
109 RegionPtr pRegion; local in function:ProcXFixesCreateRegionFromBitmap
153 RegionPtr pRegion; local in function:ProcXFixesCreateRegionFromWindow
212 RegionPtr pRegion, pClip; local in function:ProcXFixesCreateRegionFromGC
255 RegionPtr pRegion; local in function:ProcXFixesCreateRegionFromPicture
298 RegionPtr pRegion; local in function:ProcXFixesDestroyRegion
321 RegionPtr pRegion, pNew; local in function:ProcXFixesSetRegion
478 RegionPtr pRegion; local in function:ProcXFixesTranslateRegion
533 RegionPtr pRegion; local in function:ProcXFixesFetchRegion
598 RegionPtr pRegion; local in function:ProcXFixesSetGCClipRegion
646 RegionPtr pRegion; local in function:ProcXFixesSetWindowShapeRegion
734 RegionPtr pRegion; local in function:ProcXFixesSetPictureClipRegion
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmipict.c270 miClipPictureReg (pixman_region16_t * pRegion, argument
275 if (pixman_region_n_rects(pRegion) == 1 &&
278 pixman_box16_t * pRbox = pixman_region_rectangles(pRegion, NULL);
293 pixman_region_init (pRegion);
301 pixman_region_translate (pRegion, -dx, -dy);
302 if (!pixman_region_intersect (pRegion, pRegion, pClip))
305 pixman_region_translate(pRegion, dx, dy);
307 return pixman_region_not_empty(pRegion);
311 miClipPictureSrc (RegionPtr pRegion, argument
400 miComputeCompositeRegion(RegionPtr pRegion,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height) argument
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Dmipict.c230 miClipPictureReg(pixman_region16_t * pRegion, argument
233 if (pixman_region_n_rects(pRegion) == 1 &&
235 pixman_box16_t *pRbox = pixman_region_rectangles(pRegion, NULL);
248 pixman_region_init(pRegion);
255 pixman_region_translate(pRegion, -dx, -dy);
256 if (!pixman_region_intersect(pRegion, pRegion, pClip))
259 pixman_region_translate(pRegion, dx, dy);
261 return pixman_region_not_empty(pRegion);
265 miClipPictureSrc(RegionPtr pRegion, PicturePt argument
315 miComputeCompositeRegion(RegionPtr pRegion,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.h40 typedef void (*DamageReportFunc) (DamagePtr pDamage, RegionPtr pRegion, void *closure);
44 typedef void (*DamageMarkerFunc) (DrawablePtr pDrawable, DamagePtr pDamage, RegionPtr pOldDamage, RegionPtr pRegion, void *closure);
90 const RegionPtr pRegion);
103 DamageRegionAppend (DrawablePtr pDrawable, RegionPtr pRegion);
111 DamageRegionRendered (DrawablePtr pDrawable, DamagePtr pDamage, RegionPtr pOldDamage, RegionPtr pRegion);
116 const RegionPtr pRegion);
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.h40 typedef void (*DamageReportFunc) (DamagePtr pDamage, RegionPtr pRegion,
83 DamageSubtract(DamagePtr pDamage, const RegionPtr pRegion);
96 DamageRegionAppend(DrawablePtr pDrawable, RegionPtr pRegion);
108 DamageDamageRegion(DrawablePtr pDrawable, const RegionPtr pRegion);
/xsrc/external/mit/xorg-server/dist/damageext/
H A Ddamageext.c136 DamageExtReport(DamagePtr pDamage, RegionPtr pRegion, void *closure) argument
143 DamageExtNotify(pDamageExt, RegionRects(pRegion),
144 RegionNumRects(pRegion));
147 DamageExtNotify(pDamageExt, RegionExtents(pRegion), 1);
221 RegionPtr pRegion = &((WindowPtr) pDrawable)->borderClip; local in function:DamageExtRegister
222 RegionTranslate(pRegion, -pDrawable->x, -pDrawable->y);
223 DamageReportDamage(pDamage, pRegion);
224 RegionTranslate(pRegion, pDrawable->x, pDrawable->y);
376 DamageExtSubtract(DamageExtPtr pDamageExt, const RegionPtr pRegion) argument
383 RegionSubtract(damage, damage, pRegion);
441 RegionPtr pRegion; local in function:ProcDamageAdd
609 PanoramiXDamageReport(DamagePtr pDamage,RegionPtr pRegion,void * closure) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessCommon.c259 * pRegion is in GLOBAL coordinates.
262 RootlessDamageRegion(WindowPtr pWindow, RegionPtr pRegion) argument
288 b2 = RegionExtents(pRegion);
293 if (RegionNumRects(pRegion) == 1) {
300 RegionRects (pRegion));
302 /* clip totally contains pRegion */
306 RegionNumRects(pRegion),
307 RegionRects(pRegion),
314 /* clip doesn't contain pRegion */
320 /* clip overlaps pRegion, nee
[all...]
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshadow.c55 RegionPtr pRegion; local in function:shadowRedisplay
59 pRegion = DamageRegion(pBuf->pDamage);
60 if (RegionNotEmpty(pRegion)) {
116 shadowReportFunc(DamagePtr pDamage, RegionPtr pRegion, void *closure) argument
124 RegionUnion(&pDamage->damage, &pDamage->damage, pRegion);
130 RegionCopy(&pBuf->damage, pRegion);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessCommon.c308 * pRegion is in GLOBAL coordinates.
311 RootlessDamageRegion(WindowPtr pWindow, RegionPtr pRegion) argument
337 b2 = RegionExtents(pRegion);
342 if (RegionNumRects(pRegion) == 1) {
348 in = RegionContainsRect(&pWindow->borderClip, RegionRects(pRegion));
350 /* clip totally contains pRegion */
355 (pRegion),
357 (pRegion),
367 /* clip doesn't contain pRegion */
373 /* clip overlaps pRegion, nee
[all...]
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshadow.c59 RegionPtr pRegion; local in function:shadowRedisplay
63 pRegion = DamageRegion(pBuf->pDamage);
64 if (RegionNotEmpty(pRegion)) {
/xsrc/external/mit/xorg-server.old/dist/damageext/
H A Ddamageext.c88 DamageExtReport (DamagePtr pDamage, RegionPtr pRegion, void *closure) argument
95 DamageExtNotify (pDamageExt, RegionRects(pRegion), RegionNumRects(pRegion));
98 DamageExtNotify (pDamageExt, RegionExtents(pRegion), 1);
168 RegionPtr pRegion; local in function:ProcDamageCreate
225 pRegion = &((WindowPtr) pDrawable)->borderClip;
226 DamageDamageRegion(pDrawable, pRegion);
282 RegionPtr pRegion; local in function:ProcDamageAdd
286 VERIFY_REGION(pRegion, stuff->region, client, DixWriteAccess);
295 RegionTranslate(pRegion, pDrawabl
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfboverlay.h77 RegionPtr pRegion, CARD32 pixel, int layer);
H A Dfbglyph.c33 fbGlyphIn(RegionPtr pRegion, int x, int y, int width, int height) argument
36 BoxPtr pExtents = RegionExtents(pRegion);
53 return RegionContainsRect(pRegion, &box) == rgnIN;
H A Dfbwindow.c156 RegionPtr pRegion, FbBits and, FbBits xor)
162 int n = RegionNumRects(pRegion);
163 BoxPtr pbox = RegionRects(pRegion);
155 fbFillRegionSolid(DrawablePtr pDrawable,RegionPtr pRegion,FbBits and,FbBits xor) argument
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_dri2.c290 dri2_copy_region(DrawablePtr pDraw, RegionPtr pRegion, argument
359 myClip = REGION_CREATE(pScreen, REGION_RECTS(pRegion),
360 REGION_NUM_RECTS(pRegion));
368 DamageRegionAppend(src_draw, pRegion);
370 saa_drawable_dirty(src_draw, TRUE, pRegion);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c769 static Bool exaFillRegionSolid (DrawablePtr pDrawable, RegionPtr pRegion,
1000 exaFillRegionSolid (DrawablePtr pDrawable, RegionPtr pRegion, Pixel pixel, argument
1010 RegionTranslate(pRegion, xoff, yoff);
1022 alu, clientClipType) ? NULL : pRegion;
1033 nbox = RegionNumRects (pRegion);
1034 pBox = RegionRects (pRegion);
1066 pRegion);
1068 pRegion);
1069 RegionSubtract(pending_damage, pending_damage, pRegion);
1076 RegionTranslate(pRegion,
1085 exaFillRegionTiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu,unsigned int clientClipType) argument
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c772 static Bool exaFillRegionSolid(DrawablePtr pDrawable, RegionPtr pRegion,
992 exaFillRegionSolid(DrawablePtr pDrawable, RegionPtr pRegion, Pixel pixel, argument
1003 RegionTranslate(pRegion, xoff, yoff);
1016 hasClientClip) ? NULL : pRegion;
1026 nbox = RegionNumRects(pRegion);
1027 pBox = RegionRects(pRegion);
1056 RegionUnion(&pExaPixmap->validSys, &pExaPixmap->validSys, pRegion);
1057 RegionUnion(&pExaPixmap->validFB, &pExaPixmap->validFB, pRegion);
1058 RegionSubtract(pending_damage, pending_damage, pRegion);
1065 RegionTranslate(pRegion,
1074 exaFillRegionTiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu,Bool hasClientClip) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfboverlay.h76 RegionPtr pRegion,
H A Dfbwindow.c206 RegionPtr pRegion,
214 int n = RegionNumRects(pRegion);
215 BoxPtr pbox = RegionRects(pRegion);
205 fbFillRegionSolid(DrawablePtr pDrawable,RegionPtr pRegion,FbBits and,FbBits xor) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2.h62 RegionPtr pRegion,
187 RegionPtr pRegion,
291 RegionPtr pRegion,
/xsrc/external/mit/libX11/dist/src/
H A DRegion.c294 /* TranslateRegion(pRegion, x, y)
301 register Region pRegion,
308 pbox = pRegion->rects;
309 nbox = pRegion->numRects;
319 pRegion->extents.x1 += x;
320 pRegion->extents.x2 += x;
321 pRegion->extents.y1 += y;
322 pRegion->extents.y2 += y;
1512 Region pRegion,
1517 if (pRegion
300 XOffsetRegion(register Region pRegion,register int x,register int y) argument
1508 XPointInRegion(Region pRegion,int x,int y) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c675 static Bool uxa_fill_region_solid(DrawablePtr pDrawable, RegionPtr pRegion,
894 RegionPtr pRegion,
909 REGION_TRANSLATE(screen, pRegion, xoff, yoff);
911 nbox = REGION_NUM_RECTS(pRegion);
912 pBox = REGION_RECTS(pRegion);
931 REGION_TRANSLATE(screen, pRegion, -xoff, -yoff);
935 /* Try to do an accelerated tile of the pTile into pRegion of pDrawable.
940 RegionPtr pRegion,
948 int nbox = REGION_NUM_RECTS(pRegion);
949 BoxPtr pBox = REGION_RECTS(pRegion);
893 uxa_fill_region_solid(DrawablePtr pDrawable,RegionPtr pRegion,Pixel pixel,CARD32 planemask,CARD32 alu) argument
939 uxa_fill_region_tiled(DrawablePtr pDrawable,RegionPtr pRegion,PixmapPtr pTile,DDXPointPtr pPatOrg,CARD32 planemask,CARD32 alu) argument
[all...]

Completed in 61 milliseconds

1234