Searched refs:sourceBox (Results 1 – 2 of 2) sorted by relevance
1140 BoxRec sourceBox; in PanoramiXCopyArea() local1149 sourceBox.x1 = min(srcx + dx, 0); in PanoramiXCopyArea()1150 sourceBox.y1 = min(srcy + dy, 0); in PanoramiXCopyArea()1151 sourceBox.x2 = max(sourceBox.x1 + width, 32767); in PanoramiXCopyArea()1152 sourceBox.y2 = max(sourceBox.y1 + height, 32767); in PanoramiXCopyArea()1154 RegionInit(&rgn, &sourceBox, 1); in PanoramiXCopyArea()
16612 v3: Create sourceBox with the right coordinates initially instead of