Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1140 BoxRec sourceBox; in PanoramiXCopyArea() local
1149 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog16612 v3: Create sourceBox with the right coordinates initially instead of