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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ListP.h 95 GC graygc; member in struct:__anon5735
  /xsrc/external/mit/libXaw/dist/src/
List.c 352 lw->list.graygc = XtAllocateGC(w, 0, GCTile | GCFillStyle,
355 lw->list.graygc = XtGetGC(w, GCFont | GCTile | GCFillStyle, &values);
734 gc = lw->list.graygc;
749 gc = lw->list.graygc;
1101 XGetGCValues(XtDisplay(current), cl->list.graygc, GCTile, &values);
1103 XtReleaseGC(current, cl->list.graygc);
1170 XGetGCValues(XtDisplay(w), lw->list.graygc, GCTile, &values);
1172 XtReleaseGC(w, lw->list.graygc);

Completed in 5 milliseconds