Lines Matching refs:context

97 	Offset(context), XtRImmediate, (XtPointer) NULL},
182 static void GetDrawingInfo(Widget w, DSWDrawableType *type, Drawable *drawable, DPSGState *gstate, DPSContext *context);
709 /* Get the context */
711 if (dsw->sw.context == NULL) {
712 dsw->sw.context = XDPSGetSharedContext(XtDisplay(dsw));
721 if (_XDPSTestComponentInitialized(dsw->sw.context,
724 XDPSRegisterContext(dsw->sw.context, False);
753 XDPSFreeContextGState(dsw->sw.context, dsw->sw.window_gstate);
756 XDPSFreeContextGState(dsw->sw.context, dsw->sw.backing_gstate);
759 XDPSFreeContextGState(dsw->sw.context, dsw->sw.feedback_gstate);
784 _DPSSWSetMatrixAndGetTransform(dsw->sw.context, psX, psY, dsw->sw.scale,
795 _DPSSWSetMatrix(dsw->sw.context, psX, psY, dsw->sw.scale,
810 DPSsetXoffset(dsw->sw.context, ox, oy);
894 XDPSFreeContextGState(dsw->sw.context, dsw->sw.backing_gstate);
1009 e.context = dsw->sw.context;
1013 XDPSSetContextGState(dsw->sw.context, e.gstate);
1014 _DPSSWSetRectViewClip(dsw->sw.context, dsw->sw.current_drawing,
1037 DPSinitviewclip(dsw->sw.context);
1081 if (dsw->sw.num_scratch == 0) DPSWaitContext(dsw->sw.context);
1116 e.context = dsw->sw.context;
1119 XDPSSetContextGState(dsw->sw.context, e.gstate);
1125 _DPSSWSetRectViewClip(dsw->sw.context, dsw->sw.current_drawing,
1153 DPSinitviewclip(dsw->sw.context);
1154 DPSWaitContext(dsw->sw.context);
1613 XDPSSetContextDrawable(dsw->sw.context, dsw->sw.backing_pixmap,
1618 XDPSCaptureContextGState(dsw->sw.context, &dsw->sw.backing_gstate);
1671 /* If the context's colormap matches the widget's colormap, assume that
1674 installing it in the context before calling us */
1676 _DPSSWColormapMatch(dsw->sw.context,
1680 XDPSSetContextParameters(dsw->sw.context, XtScreen(dsw),
1693 XDPSSetContextParameters(dsw->sw.context, XtScreen(dsw),
1703 DPSinitgraphics(dsw->sw.context);
1704 _DPSSWGetTransform(dsw->sw.context, dsw->sw.ctm, dsw->sw.orig_inv_ctm);
1715 DPSscale(dsw->sw.context, dsw->sw.scale, dsw->sw.scale);
1716 _DPSSWGetTransform(dsw->sw.context, dsw->sw.ctm, dsw->sw.inv_ctm);
1735 XDPSCaptureContextGState(dsw->sw.context, &dsw->sw.window_gstate);
1778 setup.context = dsw->sw.context;
1967 (void) XDPSSetContextGState(dsw->sw.context, dsw->sw.window_gstate);
1969 (void) XDPSUpdateContextGState(dsw->sw.context, dsw->sw.window_gstate);
1972 (void) XDPSSetContextGState(dsw->sw.context, dsw->sw.backing_gstate);
1974 (void) XDPSUpdateContextGState(dsw->sw.context,
2088 XDPSSetContextDrawable(dsw->sw.context, dsw->sw.feedback_pixmap,
2091 XDPSCaptureContextGState(dsw->sw.context,
2446 XDPSSetContextGState(dsw->sw.context, dsw->sw.window_gstate);
2447 DPSinitclip(dsw->sw.context);
2448 DPSinitviewclip(dsw->sw.context);
2451 XDPSUpdateContextGState(dsw->sw.context, dsw->sw.window_gstate);
2463 XDPSFreeContextGState(dsw->sw.context, dsw->sw.backing_gstate);
2554 XDPSSetContextDrawable(dsw->sw.context, dsw->sw.feedback_pixmap,
2557 XDPSCaptureContextGState(dsw->sw.context, &dsw->sw.feedback_gstate);
2564 the new context */
2565 XDPSSetContextDrawable(dsw->sw.context, XtWindow(dsw->sw.drawing_area),
2567 DPSinitgraphics(dsw->sw.context);
2569 DPSscale(dsw->sw.context, dsw->sw.scale, dsw->sw.scale);
2573 (void) XDPSCaptureContextGState(dsw->sw.context, &dsw->sw.window_gstate);
2575 XDPSSetContextDrawable(dsw->sw.context, dsw->sw.backing_pixmap,
2580 XDPSCaptureContextGState(dsw->sw.context, &dsw->sw.backing_gstate);
2610 XDPSFreeContextGState(dsw->sw.context, dsw->sw.backing_gstate);
2630 XDPSFreeContextGState(dsw->sw.context, dsw->sw.backing_gstate);
2725 if (NE(context)) {
2728 if (newdsw->sw.context == NULL) {
2729 newdsw->sw.context = XDPSGetSharedContext(XtDisplay(newdsw));
2731 if (_XDPSTestComponentInitialized(newdsw->sw.context,
2734 XDPSRegisterContext(newdsw->sw.context, False);
2737 setup.context = newdsw->sw.context;
2871 f.context = dsw->sw.context;
2875 XDPSSetContextGState(dsw->sw.context, f.gstate);
2876 _DPSSWSetRectViewClip(dsw->sw.context, r, n * 4);
2879 DPSWaitContext(dsw->sw.context);
3224 XDPSFreeContextGState(dsw->sw.context, dsw->sw.feedback_gstate);
3400 DPSContext *context)
3413 *context = dsw->sw.context;
3421 DPSContext *context)
3426 sw_class.get_drawing_info) (w, type, drawable, gstate, context);