Lines Matching defs:drawable
122 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable)
145 Drawable drawable;
150 drawable = pdraw->xDrawable;
152 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
188 Drawable drawable;
197 drawable = pdraw->xDrawable;
206 XShmPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h, False);
209 XPutImage(dpy, drawable, gc, ximage, srcx, srcy, x, y, w, h);
667 XDestroyDrawable(pdp, pdraw->psc->dpy, pdraw->drawable);
673 GLXDrawable drawable, int type,
688 pdp->base.drawable = drawable;
720 /* Create a new drawable */