| /xsrc/external/mit/libX11/dist/src/ |
| H A D | StColor.c | 38 xColorItem *citem; 42 GetReqExtra(StoreColors, SIZEOF(xColorItem), req); /* assume size is 4*n */ 46 citem = (xColorItem *) NEXTPTR(req,xStoreColorsReq);
|
| H A D | StColors.c | 40 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 D | Xcup.c | 125 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 D | dmxcmap.h | 51 extern void dmxStoreColors(ColormapPtr pColormap, int ndef, xColorItem *pdef);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fbdev/ |
| H A D | fbdev.h | 91 fbdevGetColors (ScreenPtr pScreen, int n, xColorItem *pdefs); 94 fbdevPutColors (ScreenPtr pScreen, int n, xColorItem *pdefs);
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | colormap.h | 106 xColorItem * /*item */ ); 148 xColorItem * /*defs */ ,
|
| H A D | swapreq.h | 29 extern void SwapColorItem(xColorItem * /* pItem */ );
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | colormap.h | 114 xColorItem * /*item*/); 177 xColorItem* /*defs*/,
|
| H A D | swapreq.h | 30 xColorItem * /* pItem */);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | micmap.h | 26 extern _X_EXPORT int miExpandDirectColors(ColormapPtr, int, xColorItem *, xColorItem *);
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | micmap.h | 28 extern _X_EXPORT int miExpandDirectColors(ColormapPtr, int, xColorItem *, 29 xColorItem *);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Color.h | 52 void xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem *pColors);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Color.h | 53 void xnestStoreColors(ColormapPtr pCmap, int nColors, xColorItem * pColors);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/fake/ |
| H A D | fake.h | 88 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 D | fbcmap_mi.c | 110 xColorItem *indefs, 111 xColorItem *outdefs)
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbcmap_mi.c | 106 int ndef, xColorItem * indefs, xColorItem * outdefs)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaCmap.c | 79 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 D | kcmap.c | 39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; 204 KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs) 208 xColorItem expanddefs[KD_MAX_PSEUDO_SIZE];
|
| H A D | kdrive.h | 123 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 D | ephyr.h | 119 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 D | sunCfb24.c | 54 static void CG24StoreColors(ColormapPtr, int, xColorItem *); 73 CG24StoreColors(ColormapPtr pmap, int ndef, xColorItem *pdefs)
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCfb24.c | 54 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 D | ephyr.h | 146 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 D | kcmap.c | 39 xColorItem defs[KD_MAX_PSEUDO_SIZE]; 211 KdStoreColors (ColormapPtr pCmap, int ndef, xColorItem *pdefs) 215 xColorItem expanddefs[KD_MAX_PSEUDO_SIZE];
|
| H A D | kdrive.h | 124 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);
|