Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dxace.c236 BoxRec imageBox; in XaceCensorImage() local
239 imageBox.x1 = pDraw->x + x; in XaceCensorImage()
240 imageBox.y1 = pDraw->y + y; in XaceCensorImage()
241 imageBox.x2 = pDraw->x + x + w; in XaceCensorImage()
242 imageBox.y2 = pDraw->y + y + h; in XaceCensorImage()
243 RegionInit(&imageRegion, &imageBox, 1); in XaceCensorImage()
267 pRects[i].x = pBox->x1 - imageBox.x1; in XaceCensorImage()
268 pRects[i].y = pBox->y1 - imageBox.y1; in XaceCensorImage()