Searched refs:dstWin (Results 1 – 1 of 1) sorted by relevance
245 WindowPtr srcWin, dstWin, maskWin = NULL; in RootlessComposite() local254 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() local292 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ? in RootlessGlyphs()297 if (dstWin && IsFramedWindow(dstWin)) in RootlessGlyphs()298 RootlessStartDrawing(dstWin); in RootlessGlyphs()[all …]