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_8h.html | 610 ++++++++++++---------------- 1 file changed, 270 insertions(+), 340 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxcmap_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxcmap_8h.html b/xorg-server/hw/dmx/doc/html/dmxcmap_8h.html index f22a97b0e..d07836d7a 100644 --- a/xorg-server/hw/dmx/doc/html/dmxcmap_8h.html +++ b/xorg-server/hw/dmx/doc/html/dmxcmap_8h.html @@ -6,394 +6,324 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxcmap.h File Reference

#include "colormapst.h"
- -

-Go to the source code of this file. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
+

dmxcmap.h File Reference

#include "colormapst.h"
+ +

Go to the source code of this file.

+

Data Structures

struct  _dmxColormapPriv

Defines

#define DMX_SET_COLORMAP_PRIV(_pCMap, _pCMapPriv)
#define DMX_GET_COLORMAP_PRIV(_pCMap)   (dmxColormapPrivPtr)(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr

Typedefs

typedef _dmxColormapPriv dmxColormapPrivRec
typedef _dmxColormapPrivdmxColormapPrivPtr

Functions

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

Variables

int dmxColormapPrivateIndex
+ + + + + + + + + + + + + + + + + +

Data Structures

struct  _dmxColormapPriv

Defines

#define DMX_SET_COLORMAP_PRIV(_pCMap, _pCMapPriv)   dixSetPrivate(&(_pCMap)->devPrivates, dmxColormapPrivateKey, _pCMapPriv)
#define DMX_GET_COLORMAP_PRIV(_pCMap)

Typedefs

typedef struct _dmxColormapPriv dmxColormapPrivRec
typedef struct _dmxColormapPrivdmxColormapPrivPtr

Functions

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

Variables

DevPrivateKey dmxColormapPrivateKey
-


Detailed Description

-Header file for colormap support.
See also:
dmxcmap.c.
-

Define Documentation

-

- - - - -
- +

Detailed Description

+

Header file for colormap support.

+
See also:
dmxcmap.c.
+

Define Documentation

+ +
+
+
- - - - - - + + + + + +
#define DMX_GET_COLORMAP_PRIV_pCMap   )    (dmxColormapPrivPtr)(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr + #define DMX_GET_COLORMAP_PRIV(_pCMap  ) 
-
- - - - - -
-   - - -

-Get colormap private structure.

-

- - - - -
- + + + + +
+
+
- - - - + + + + + + - - - - + + + +
#define DMX_SET_COLORMAP_PRIV_pCMap,
#define DMX_SET_COLORMAP_PRIV(_pCMap,
_pCMapPriv   )  + _pCMapPriv  )    dixSetPrivate(&(_pCMap)->devPrivates, dmxColormapPrivateKey, _pCMapPriv)
-
- - - - - -
-   - - -

-Value:

(_pCMap)->devPrivates[dmxColormapPrivateIndex].ptr                      \
-        = (pointer)(_pCMapPriv);
-
Set colormap private structure.
-


Typedef Documentation

-

- - - - -
- + +
+

Set colormap private structure.

+ +

Referenced by dmxAllocateColormapPrivates(), and dmxDestroyColormap().

+ +
+ +

Typedef Documentation

+ +
+
+
- +
typedef struct _dmxColormapPriv * dmxColormapPrivPtr + typedef struct _dmxColormapPriv * dmxColormapPrivPtr
-
- - - - - -
-   - - -

-Colormap private area.

-

- - - - -
- + +
+ +
+ + +
+
+
- +
typedef struct _dmxColormapPriv dmxColormapPrivRec + typedef struct _dmxColormapPriv dmxColormapPrivRec
-
- - - - - -
-   - - -

-Colormap private area.

-


Function Documentation

-

- - - - -
- + +
+

Colormap private area.

+ +
+ +

Function Documentation

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

Create pColormap on the back-end server.

-

-Create pColormap on the back-end server.

-

- - - - -
- +

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

+ +

Referenced by dmxBECreateResources(), and dmxCreateColormap().

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

Destroy pColormap on the back-end server.

-

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

-


Variable Documentation

-

- - - - -
- +

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

+ +

Referenced by dmxScreenInit(), and dmxStoreColors().

+ + + +

Variable Documentation

+ +
+
+
- +
int dmxColormapPrivateIndex + DevPrivateKey dmxColormapPrivateKey
-
- - - - - -
-   - - -

-Private index for Colormaps

+ +

+

Private index.

+
See also:
dmxcmap.c
+
+dmxscrinit.c
+
+dmxwindow.c
+

Private index for Colormaps

+ +
+ +
-- cgit v1.2.3