| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | LookupCmap.c | 200 XStandardColormap *cnew, Bool replace) 206 * cnew - specifies a standard colormap 218 if (cnew) 219 XSetRGBColormaps(dpy, win, cnew, 1, property); 228 if (cnew) 229 XSetRGBColormaps(dpy, win, cnew, 1, property); 243 if (cnew) { 260 m->colormap = cnew->colormap; 261 m->red_max = cnew->red_max; 262 m->red_mult = cnew 199 lookup(Display * dpy,int screen,VisualID visualid,Atom property,XStandardColormap * cnew,Bool replace) argument [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | AsciiText.c | 266 XawAsciiInitialize(Widget request, Widget cnew, argument 269 AsciiWidget w = (AsciiWidget)cnew; 279 XtHeight(cnew) = DEFAULT_TEXT_HEIGHT; 285 cnew, args, *num_args); 291 cnew, args, *num_args); 296 _XawSourceAddText(w->text.source, cnew); 302 cnew, args, *num_args); 308 cnew, args, *num_args); 313 _XawSourceAddText(w->text.source, cnew); 325 XawTextDisableRedisplay(cnew); [all...] |
| H A D | Panner.c | 641 PannerWidget req = (PannerWidget)greq, cnew = (PannerWidget)gnew; local in function:XawPannerInitialize 645 cnew->panner.canvas_width = 1; 647 cnew->panner.canvas_height = 1; 649 cnew->panner.default_scale = PANNER_DEFAULT_SCALE; 653 XtWidth(cnew) = defwidth; 655 XtHeight(cnew) = defheight; 657 cnew->panner.shadow_gc = NULL; 658 reset_shadow_gc(cnew); /* shadowColor */ 659 cnew->panner.slider_gc = NULL; 660 reset_slider_gc(cnew); /* foregroun 758 PannerWidget cnew = (PannerWidget)gnew; local in function:XawPannerSetValues [all...] |
| H A D | Tree.c | 354 TreeWidget request = (TreeWidget) grequest, cnew = (TreeWidget) gnew; local in function:XawTreeInitialize 361 if (request->core.width <= 0) cnew->core.width = 5; 362 if (request->core.height <= 0) cnew->core.height = 5; 369 cnew->tree.hpad = TREE_HORIZONTAL_DEFAULT_SPACING; 370 cnew->tree.vpad = TREE_VERTICAL_DEFAULT_SPACING; 372 cnew->tree.hpad = TREE_VERTICAL_DEFAULT_SPACING; 373 cnew->tree.vpad = TREE_HORIZONTAL_DEFAULT_SPACING; 380 cnew->tree.gc = get_tree_gc (cnew); 385 cnew 408 XawTreeConstraintInitialize(Widget request _X_UNUSED,Widget cnew,ArgList args _X_UNUSED,Cardinal * num_args _X_UNUSED) argument 442 TreeWidget current = (TreeWidget) gcurrent, cnew = (TreeWidget) gnew; local in function:XawTreeSetValues 486 XawTreeConstraintSetValues(Widget current,Widget request _X_UNUSED,Widget cnew,ArgList args _X_UNUSED,Cardinal * num_args _X_UNUSED) argument [all...] |
| H A D | Repeater.c | 248 RepeaterWidget cnew = (RepeaterWidget)gnew; local in function:XawRepeaterInitialize 250 if (cnew->repeater.minimum_delay < 0) 251 cnew->repeater.minimum_delay = 0; 252 cnew->repeater.timer = 0; 267 RepeaterWidget cnew = (RepeaterWidget)gnew; local in function:XawRepeaterSetValues 269 if (cur->repeater.minimum_delay != cnew->repeater.minimum_delay) { 270 if (cnew->repeater.next_delay < cnew->repeater.minimum_delay) 271 cnew->repeater.next_delay = cnew [all...] |
| H A D | SmeLine.c | 155 XawSmeLineInitialize(Widget request _X_UNUSED, Widget cnew, argument 158 SmeLineObject entry = (SmeLineObject)cnew; 163 CreateGC(cnew); 243 * cnew - what the widget will become 250 XawSmeLineSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 253 SmeLineObject entry = (SmeLineObject)cnew; 259 CreateGC(cnew);
|
| H A D | Simple.c | 292 XawSimpleInitialize(Widget request _X_UNUSED, Widget cnew, argument 295 SimpleWidget simple = (SimpleWidget)cnew; 399 XawSimpleSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 403 SimpleWidget s_new = (SimpleWidget)cnew; 409 if (XtIsSensitive(current) != XtIsSensitive(cnew)) 410 (*((SimpleWidgetClass)XtClass(cnew))->simple_class.change_sensitive) 411 (cnew); 423 ConvertCursor(cnew); 427 if (new_cursor && XtIsRealized(cnew)) { 429 XDefineCursor(XtDisplay(cnew), XtWindo [all...] |
| H A D | Dialog.c | 194 XawDialogInitialize(Widget request _X_UNUSED, Widget cnew, argument 197 DialogWidget dw = (DialogWidget)cnew; 208 cnew, arglist, arg_cnt); 219 cnew, arglist, arg_cnt); 234 XawDialogConstraintInitialize(Widget request _X_UNUSED, Widget cnew, argument 237 DialogWidget dw = (DialogWidget)cnew->core.parent; 238 DialogConstraints constraint = (DialogConstraints)cnew->core.constraints; 240 if (!XtIsSubclass(cnew, commandWidgetClass)) /* if not a button */ 271 XawDialogSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 274 DialogWidget w = (DialogWidget)cnew; [all...] |
| H A D | SmeBSB.c | 255 * cnew - new widget with both resource and non resource values 262 XawSmeBSBInitialize(Widget request _X_UNUSED, Widget cnew, argument 265 SmeBSBObject entry = (SmeBSBObject)cnew; 270 entry->sme_bsb.label = XtName(cnew); 274 GetDefaultSize(cnew, &entry->rectangle.width, &entry->rectangle.height); 275 CreateGCs(cnew); 280 GetBitmapInfo(cnew, True); /* Left Bitmap Info */ 281 GetBitmapInfo(cnew, False); /* Right Bitmap Info */ 419 * cnew - what the widget will become 427 XawSmeBSBSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument [all...] |
| H A D | Toggle.c | 230 XawToggleInitialize(Widget request, Widget cnew, argument 233 ToggleWidget tw = (ToggleWidget)cnew; 239 tw->toggle.radio_data = (XtPointer)cnew->core.name; 243 CreateRadioGroup(cnew, tw->toggle.widget); 245 AddToRadioGroup(GetRadioGroup(tw->toggle.widget), cnew); 247 XtAddCallback(cnew, XtNdestroyCallback, XawToggleDestroy, NULL); 260 ToggleSet(cnew, NULL, NULL, NULL); 297 XawToggleSetValues(Widget current, Widget request, Widget cnew, argument 301 ToggleWidget tw = (ToggleWidget)cnew; 305 XawToggleChangeRadioGroup(cnew, t [all...] |
| H A D | Form.c | 448 XawFormInitialize(Widget request _X_UNUSED, Widget cnew, argument 451 FormWidget fw = (FormWidget)cnew; 717 TransformCoord(int loc, unsigned int old, unsigned int cnew, XtEdgeType type) argument 721 loc = (int)(loc * ((double)cnew / (double)old)); 724 loc += (int)cnew - (int)old; 941 XawFormSetValues(Widget current _X_UNUSED, Widget request _X_UNUSED, Widget cnew _X_UNUSED, 946 FormWidget f_new = (FormWidget)cnew; 956 XawReshapeWidget(cnew, npix); 965 XawFormConstraintInitialize(Widget request _X_UNUSED, Widget cnew, argument 968 FormConstraints form = (FormConstraints)cnew 989 XawFormConstraintSetValues(Widget current,Widget request _X_UNUSED,Widget cnew,ArgList args _X_UNUSED,Cardinal * num_args _X_UNUSED) argument [all...] |
| H A D | Vendor.c | 365 XawVendorShellInitialize(Widget req _X_UNUSED, Widget cnew, argument 368 XtAddEventHandler(cnew, (EventMask) 0, TRUE, _XEditResCheckMessages, NULL); 369 XtAddEventHandler(cnew, (EventMask) 0, TRUE, XmuRegisterExternalAgent, NULL); 371 cnew, args, *num_args); 376 XawVendorShellSetValues(Widget old _X_UNUSED, Widget ref _X_UNUSED, Widget cnew _X_UNUSED, 401 XawVendorShellExtInitialize(Widget req _X_UNUSED, Widget cnew, argument 404 _XawImInitialize(cnew->core.parent, cnew); 416 XawVendorShellExtSetValues(Widget old _X_UNUSED, Widget ref _X_UNUSED, Widget cnew _X_UNUSED,
|
| H A D | MenuButton.c | 166 XawMenuButtonInitialize(Widget request _X_UNUSED, Widget cnew, argument 169 MenuButtonWidget mbw = (MenuButtonWidget)cnew; 186 XawMenuButtonSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 190 MenuButtonWidget mbw_new = (MenuButtonWidget)cnew;
|
| H A D | Command.c | 248 XawCommandInitialize(Widget request _X_UNUSED, Widget cnew, argument 251 CommandWidget cbw = (CommandWidget)cnew; 257 !XShapeQueryExtension(XtDisplay(cnew), &shape_event_base, 272 XtReleaseGC(cnew, cbw->label.normal_GC); 511 XawCommandSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 515 CommandWidget cbw = (CommandWidget)cnew; 544 XtReleaseGC(cnew, cbw->command.inverse_GC); 550 XtReleaseGC(cnew, cbw->label.normal_GC); 556 if (XtIsRealized(cnew)
|
| H A D | Sme.c | 166 * cnew - new widget with both resource and non resource values 173 XawSmeInitialize(Widget request _X_UNUSED, Widget cnew, argument 176 SmeObject entry = (SmeObject)cnew;
|
| H A D | Paned.c | 1706 XawPanedInitialize(Widget request _X_UNUSED, Widget cnew, argument 1709 PanedWidget pw = (PanedWidget)cnew; 1871 XawPanedSetValues(Widget old, Widget request _X_UNUSED, Widget cnew, argument 1875 PanedWidget new_pw = (PanedWidget)cnew; 1878 if ((old_pw->paned.cursor != new_pw->paned.cursor) && XtIsRealized(cnew)) 1879 XDefineCursor(XtDisplay(cnew), XtWindow(cnew), new_pw->paned.cursor); 1884 GetGCs(cnew); 1904 XawPanedChangeManaged(cnew); /* Seems weird, but does the right thing */ 1912 AdjustPanedSize(new_pw, PaneSize(cnew, !IsVer 1929 XawPanedPaneSetValues(Widget old,Widget request _X_UNUSED,Widget cnew,ArgList args _X_UNUSED,Cardinal * num_args _X_UNUSED) argument [all...] |
| H A D | MultiSink.c | 708 * cnew - "" 715 XawMultiSinkInitialize(Widget request _X_UNUSED, Widget cnew, argument 718 MultiSinkObject sink = (MultiSinkObject)cnew; 803 * cnew - what the object will become 813 XawMultiSinkSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 816 MultiSinkObject w = (MultiSinkObject)cnew; 822 ((TextWidget)XtParent(cnew))->text.redisplay_needed = True; 834 XtReleaseGC(cnew, w->multi_sink.normgc); 835 XtReleaseGC(cnew, w->multi_sink.invgc); 837 XtReleaseGC(cnew, [all...] |
| H A D | MultiSrc.c | 275 * cnew - the new widget with both resource and non resource values 284 XawMultiSrcInitialize(Widget request _X_UNUSED, Widget cnew, argument 287 MultiSrcObject src = (MultiSrcObject)cnew; 794 * cnew - what the widget will become 805 XawMultiSrcSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 808 MultiSrcObject src = (MultiSrcObject)cnew; 810 XtAppContext app_con = XtWidgetToApplicationContext(cnew); 841 XawTextSetSource(src->text_src.text[i], cnew, 0); 843 XawTextSetSource(XtParent(cnew), cnew, 1533 MultiPiece *cnew = AllocNewPiece(src, piece); local in function:BreakPiece [all...] |
| H A D | SimpleMenu.c | 389 * cnew - new widget with both resource and non resource values 396 XawSimpleMenuInitialize(Widget request _X_UNUSED, Widget cnew, argument 399 SimpleMenuWidget smw = (SimpleMenuWidget)cnew; 402 XmuCallInitializers(XtWidgetToApplicationContext(cnew)); 414 XtAddCallback(cnew, XtNpopupCallback, PopupCB, NULL); 418 CreateLabel(cnew); 421 CalculateNewSize(cnew, &width, &height); 440 XtAddCallback(cnew, XtNpopupCallback, ChangeCursorOnGrab, NULL); 566 * cnew - what the widget will become 573 XawSimpleMenuSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument [all...] |
| H A D | Label.c | 473 XawLabelInitialize(Widget request _X_UNUSED, Widget cnew, argument 476 LabelWidget lw = (LabelWidget)cnew; 503 (*XtClass(cnew)->core_class.resize)((Widget)lw); 635 XawLabelSetValues(Widget current, Widget request, Widget cnew, argument 640 LabelWidget newlw = (LabelWidget)cnew; 706 XtReleaseGC(cnew, curlw->label.normal_GC); 707 XtReleaseGC(cnew, curlw->label.gray_GC); 728 XtIsSensitive(current) != XtIsSensitive(cnew));
|
| H A D | AsciiSrc.c | 289 * cnew - new widget with both resource and non resource values 298 XawAsciiSrcInitialize(Widget request _X_UNUSED, Widget cnew, argument 301 AsciiSrcObject src = (AsciiSrcObject)cnew; 310 if (XtIsSubclass(XtParent(cnew), asciiDiskWidgetClass)) { 317 if (XtIsSubclass(XtParent(cnew), asciiStringWidgetClass)) { 969 * cnew - what the widget will become 980 XawAsciiSrcSetValues(Widget current, Widget request _X_UNUSED, Widget cnew, argument 983 AsciiSrcObject src = (AsciiSrcObject)cnew; 990 XtAppWarning(XtWidgetToApplicationContext(cnew), 1014 XawTextSetSource(src->text_src.text[i], cnew, 1711 Piece *cnew = AllocNewPiece(src, piece); local in function:BreakPiece [all...] |
| H A D | Box.c | 601 XawBoxInitialize(Widget request _X_UNUSED, Widget cnew, argument 604 BoxWidget newbbw = (BoxWidget)cnew; 640 XawBoxSetValues(Widget current _X_UNUSED, Widget request _X_UNUSED, Widget cnew _X_UNUSED, 646 BoxWidget b_new = (BoxWidget)cnew; 658 XawReshapeWidget(cnew, npix);
|
| H A D | TextPop.c | 1184 Widget cnew, old; local in function:_XawTextSetField 1196 cnew = search->search_text; 1202 cnew = search->rep_text; 1210 _SetField(cnew, old); 1218 * cnew - new and old text fields 1225 _SetField(Widget cnew, Widget old) argument 1230 if (!XtIsSensitive(cnew)) { 1235 XtSetKeyboardFocus(XtParent(cnew), cnew); 1239 XtGetValues(cnew, arg [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Flags.c | 437 XF86OptionPtr option, cnew, old; local in function:xf86parseOption 469 cnew = old; 476 cnew = option; 479 return ((XF86OptionPtr)xf86addListItem((glp)head, (glp)cnew));
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Flags.c | 427 XF86OptionPtr option, cnew, old; local in function:xf86parseOption 465 cnew = old; 472 cnew = option; 475 return ((XF86OptionPtr) xf86addListItem((glp) head, (glp) cnew));
|