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

  /xsrc/external/mit/xdm/dist/greeter/
LoginP.h 99 GC textGC; /* pointer to GraphicsContext */
Login.c 456 realizeValue(w, cursor, promptNum, w->login.textGC);
1709 w->login.textGC = XtGetGC(gnew, valuemask, &myXGCV);
1969 XtReleaseGC(gw, w->login.textGC);
  /xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.h 184 GC textGC;
x11-ssh-askpass.c 852 app->textGC = XCreateGC(app->dpy, app->rootWindow, gcvMask, &gcv);
873 XFreeGC(app->dpy, app->textGC);
888 XSetForeground(app->dpy, app->textGC, label.w.foreground);
889 XSetBackground(app->dpy, app->textGC, label.w.background);
890 XSetFont(app->dpy, app->textGC, label.font->fid);
897 XSetFont(app->dpy, app->textGC, label.fixedFont->fid);
902 XDrawString(app->dpy, draw, app->textGC, x, y, t->text,

Completed in 6 milliseconds