| /xsrc/external/mit/libX11/dist/src/ |
| H A D | AllCells.c | 35 Bool contig, 51 req->contiguous = contig; 32 XAllocColorCells(register Display * dpy,Colormap cmap,Bool contig,unsigned long * masks,unsigned int nplanes,unsigned long * pixels,unsigned int ncolors) argument
|
| H A D | AllPlanes.c | 35 Bool contig, 57 req->contiguous = contig; 32 XAllocColorPlanes(register Display * dpy,Colormap cmap,Bool contig,unsigned long * pixels,int ncolors,int nreds,int ngreens,int nblues,unsigned long * rmask,unsigned long * gmask,unsigned long * bmask) argument
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_x11.c | 101 XAllocColorCells(Display* display, Colormap colormap, Bool contig, argument
|
| H A D | win32_x11.h | 269 Bool contig,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 125 Bool /*contig*/, 137 Bool /*contig*/, 148 Bool /*contig*/, 1579 Bool contig, Pixel *ppix, Pixel *masks) 1603 contig, ppix, &rmask, &gmask, &bmask); 1620 ok = AllocPseudo (client, pmap, colors, planes, contig, ppix, &rmask, 1650 int r, int g, int b, Bool contig, Pixel *pixels, 1676 ok = AllocDirect (client, pmap, colors, r, g, b, contig, pixels, 1682 /* XXX This is sort of bad, because of contig is set, we force all 1686 ok = AllocPseudo (client, pmap, colors, r + g + b, contig, pixel 1578 AllocColorCells(int client,ColormapPtr pmap,int colors,int planes,Bool contig,Pixel * ppix,Pixel * masks) argument 1649 AllocColorPlanes(int client,ColormapPtr pmap,int colors,int r,int g,int b,Bool contig,Pixel * pixels,Pixel * prmask,Pixel * pgmask,Pixel * pbmask) argument 1738 AllocDirect(int client,ColormapPtr pmap,int c,int r,int g,int b,Bool contig,Pixel * pixels,Pixel * prmask,Pixel * pgmask,Pixel * pbmask) argument 1857 AllocPseudo(int client,ColormapPtr pmap,int c,int r,Bool contig,Pixel * pixels,Pixel * pmask,Pixel ** pppixFirst) argument 1913 AllocCP(ColormapPtr pmap,EntryPtr pentFirst,int count,int planes,Bool contig,Pixel * pixels,Pixel * pMask) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 116 Bool /*contig */ , 127 Bool /*contig */ , 137 Bool /*contig */ , 1486 Bool contig, Pixel * ppix, Pixel * masks) 1508 contig, ppix, &rmask, &gmask, &bmask); 1522 ok = AllocPseudo(client, pmap, colors, planes, contig, ppix, &rmask, 1550 int r, int g, int b, Bool contig, Pixel * pixels, 1574 ok = AllocDirect(client, pmap, colors, r, g, b, contig, pixels, 1579 /* XXX This is sort of bad, because of contig is set, we force all 1583 ok = AllocPseudo(client, pmap, colors, r + g + b, contig, pixel 1485 AllocColorCells(int client,ColormapPtr pmap,int colors,int planes,Bool contig,Pixel * ppix,Pixel * masks) argument 1549 AllocColorPlanes(int client,ColormapPtr pmap,int colors,int r,int g,int b,Bool contig,Pixel * pixels,Pixel * prmask,Pixel * pgmask,Pixel * pbmask) argument 1631 AllocDirect(int client,ColormapPtr pmap,int c,int r,int g,int b,Bool contig,Pixel * pixels,Pixel * prmask,Pixel * pgmask,Pixel * pbmask) argument 1744 AllocPseudo(int client,ColormapPtr pmap,int c,int r,Bool contig,Pixel * pixels,Pixel * pmask,Pixel ** pppixFirst) argument 1797 AllocCP(ColormapPtr pmap,EntryPtr pentFirst,int count,int planes,Bool contig,Pixel * pixels,Pixel * pMask) argument [all...] |