Searched defs:drawable (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.h63 Drawable drawable; member in struct:_t_XDPSPrivContextRec
90 Drawable /* drawable */,
H A DdpsXpriv.c301 Drawable drawable,
354 wh->drawable = drawable;
388 wh->cxid = XDPSLCreateContextAndSpace (wh->dpy, wh->drawable, wh->gc,
394 wh->cxid = XDPSLCreateContext (wh->dpy, *sxidP, wh->drawable, wh->gc,
299 XDPSCreatePrivContextRec( Display *dpy, Drawable drawable, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, int secure) argument
H A DdpsXcmu.c132 Drawable drawable,
140 /* If there is a screen specified, use it; otherwise use the drawable */
143 if (drawable == None || ScreenCount(dpy) == 1) {
147 /* Have to get the root for this drawable */
151 if (!XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height,
172 Drawable drawable,
190 if (dpy == NULL || (drawable == None && visual == NULL)) return 0;
194 if (XGetWindowAttributes(dpy, drawable, &attr) == 0) return 0;
198 if (grayRamp->colormap == None && drawable == None) return 0;
241 grayRamp->colormap = XCreateColormap(dpy, drawable, vinf
129 XDPSGetDefaultColorMaps( Display *dpy, Screen *screen, Drawable drawable, XStandardColormap *colorCube, XStandardColormap *grayRamp) argument
170 XDPSCreateStandardColormaps( Display *dpy, Drawable drawable, Visual *visual, int reds, int greens, int blues, int grays, XStandardColormap *colorCube, XStandardColormap *grayRamp, Bool retain) argument
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DDPSScrollW.h120 Drawable drawable; member in struct:__anon194
137 Drawable drawable; member in struct:__anon196
181 Drawable *drawable, DPSGState *gstate,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c213 Drawable drawable,
216 if (drawable != None && height <= 0) return dps_status_illegal_value;
217 _DPSSSetContextDrawable(context, drawable, height);
273 Drawable drawable,
318 if (drawable != None && height <= 0) return dps_status_illegal_value;
324 XDPSGetDefaultColorMaps(dpy, screen, drawable, &cmap,
349 XDPSGetDefaultColorMaps(dpy, screen, drawable,
368 _DPSSSetContextParameters(context, gctx, drawable, height, map,
381 Drawable drawable,
395 status = XDPSSetContextParameters(context, screen, depth, drawable, heigh
211 XDPSSetContextDrawable( DPSContext context, Drawable drawable, int height) argument
269 XDPSSetContextParameters( DPSContext context, Screen *screen, int depth, Drawable drawable, int height, XDPSStandardColormap *rgbMap, XDPSStandardColormap *grayMap, unsigned int flags) argument
377 XDPSPushContextParameters( DPSContext context, Screen *screen, int depth, Drawable drawable, int height, XDPSStandardColormap *rgbMap, XDPSStandardColormap *grayMap, unsigned int flags, DPSPointer *pushCookieReturn) argument
[all...]
H A DDPSScrollW.c182 static void GetDrawingInfo(Widget w, DSWDrawableType *type, Drawable *drawable, DPSGState *gstate, DPSContext *context);
1000 e.drawable = dsw->sw.backing_pixmap;
1003 e.drawable = dsw->sw.feedback_pixmap;
1006 e.drawable = XtWindow(dsw->sw.drawing_area);
1107 e.drawable = dsw->sw.backing_pixmap;
1110 e.drawable = dsw->sw.feedback_pixmap;
1113 e.drawable = XtWindow(dsw->sw.drawing_area);
2864 f.drawable = XtWindow(dsw->sw.drawing_area);
2868 f.drawable = dsw->sw.feedback_pixmap;
3398 Drawable *drawable,
3395 GetDrawingInfo( Widget w, DSWDrawableType *type, Drawable *drawable, DPSGState *gstate, DPSContext *context) argument
3416 DSWGetDrawingInfo( Widget w, DSWDrawableType *type, Drawable *drawable, DPSGState *gstate, DPSContext *context) argument
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c460 tpwin->drawable.id, XRT_WINDOW,
490 rc = dixLookupWindow(&pWin, tpwin->drawable.id, client,
622 ErrorF( "(%x, %d, %d, %x)\n", p2, p2->drawable.width,
623 p2->drawable.height, p2->prevSib);
756 reply.root = pWin->drawable.pScreen->root->drawable.id;
759 reply.parent = pWin->parent->drawable.id;
789 childIDs[curChild++] = pChild->drawable.id;
793 childIDs[curChild++] = pChild->drawable.id;
990 Drawable drawable,
987 TsolDoGetImage( ClientPtr client, int format, Drawable drawable, int x, int y, int width, int height, Mask planemask, xGetImageReply **im_return) argument
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drm.h420 drm_drawable_t drawable; member in struct:drm_i915_vblank_swap

Completed in 37 milliseconds