Lines Matching refs:dstWin
245 WindowPtr srcWin, dstWin, maskWin = NULL; in RootlessComposite() local
254 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessComposite()
264 if (dstWin && IsFramedWindow(dstWin)) in RootlessComposite()
265 RootlessStartDrawing(dstWin); in RootlessComposite()
270 if (dstWin && IsFramedWindow(dstWin)) { in RootlessComposite()
271 RootlessDamageRect(dstWin, xDst, yDst, width, height); in RootlessComposite()
288 WindowPtr srcWin, dstWin; in RootlessGlyphs() local
292 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessGlyphs()
297 if (dstWin && IsFramedWindow(dstWin)) in RootlessGlyphs()
298 RootlessStartDrawing(dstWin); in RootlessGlyphs()
306 if (dstWin && IsFramedWindow(dstWin)) { in RootlessGlyphs()
351 RootlessDamageBox(dstWin, &box); in RootlessGlyphs()