Lines Matching refs:dstWin
247 WindowPtr srcWin, dstWin, maskWin = NULL;
255 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ?
265 if (dstWin && IsFramedWindow(dstWin))
266 RootlessStartDrawing(dstWin);
272 if (dstWin && IsFramedWindow(dstWin)) {
273 RootlessDamageRect(dstWin, xDst, yDst, width, height);
291 WindowPtr srcWin, dstWin;
295 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ?
299 if (dstWin && IsFramedWindow(dstWin)) RootlessStartDrawing(dstWin);
307 if (dstWin && IsFramedWindow(dstWin)) {
352 RootlessDamageBox(dstWin, &box);