Lines Matching refs:ctx
194 TextWidget ctx = (TextWidget) XtParent(w);
198 max_x = (Position) ctx->core.width;
203 XDrawImageString(XtDisplay(ctx), XtWindow(ctx), gc,
205 if ( (((Position) width + x) > max_x) && (ctx->text.margin.right != 0) ) {
206 x = ctx->core.width - ctx->text.margin.right;
207 width = ctx->text.margin.right;
208 XFillRectangle(XtDisplay((Widget) ctx), XtWindow( (Widget) ctx),