Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c245 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()
[all …]