Searched refs:pixbounds (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/mi/
H A Dmigc.c165 BoxRec pixbounds; local in function:miComputeCompositeClip
169 pixbounds.x1 = pDrawable->x;
170 pixbounds.y1 = pDrawable->y;
171 pixbounds.x2 = pDrawable->x + pDrawable->width;
172 pixbounds.y2 = pDrawable->y + pDrawable->height;
175 RegionReset(pGC->pCompositeClip, &pixbounds);
179 pGC->pCompositeClip = RegionCreate(&pixbounds, 1);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmigc.c209 BoxRec pixbounds; local in function:miComputeCompositeClip
213 pixbounds.x1 = pDrawable->x;
214 pixbounds.y1 = pDrawable->y;
215 pixbounds.x2 = pDrawable->x + pDrawable->width;
216 pixbounds.y2 = pDrawable->y + pDrawable->height;
220 RegionReset(pGC->pCompositeClip, &pixbounds);
225 pGC->pCompositeClip = RegionCreate(&pixbounds, 1);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmipict.c208 BoxRec pixbounds; local in function:miValidatePicture
212 pixbounds.x1 = pDrawable->x;
213 pixbounds.y1 = pDrawable->y;
214 pixbounds.x2 = pDrawable->x + pDrawable->width;
215 pixbounds.y2 = pDrawable->y + pDrawable->height;
219 RegionReset(pPicture->pCompositeClip, &pixbounds);
224 pPicture->pCompositeClip = RegionCreate(&pixbounds, 1);
/xsrc/external/mit/xorg-server/dist/render/
H A Dmipict.c169 BoxRec pixbounds; local in function:miValidatePicture
173 pixbounds.x1 = pDrawable->x;
174 pixbounds.y1 = pDrawable->y;
175 pixbounds.x2 = pDrawable->x + pDrawable->width;
176 pixbounds.y2 = pDrawable->y + pDrawable->height;
179 RegionReset(pPicture->pCompositeClip, &pixbounds);
183 pPicture->pCompositeClip = RegionCreate(&pixbounds, 1);

Completed in 4 milliseconds