From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxcmap_8c.html | 399 ++++++++++++++-------------- 1 file changed, 194 insertions(+), 205 deletions(-) (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 index 40f62a633..adbef732d 100644 --- a/xorg-server/hw/dmx/doc/html/dmxcmap_8c.html +++ b/xorg-server/hw/dmx/doc/html/dmxcmap_8c.html @@ -6,251 +6,240 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxcmap.c File Reference

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

dmxcmap.c File Reference

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

Functions

Bool dmxBECreateColormap (ColormapPtr pColormap)
Bool dmxCreateColormap (ColormapPtr pColormap)
+ + + + + + + + + +

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]
+
+
-Bool dmxBEFreeColormap (ColormapPtr pColormap) +

References _dmxColormapPriv::cmap, and DMX_SET_COLORMAP_PRIV.

-void dmxDestroyColormap (ColormapPtr pColormap) +

Referenced by dmxCreateColormap().

-void dmxInstallColormap (ColormapPtr pColormap) +
+
+ +
+
+ + + + + + + + + +
Bool dmxBECreateColormap (ColormapPtr  pColormap ) 
+
+
+

Create pColormap on the back-end server.

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

References _DMXScreenInfo::beDisplay, _dmxColormapPriv::cmap, DMX_GET_COLORMAP_PRIV, dmxLog(), dmxLookupVisual(), dmxScreens, dmxWarning, and _DMXScreenInfo::scrnWin.

-Bool dmxCreateDefColormap (ScreenPtr pScreen) +

Referenced by dmxBECreateResources(), and dmxCreateColormap().

- -

Detailed Description

-Colormap support.

Function Documentation

-

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

Destroy pColormap on the back-end server.

-

-Create pColormap on the back-end server.

-

- - - - -
- - - - - - - - - +

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

-
Bool dmxBEFreeColormap ColormapPtr  pColormap  ) 
-
- - - - - -
-   - +

Referenced by dmxBEDestroyResources(), and dmxDestroyColormap().

-

-Destroy pColormap on the back-end server.

-

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

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

-

-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  ) Bool dmxCreateDefColormap (ScreenPtr  pScreen ) 
-
- - - - - -
-   - - -

-Create the DMX server's default colormap.

-

- - - - -
- + +
+

Create the DMX server's default colormap.

+ +

Referenced by dmxScreenInit().

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

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

-

-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  ) void dmxInstallColormap (ColormapPtr  pColormap ) 
-
- - - - - -
-   - + +
+

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

-

-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, void dmxStoreColors (ColormapPtr  pColormap,
int  ndef, int  ndef,
xColorItem *  pdefxColorItem *  pdef 
)
-
- - - - - -
-   - + +
+

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

-

-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().

+ +
+
+
-- cgit v1.2.3