Searched refs:xrgb (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | QuColor.c | 38 xrgb color; 51 _XRead(dpy, (char *)&color, (long) SIZEOF(xrgb));
|
| H A D | QuColors.c | 54 xrgb *color = Xmallocarray((size_t) ncolors, sizeof(xrgb)); 56 unsigned long nbytes = (size_t) ncolors * SIZEOF(xrgb); 62 register xrgb *rgb = &color[i];
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | colormap.h | 122 xrgb * /*prgb*/); 128 xrgb* /*prgb*/, 138 xrgb* /*prgbList*/,
|
| H A D | swaprep.h | 177 xrgb * /* prgb */);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | colormap.h | 114 xrgb * /*prgbList */ ,
|
| H A D | swaprep.h | 157 xrgb * /* prgb */ );
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaCmap.c | 223 xrgb * prgb; 239 prgb = (xrgb *)malloc( entries * sizeof(xrgb));
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kcmap.c | 38 xrgb colors[KD_MAX_PSEUDO_SIZE];
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 68 xrgb * /*prgb */ ); 72 xrgb * /*prgb */ , 77 xrgb * /*prgb */ 81 xrgb * /*prgb */ 85 xrgb * /*prgb */ 89 xrgb * /*prgb */ 169 xrgb * /* prgb */ , 760 FindColor(ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb * prgb, 931 xrgb rgb; 1110 xrgb rg [all...] |
| H A D | swaprep.c | 521 SwapRGB(xrgb * prgb) 529 SQColorsExtend(ClientPtr pClient, int size, xrgb * prgb) 532 xrgb *prgbT; 534 n = size / sizeof(xrgb);
|
| H A D | dispatch.c | 2901 xrgb *prgbs; 2906 prgbs = calloc(count, sizeof(xrgb)); 2917 .length = bytes_to_int32(count * sizeof(xrgb)), 2923 WriteSwappedDataToClient(client, count * sizeof(xrgb), prgbs);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 72 xrgb * /*prgb*/, 78 xrgb * /*prgb*/ 83 xrgb * /*prgb*/ 88 xrgb * /*prgb*/ 93 xrgb * /*prgb*/ 184 xrgb* /* prgb */, 821 xrgb rgb; 1005 xrgb rgb; 1132 FindBestPixel(EntryPtr pentFirst, int size, xrgb *prgb, int channel) 1180 xrgb *prg [all...] |
| H A D | swaprep.c | 583 SwapRGB(xrgb *prgb) 593 SQColorsExtend(ClientPtr pClient, int size, xrgb *prgb) 596 xrgb *prgbT; 598 n = size / sizeof(xrgb);
|
| H A D | dispatch.c | 2823 xrgb *prgbs; 2827 prgbs = calloc(1, count * sizeof(xrgb)); 2837 qcr.length = bytes_to_int32(count * sizeof(xrgb)); 2844 WriteSwappedDataToClient(client, count * sizeof(xrgb), prgbs);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kcmap.c | 38 xrgb colors[KD_MAX_PSEUDO_SIZE];
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | miindex.c | 243 xrgb rgb[MI_MAX_INDEXED];
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | miindex.c | 234 xrgb rgb[MI_MAX_INDEXED];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 422 xrgb * prgb; 445 prgb = (xrgb *)malloc(entries * sizeof(xrgb));
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 391 xrgb *prgb; 409 prgb = xallocarray(entries, sizeof(xrgb));
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 413 } xrgb; 412 } xrgb; typedef in typeref:struct:__anone2852e7a0e08
|
Completed in 36 milliseconds