Searched refs:xrgb (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DQuColor.c38 xrgb color;
51 _XRead(dpy, (char *)&color, (long) SIZEOF(xrgb));
H A DQuColors.c54 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 Dcolormap.h122 xrgb * /*prgb*/);
128 xrgb* /*prgb*/,
138 xrgb* /*prgbList*/,
H A Dswaprep.h177 xrgb * /* prgb */);
/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormap.h114 xrgb * /*prgbList */ ,
H A Dswaprep.h157 xrgb * /* prgb */ );
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaCmap.c223 xrgb * prgb;
239 prgb = (xrgb *)malloc( entries * sizeof(xrgb));
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c38 xrgb colors[KD_MAX_PSEUDO_SIZE];
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c68 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 Dswaprep.c521 SwapRGB(xrgb * prgb)
529 SQColorsExtend(ClientPtr pClient, int size, xrgb * prgb)
532 xrgb *prgbT;
534 n = size / sizeof(xrgb);
H A Ddispatch.c2901 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 Dcolormap.c72 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 Dswaprep.c583 SwapRGB(xrgb *prgb)
593 SQColorsExtend(ClientPtr pClient, int size, xrgb *prgb)
596 xrgb *prgbT;
598 n = size / sizeof(xrgb);
H A Ddispatch.c2823 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 Dkcmap.c38 xrgb colors[KD_MAX_PSEUDO_SIZE];
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmiindex.c243 xrgb rgb[MI_MAX_INDEXED];
/xsrc/external/mit/xorg-server/dist/render/
H A Dmiindex.c234 xrgb rgb[MI_MAX_INDEXED];
/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c422 xrgb * prgb;
445 prgb = (xrgb *)malloc(entries * sizeof(xrgb));
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c391 xrgb *prgb;
409 prgb = xallocarray(entries, sizeof(xrgb));
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h413 } xrgb;
412 } xrgb; typedef in typeref:struct:__anone2852e7a0e08

Completed in 36 milliseconds