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

/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A DXdbe.h45 XdbeVisualInfo; typedef in typeref:struct:__anond9960afc0108
50 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbestruct.h50 XdbeVisualInfo; typedef in typeref:struct:__anon5bdff5390108
55 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
H A Dmidbe.c88 XdbeVisualInfo *visInfo;
97 /* Allocate an array of XdbeVisualInfo items. */
98 if (!(visInfo = (XdbeVisualInfo *)malloc(count * sizeof(XdbeVisualInfo))))
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbestruct.h47 } XdbeVisualInfo; typedef in typeref:struct:__anon0cb5922c0108
51 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
H A Dmidbe.c83 XdbeVisualInfo *visInfo;
90 /* Allocate an array of XdbeVisualInfo items. */
91 if (!(visInfo = xallocarray(count, sizeof(XdbeVisualInfo)))) {
/xsrc/external/mit/libXext/dist/src/
H A DXdbe.c371 scrVisInfo[i].visinfo = Xmallocarray(c, sizeof(XdbeVisualInfo));

Completed in 5 milliseconds