Searched refs:XtAllocateGC (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 187 XtAllocateGC(register Widget widget, function in typeref:typename:GC 287 } /* XtAllocateGC */ 296 return XtAllocateGC(widget, 0, valueMask, values, 0, 0);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SmeBSB.c | 719 entry->sme_bsb.rev_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0); 726 entry->sme_bsb.norm_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0); 739 entry->sme_bsb.norm_gray_gc = XtAllocateGC(w, 0, mask_i18n, &values,
|
| H A D | Tip.c | 258 tip->tip.gc = XtAllocateGC(w, 0, GCForeground | GCBackground | GCFont | 391 newtip->tip.gc = XtAllocateGC(cnew, 0, GCForeground | GCBackground |
|
| H A D | MultiSink.c | 670 sink->multi_sink.normgc = XtAllocateGC((Widget)sink, 0, valuemask, &values, 679 sink->multi_sink.invgc = XtAllocateGC((Widget)sink, 0, valuemask, &values, 685 sink->multi_sink.xorgc = XtAllocateGC((Widget)sink, 0, valuemask,
|
| H A D | List.c | 334 lw->list.normgc = XtAllocateGC(w, 0, GCForeground, &values, GCFont, 0); 341 lw->list.revgc = XtAllocateGC(w, 0, GCForeground, &values, GCFont, 0); 352 lw->list.graygc = XtAllocateGC(w, 0, GCTile | GCFillStyle,
|
| H A D | Label.c | 398 /* Since Xmb/wcDrawString eats the font, I must use XtAllocateGC */ 399 lw->label.normal_GC = XtAllocateGC((Widget)lw, 0, 426 /* Since Xmb/wcDrawString eats the font, I must use XtAllocateGC */ 427 lw->label.gray_GC = XtAllocateGC((Widget)lw, 0,
|
| H A D | Command.c | 237 return (XtAllocateGC((Widget)cbw, 0,
|
| H A D | AsciiSink.c | 1644 sink->ascii_sink.normgc = XtAllocateGC((Widget)sink, 0, valuemask, &values, 1654 sink->ascii_sink.invgc = XtAllocateGC((Widget)sink, 0, valuemask, &values, 1665 sink->ascii_sink.xorgc = XtAllocateGC((Widget)sink, 0, valuemask,
|
| /xsrc/external/mit/libXt/dist/man/ |
| H A D | Makefile.am | 11 XtAllocateGC.man \
|
| H A D | Makefile.in | 332 XtAllocateGC.man \
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 384 /* Since Xmb/wcDrawString eats the font, I must use XtAllocateGC. */ 385 lw->label.normal_GC = XtAllocateGC( 412 /* Since Xmb/wcDrawString eats the font, I must use XtAllocateGC. */ 413 lw->label.gray_GC = XtAllocateGC((Widget)lw, 0,
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | Intrinsic.h | 1974 extern GC XtAllocateGC(
|
Completed in 15 milliseconds