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

/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiXprocs.c1140 BoxRec sourceBox; local in function:PanoramiXCopyArea
1149 sourceBox.x1 = min(srcx + dx, 0);
1150 sourceBox.y1 = min(srcy + dy, 0);
1151 sourceBox.x2 = max(sourceBox.x1 + width, 32767);
1152 sourceBox.y2 = max(sourceBox.y1 + height, 32767);
1154 RegionInit(&rgn, &sourceBox, 1);

Completed in 4 milliseconds