From f0abc6f0061255195880cc281f428f4adcf3b33a Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 28 Apr 2010 15:17:20 +0000 Subject: svn merge -r554:HEAD "^/branches/released" . --- xorg-server/hw/dmx/doc/html/dmxcmap_8c.html | 254 ---------------------------- 1 file changed, 254 deletions(-) delete mode 100644 xorg-server/hw/dmx/doc/html/dmxcmap_8c.html (limited to 'xorg-server/hw/dmx/doc/html/dmxcmap_8c.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxcmap_8c.html b/xorg-server/hw/dmx/doc/html/dmxcmap_8c.html deleted file mode 100644 index adbef732d..000000000 --- a/xorg-server/hw/dmx/doc/html/dmxcmap_8c.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - File Index - - - - - -
-

dmxcmap.c File Reference

#include "dmx.h"
-#include "dmxlog.h"
-#include "dmxsync.h"
-#include "dmxcmap.h"
-#include "dmxvisual.h"
-#include "micmap.h"
- - - - - - - - - - -

Functions

static Bool dmxAllocateColormapPrivates (ColormapPtr pColormap)
Bool dmxBECreateColormap (ColormapPtr pColormap)
Bool dmxCreateColormap (ColormapPtr pColormap)
Bool dmxBEFreeColormap (ColormapPtr pColormap)
void dmxDestroyColormap (ColormapPtr pColormap)
void dmxInstallColormap (ColormapPtr pColormap)
void dmxStoreColors (ColormapPtr pColormap, int ndef, xColorItem *pdef)
Bool dmxCreateDefColormap (ScreenPtr pScreen)
-

Detailed Description

-

Colormap support.

-

Function Documentation

- -
-
- - - - - - - - - -
static Bool dmxAllocateColormapPrivates (ColormapPtr  pColormap )  [static]
-
-
- -

References _dmxColormapPriv::cmap, and DMX_SET_COLORMAP_PRIV.

- -

Referenced by dmxCreateColormap().

- -
-
- -
-
- - - - - - - - - -
Bool dmxBECreateColormap (ColormapPtr  pColormap ) 
-
- -
- -
-
- - - - - - - - - -
Bool dmxBEFreeColormap (ColormapPtr  pColormap ) 
-
-
-

Destroy pColormap on the back-end server.

- -

References _DMXScreenInfo::beDisplay, _dmxColormapPriv::cmap, DMX_GET_COLORMAP_PRIV, and dmxScreens.

- -

Referenced by dmxBEDestroyResources(), and dmxDestroyColormap().

- -
-
- -
-
- - - - - - - - - -
Bool dmxCreateColormap (ColormapPtr  pColormap ) 
-
-
-

Create colormap on back-end server associated with pColormap's screen.

- -

References _DMXScreenInfo::beDisplay, DMX_UNWRAP, DMX_WRAP, dmxAllocateColormapPrivates(), dmxBECreateColormap(), dmxCreateColormap(), and dmxScreens.

- -

Referenced by dmxCreateColormap(), and dmxScreenInit().

- -
-
- -
-
- - - - - - - - - -
Bool dmxCreateDefColormap (ScreenPtr  pScreen ) 
-
-
-

Create the DMX server's default colormap.

- -

Referenced by dmxScreenInit().

- -
-
- -
-
- - - - - - - - - -
void dmxDestroyColormap (ColormapPtr  pColormap ) 
-
-
-

Destroy colormap on back-end server associated with pColormap's screen.

- -

References _DMXScreenInfo::beDisplay, DMX_GET_COLORMAP_PRIV, DMX_SET_COLORMAP_PRIV, DMX_UNWRAP, DMX_WRAP, dmxBEFreeColormap(), dmxDestroyColormap(), and dmxScreens.

- -

Referenced by dmxDestroyColormap(), and dmxScreenInit().

- -
-
- -
-
- - - - - - - - - -
void dmxInstallColormap (ColormapPtr  pColormap ) 
-
-
-

Install colormap on back-end server associated with pColormap's screen.

- -

References _DMXScreenInfo::beDisplay, _dmxColormapPriv::cmap, DMX_GET_COLORMAP_PRIV, DMX_UNWRAP, DMX_WRAP, dmxInstallColormap(), dmxScreens, and dmxSync().

- -

Referenced by dmxInstallColormap(), and dmxScreenInit().

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void dmxStoreColors (ColormapPtr  pColormap,
int  ndef,
xColorItem *  pdef 
)
-
-
-

Store colors in pColormap on back-end server associated with pColormap's screen.

- -

References _DMXScreenInfo::beDisplay, _dmxColormapPriv::cmap, DMX_GET_COLORMAP_PRIV, DMX_UNWRAP, DMX_WRAP, dmxScreens, dmxStoreColors(), and dmxSync().

- -

Referenced by dmxScreenInit(), and dmxStoreColors().

- -
-
-
-
-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3