Searched refs:xnestPixmapFormats (Results 1 – 3 of 3) sorted by relevance
47 XPixmapFormatValues *xnestPixmapFormats; variable136 xnestPixmapFormats = XListPixmapFormats(xnestDisplay, in xnestOpenDisplay()152 if (xnestPixmapFormats[i].depth == 1 || in xnestOpenDisplay()153 xnestPixmapFormats[i].depth == xnestDepths[j]) { in xnestOpenDisplay()154 xnestDefaultDrawables[xnestPixmapFormats[i].depth] = in xnestOpenDisplay()156 1, 1, xnestPixmapFormats[i].depth); in xnestOpenDisplay()211 XFree(xnestPixmapFormats); in xnestCloseDisplay()
72 if ((xnestPixmapFormats[i].depth == 1) || in InitOutput()73 (xnestPixmapFormats[i].depth == xnestDepths[j])) { in InitOutput()75 xnestPixmapFormats[i].depth; in InitOutput()77 xnestPixmapFormats[i].bits_per_pixel; in InitOutput()79 xnestPixmapFormats[i].scanline_pad; in InitOutput()
31 extern XPixmapFormatValues *xnestPixmapFormats;