HomeSort by: relevance | last modified time | path
    Searched refs:XtAllocateGC (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
GCManager.c 187 XtAllocateGC(register Widget widget,
287 } /* XtAllocateGC */
296 return XtAllocateGC(widget, 0, valueMask, values, 0, 0);
  /xsrc/external/mit/libXaw/dist/src/
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,
Tip.c 258 tip->tip.gc = XtAllocateGC(w, 0, GCForeground | GCBackground | GCFont |
391 newtip->tip.gc = XtAllocateGC(cnew, 0, GCForeground | GCBackground |
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,
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,
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,
Command.c 237 return (XtAllocateGC((Widget)cbw, 0,
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/xfontsel/dist/
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/
Intrinsic.h 1974 extern GC XtAllocateGC(

Completed in 13 milliseconds