Searched refs:xnestPixmapFormats (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DInit.c65 if ((xnestPixmapFormats[i].depth == 1) ||
66 (xnestPixmapFormats[i].depth == xnestDepths[j])) {
68 xnestPixmapFormats[i].depth;
70 xnestPixmapFormats[i].bits_per_pixel;
72 xnestPixmapFormats[i].scanline_pad;
H A DDisplay.h31 extern XPixmapFormatValues *xnestPixmapFormats;
H A DDisplay.c45 XPixmapFormatValues *xnestPixmapFormats; variable in typeref:typename:XPixmapFormatValues *
115 xnestPixmapFormats = XListPixmapFormats(xnestDisplay,
131 if (xnestPixmapFormats[i].depth == 1 ||
132 xnestPixmapFormats[i].depth == xnestDepths[j]) {
133 xnestDefaultDrawables[xnestPixmapFormats[i].depth] =
135 1, 1, xnestPixmapFormats[i].depth);
191 XFree(xnestPixmapFormats);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DInit.c72 if ((xnestPixmapFormats[i].depth == 1) ||
73 (xnestPixmapFormats[i].depth == xnestDepths[j])) {
75 xnestPixmapFormats[i].depth;
77 xnestPixmapFormats[i].bits_per_pixel;
79 xnestPixmapFormats[i].scanline_pad;
H A DDisplay.h31 extern XPixmapFormatValues *xnestPixmapFormats;
H A DDisplay.c47 XPixmapFormatValues *xnestPixmapFormats; variable in typeref:typename:XPixmapFormatValues *
136 xnestPixmapFormats = XListPixmapFormats(xnestDisplay,
152 if (xnestPixmapFormats[i].depth == 1 ||
153 xnestPixmapFormats[i].depth == xnestDepths[j]) {
154 xnestDefaultDrawables[xnestPixmapFormats[i].depth] =
156 1, 1, xnestPixmapFormats[i].depth);
211 XFree(xnestPixmapFormats);

Completed in 4 milliseconds