Searched refs:xColorItem (Results 1 - 25 of 89) sorted by relevance

1234

/xsrc/external/mit/libX11/dist/src/
H A DStColor.c38 xColorItem *citem;
42 GetReqExtra(StoreColors, SIZEOF(xColorItem), req); /* assume size is 4*n */
46 citem = (xColorItem *) NEXTPTR(req,xStoreColorsReq);
H A DStColors.c40 xColorItem citem;
48 req->length += (ncolors * SIZEOF(xColorItem)) >> 2; /* assume size is 4*n */
58 /* note that xColorItem doesn't contain all 16-bit quantities, so
60 Data(dpy, (char *)&citem, (long) SIZEOF(xColorItem));
/xsrc/external/mit/libXext/dist/src/
H A DXcup.c125 xColorItem rbuf[TYP_RESERVED_ENTRIES];
138 xColorItem* rbufp;
141 if (nentries < (INT_MAX / SIZEOF (xColorItem))) {
142 nbytes = nentries * SIZEOF (xColorItem);
161 xColorItem* cs = (xColorItem *) rbufp;
171 cs = (xColorItem*) (((char*) cs) + SIZEOF(xColorItem));
195 xColorItem rbuf[256];
196 xColorItem cite
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcmap.h51 extern void dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem *pdef);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/
H A Dfbdev.h91 fbdevGetColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
94 fbdevPutColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
/xsrc/external/mit/xorg-server/dist/include/
H A Dcolormap.h106 xColorItem * /*item */ );
148 xColorItem * /*defs */ ,
H A Dswapreq.h29 extern void SwapColorItem(xColorItem * /* pItem */ );
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dcolormap.h114 xColorItem * /*item*/);
177 xColorItem* /*defs*/,
H A Dswapreq.h30 xColorItem * /* pItem */);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicmap.h26 extern _X_EXPORT int miExpandDirectColors(ColormapPtr, int, xColorItem *, xColorItem *);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicmap.h28 extern _X_EXPORT int miExpandDirectColors(ColormapPtr, int, xColorItem *,
29 xColorItem *);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DColor.h52 void xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem *pColors);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DColor.h53 void xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem * pColors);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/
H A Dfake.h88 fakeGetColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
91 fakePutColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbcmap_mi.c110 xColorItem *indefs,
111 xColorItem *outdefs)
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbcmap_mi.c106 int ndef, xColorItem * indefs, xColorItem * outdefs)
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaCmap.c79 xColorItem *pdefs;
83 xColorItem directDefs[256];
224 xColorItem *defs;
240 defs = (xColorItem *)malloc(entries * sizeof(xColorItem));
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c39 xColorItem defs[KD_MAX_PSEUDO_SIZE];
204 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs)
208 xColorItem expanddefs[KD_MAX_PSEUDO_SIZE];
H A Dkdrive.h123 void (*getColors) (ScreenPtr, int, xColorItem *);
124 void (*putColors) (ScreenPtr, int, xColorItem *);
143 xColorItem systemPalette[KD_MAX_PSEUDO_SIZE]; /* saved windows colors */
316 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr.h119 ephyrGetColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
122 ephyrPutColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunCfb24.c54 static void CG24StoreColors(ColormapPtr, int, xColorItem *);
73 CG24StoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs)
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunCfb24.c54 static void CG24StoreColors(ColormapPtr, int, xColorItem *);
73 CG24StoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs)
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr.h146 ephyrGetColors(ScreenPtr pScreen, int n, xColorItem * pdefs);
149 ephyrPutColors(ScreenPtr pScreen, int n, xColorItem * pdefs);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkcmap.c39 xColorItem defs[KD_MAX_PSEUDO_SIZE];
211 KdStoreColors (ColormapPtr pCmap, int ndef, xColorItem *pdefs)
215 xColorItem expanddefs[KD_MAX_PSEUDO_SIZE];
H A Dkdrive.h124 void (*recolorCursor) (ScreenPtr, int, xColorItem *);
131 void (*getColors) (ScreenPtr, int, xColorItem *);
132 void (*putColors) (ScreenPtr, int, xColorItem *);
150 xColorItem systemPalette[KD_MAX_PSEUDO_SIZE];/* saved windows colors */
384 KdStoreColors (ColormapPtr pCmap, int ndef, xColorItem *pdefs);

Completed in 15 milliseconds

1234