Searched refs:srcBox (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miexpose.c | 126 BoxRec srcBox; /* unclipped source */ local in function:miHandleExposures 142 srcBox.x1 = srcx; 143 srcBox.y1 = srcy; 144 srcBox.x2 = srcx + width; 145 srcBox.y2 = srcy + height; 174 if ((srcBox.x1 >= 0) && (srcBox.y1 >= 0) && 175 (srcBox.x2 <= pSrcDrawable->width) && 176 (srcBox.y2 <= pSrcDrawable->height)) 214 RegionInit(&rgnExposed, &srcBox, [all...] |
| H A D | mibitblt.c | 83 BoxRec srcBox, *prect; local in function:miCopyArea 125 /* If the src drawable is a window, we need to translate the srcBox so 127 srcBox.x1 = srcx; 128 srcBox.y1 = srcy; 129 srcBox.x2 = srcx + widthSrc; 130 srcBox.y2 = srcy + heightSrc; 164 if (dsty <= srcBox.y1) { /* Scroll up or stationary vertical. 166 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal. 183 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */ 206 xMin = max(prect->x1, srcBox [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miexpose.c | 138 BoxRec srcBox; /* unclipped source */ local in function:miHandleExposures 157 srcBox.x1 = srcx; 158 srcBox.y1 = srcy; 159 srcBox.x2 = srcx+width; 160 srcBox.y2 = srcy+height; 195 if ((srcBox.x1 >= 0) && (srcBox.y1 >= 0) && 196 (srcBox.x2 <= pSrcDrawable->width) && 197 (srcBox.y2 <= pSrcDrawable->height)) 242 RegionInit(&rgnExposed, &srcBox, [all...] |
| H A D | mibitblt.c | 89 BoxRec srcBox, *prect; local in function:miCopyArea 131 /* If the src drawable is a window, we need to translate the srcBox so 133 srcBox.x1 = srcx; 134 srcBox.y1 = srcy; 135 srcBox.x2 = srcx + widthSrc; 136 srcBox.y2 = srcy + heightSrc; 170 if (dsty <= srcBox.y1) { /* Scroll up or stationary vertical. 172 if (dstx <= srcBox.x1) /* Scroll left or stationary horizontal. 189 if (dstx < srcBox.x1) { /* Scroll left. Horizontal order OK. */ 214 xMin = max(prect->x1, srcBox [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_cmd.h | 1239 SVGA3dBox srcBox; member in struct:SVGA3dCmdLogicOpsTransBlt 1258 SVGA3dBox srcBox; member in struct:SVGA3dCmdLogicOpsStretchBlt 1294 SVGA3dBox srcBox; member in struct:SVGA3dCmdLogicOpsAlphaBlend
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_cmd.h | 1273 SVGA3dBox srcBox; member in struct:SVGA3dCmdLogicOpsTransBlt 1292 SVGA3dBox srcBox; member in struct:SVGA3dCmdLogicOpsStretchBlt 1328 SVGA3dBox srcBox; member in struct:SVGA3dCmdLogicOpsAlphaBlend
|
Completed in 14 milliseconds