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

  /xsrc/external/mit/libXt/dist/src/
GCManager.c 171 if (pd->pixmap_tab) {
175 if (pd->pixmap_tab[i])
176 XtFree((char *) pd->pixmap_tab[i]);
178 XtFree((char *) pd->pixmap_tab);
250 if (!pd->pixmap_tab) {
253 pd->pixmap_tab = XtMallocArray((Cardinal) ScreenCount(dpy),
256 pd->pixmap_tab[n] = NULL;
258 pixmaps = pd->pixmap_tab[cur->screen];
271 pd->pixmap_tab[cur->screen] = pixmaps;
Display.c 209 pd->pixmap_tab = NULL;
  /xsrc/external/mit/libXt/dist/include/X11/
InitialI.h 316 Drawable **pixmap_tab; /* ditto for XtGetGC */ member in struct:_XtPerDisplayStruct

Completed in 5 milliseconds