HomeSort by: relevance | last modified time | path
    Searched refs:pixret (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
image_xwd.c 55 Pixmap pixret; local
211 pixret = XCreatePixmap(dpy, Scr->Root, Scr->rootw,
215 XFillRectangle(dpy, pixret, gc, 0, 0, Scr->rootw, Scr->rooth);
216 XPutImage(dpy, pixret, gc, image, 0, 0, x, y, w, h);
221 pixret = XCreatePixmap(dpy, Scr->Root, w, h, depth);
222 XPutImage(dpy, pixret, gc, image, 0, 0, 0, 0, w, h);
228 ret->pixmap = pixret;
ewmh.c 861 Pixmap pixret; local
923 pixret = XCreatePixmap(dpy, scr->Root, width, height, scr->d_depth);
924 XPutImage(dpy, pixret, gc, ximage, 0, 0, 0, 0, width, height);
938 image->pixmap = pixret;

Completed in 17 milliseconds