Home
last modified time | relevance | path

Searched refs:pixbounds (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmigc.c165 BoxRec pixbounds; in miComputeCompositeClip() local
169 pixbounds.x1 = pDrawable->x; in miComputeCompositeClip()
170 pixbounds.y1 = pDrawable->y; in miComputeCompositeClip()
171 pixbounds.x2 = pDrawable->x + pDrawable->width; in miComputeCompositeClip()
172 pixbounds.y2 = pDrawable->y + pDrawable->height; in miComputeCompositeClip()
175 RegionReset(pGC->pCompositeClip, &pixbounds); in miComputeCompositeClip()
179 pGC->pCompositeClip = RegionCreate(&pixbounds, 1); in miComputeCompositeClip()
/OK3568_Linux_fs/external/xserver/render/
H A Dmipict.c169 BoxRec pixbounds; in miValidatePicture() local
173 pixbounds.x1 = pDrawable->x; in miValidatePicture()
174 pixbounds.y1 = pDrawable->y; in miValidatePicture()
175 pixbounds.x2 = pDrawable->x + pDrawable->width; in miValidatePicture()
176 pixbounds.y2 = pDrawable->y + pDrawable->height; in miValidatePicture()
179 RegionReset(pPicture->pCompositeClip, &pixbounds); in miValidatePicture()
183 pPicture->pCompositeClip = RegionCreate(&pixbounds, 1); in miValidatePicture()