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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
ListP.h 94 GC revgc; member in struct:__anon5735
  /xsrc/external/mit/libXaw/dist/src/
List.c 341 lw->list.revgc = XtAllocateGC(w, 0, GCForeground, &values, GCFont, 0);
343 lw->list.revgc = XtGetGC(w, GCForeground | GCFont, &values);
661 if (gc == lw->list.revgc && lw->core.background_pixmap != XtUnspecifiedPixmap)
727 gc = lw->list.revgc;
735 HighlightBackground(w, x, y, lw->list.revgc);
741 gc = lw->list.revgc;
1104 XtReleaseGC(current, cl->list.revgc);
1173 XtReleaseGC(w, lw->list.revgc);

Completed in 5 milliseconds