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

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessScreen.c247 WindowPtr srcWin, dstWin, maskWin = NULL; local in function:RootlessComposite
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; local in function:RootlessGlyphs
295 dstWin
[all...]
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessScreen.c238 WindowPtr srcWin, dstWin, maskWin = NULL; local in function:RootlessComposite
247 dstWin = (pDst->pDrawable->type == DRAWABLE_WINDOW) ?
257 if (dstWin && IsFramedWindow(dstWin))
258 RootlessStartDrawing(dstWin);
263 if (dstWin && IsFramedWindow(dstWin)) {
264 RootlessDamageRect(dstWin, xDst, yDst, width, height);
281 WindowPtr srcWin, dstWin; local in function:RootlessGlyphs
285 dstWin
[all...]
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxsnoop.c36 * (possibly converted to grayscale) in the dstWin.
39 redraw(Display *dpy, Window srcWin, Window dstWin ) argument
93 glXMakeCurrent(dpy, dstWin, Context);

Completed in 4 milliseconds