Searched refs:XtAllocateGC (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c187 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 DSmeBSB.c719 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 DTip.c258 tip->tip.gc = XtAllocateGC(w, 0, GCForeground | GCBackground | GCFont |
391 newtip->tip.gc = XtAllocateGC(cnew, 0, GCForeground | GCBackground |
H A DMultiSink.c670 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 DList.c334 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 DLabel.c398 /* 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 DCommand.c237 return (XtAllocateGC((Widget)cbw, 0,
H A DAsciiSink.c1644 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 DMakefile.am11 XtAllocateGC.man \
H A DMakefile.in332 XtAllocateGC.man \
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c384 /* 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 DIntrinsic.h1974 extern GC XtAllocateGC(

Completed in 15 milliseconds