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

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxace.c236 BoxRec imageBox; local in function:XaceCensorImage
239 imageBox.x1 = pDraw->x + x;
240 imageBox.y1 = pDraw->y + y;
241 imageBox.x2 = pDraw->x + x + w;
242 imageBox.y2 = pDraw->y + y + h;
243 RegionInit(&imageRegion, &imageBox, 1);
267 pRects[i].x = pBox->x1 - imageBox.x1;
268 pRects[i].y = pBox->y1 - imageBox.y1;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxace.c232 BoxRec imageBox; local in function:XaceCensorImage
235 imageBox.x1 = x;
236 imageBox.y1 = y;
237 imageBox.x2 = x + w;
238 imageBox.y2 = y + h;
239 RegionInit(&imageRegion, &imageBox, 1);
269 pRects[i].y = pBox->y1 - imageBox.y1;

Completed in 4 milliseconds