Searched defs:xlib_drawable (Results 1 – 2 of 2) sorted by relevance
13 struct xlib_drawable { struct14 Visual *visual;15 int depth;16 Drawable drawable;
297 xlib_sw_display(struct xlib_drawable *xlib_drawable, in xlib_sw_display()384 struct xlib_drawable *xlib_drawable = (struct xlib_drawable *)context_private; in xlib_displaytarget_display() local