From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/dmxpixmap_8h.html | 351 +++++++++++++++++++++ 1 file changed, 351 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxpixmap_8h.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxpixmap_8h.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxpixmap_8h.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxpixmap_8h.html new file mode 100644 index 000000000..27cc6a5da --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxpixmap_8h.html @@ -0,0 +1,351 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmxpixmap.h File Reference

#include "pixmapstr.h"
+ +

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

Data Structures

struct  _dmxPixPriv

Defines

#define DMX_GET_PIXMAP_PRIV(_pPix)   (dmxPixPrivPtr)(_pPix)->devPrivates[dmxPixPrivateIndex].ptr

Typedefs

typedef _dmxPixPriv dmxPixPrivRec
typedef _dmxPixPrivdmxPixPrivPtr

Functions

Bool dmxInitPixmap (ScreenPtr pScreen)
PixmapPtr dmxCreatePixmap (ScreenPtr pScreen, int width, int height, int depth)
Bool dmxDestroyPixmap (PixmapPtr pPixmap)
RegionPtr dmxBitmapToRegion (PixmapPtr pPixmap)
void dmxBECreatePixmap (PixmapPtr pPixmap)
Bool dmxBEFreePixmap (PixmapPtr pPixmap)

Variables

int dmxPixPrivateIndex
+


Detailed Description

+Interface for pixmap support.
See also:
dmxpixmap.c
+

Define Documentation

+

+ + + + +
+ + + + + + + +
#define DMX_GET_PIXMAP_PRIV_pPix   )    (dmxPixPrivPtr)(_pPix)->devPrivates[dmxPixPrivateIndex].ptr +
+
+ + + + + +
+   + + +

+Get pixmap private pointer.

+


Typedef Documentation

+

+ + + + +
+ + +
typedef struct _dmxPixPriv * dmxPixPrivPtr +
+
+ + + + + +
+   + + +

+Pixmap private area.

+

+ + + + +
+ + +
typedef struct _dmxPixPriv dmxPixPrivRec +
+
+ + + + + +
+   + + +

+Pixmap private area.

+


Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void dmxBECreatePixmap PixmapPtr  pPixmap  ) 
+
+ + + + + +
+   + + +

+Create a pixmap on the back-end server.

+

+ + + + +
+ + + + + + + + + + +
Bool dmxBEFreePixmap PixmapPtr  pPixmap  ) 
+
+ + + + + +
+   + + +

+Destroy the pixmap on the back-end server.

+

+ + + + +
+ + + + + + + + + + +
RegionPtr dmxBitmapToRegion PixmapPtr  pPixmap  ) 
+
+ + + + + +
+   + + +

+Create and return a region based on the pixmap pointed to by pPixmap.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PixmapPtr dmxCreatePixmap ScreenPtr  pScreen,
int  width,
int  height,
int  depth
+
+ + + + + +
+   + + +

+Create a pixmap for pScreen with the specified width, height, and depth.

+

+ + + + +
+ + + + + + + + + + +
Bool dmxDestroyPixmap PixmapPtr  pPixmap  ) 
+
+ + + + + +
+   + + +

+Destroy the pixmap pointed to by pPixmap.

+

+ + + + +
+ + + + + + + + + + +
Bool dmxInitPixmap ScreenPtr  pScreen  ) 
+
+ + + + + +
+   + + +

+Initialize a private area in pScreen for pixmap information.

+


Variable Documentation

+

+ + + + +
+ + +
int dmxPixPrivateIndex +
+
+ + + + + +
+   + + +

+Private index.

See also:
dmxpicmap.h

+dmxscrinit.c

+
+


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