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/dmxpixmap_8c.html | 355 ++++++++++++-------------- 1 file changed, 168 insertions(+), 187 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxpixmap_8c.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxpixmap_8c.html b/xorg-server/hw/dmx/doc/html/dmxpixmap_8c.html index 8c6fc4551..68bbc807a 100644 --- a/xorg-server/hw/dmx/doc/html/dmxpixmap_8c.html +++ b/xorg-server/hw/dmx/doc/html/dmxpixmap_8c.html @@ -6,226 +6,207 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxpixmap.c File Reference

#include "dmx.h"
-#include "dmxsync.h"
-#include "dmxpixmap.h"
-#include "pixmapstr.h"
-#include "servermd.h"
- - - - + + +
+

dmxpixmap.c File Reference

#include "dmx.h"
+#include "dmxsync.h"
+#include "dmxpixmap.h"
+#include "pixmapstr.h"
+#include "servermd.h"
+#include "privates.h"
+

Functions

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

Functions

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

Detailed Description

+

Provides pixmap support.

+

Function Documentation

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

Create a pixmap on the back-end server.

-void dmxBECreatePixmap (PixmapPtr pPixmap) +

References _DMXScreenInfo::beDisplay, DMX_GET_PIXMAP_PRIV, dmxScreens, dmxSync(), _dmxPixPriv::pixmap, and _DMXScreenInfo::scrnWin.

-PixmapPtr dmxCreatePixmap (ScreenPtr pScreen, int width, int height, int depth) +

Referenced by dmxAttachScreen(), dmxBECreateResources(), dmxBECreateWindowTree(), dmxBERestoreRenderPict(), and dmxCreatePixmap().

-Bool dmxBEFreePixmap (PixmapPtr pPixmap) +
+
+ +
+
+ + + + + + + + + +
Bool dmxBEFreePixmap (PixmapPtr  pPixmap ) 
+
+
+

Destroy the pixmap on the back-end server.

-Bool dmxDestroyPixmap (PixmapPtr pPixmap) +

References _DMXScreenInfo::beDisplay, DMX_GET_PIXMAP_PRIV, dmxScreens, and _dmxPixPriv::pixmap.

-RegionPtr dmxBitmapToRegion (PixmapPtr pPixmap) +

Referenced by dmxBEDestroyResources(), dmxBEDestroyWindowTree(), dmxDestroyPixmap(), and dmxDetachScreen().

- -

Detailed Description

-Provides pixmap support.

Function Documentation

-

- - - - -
- + + + +
+
+
- - - - - - + + + + + + -
void dmxBECreatePixmap PixmapPtr  pPixmap  ) RegionPtr dmxBitmapToRegion (PixmapPtr  pPixmap ) 
-
- - - - - -
-   - - -

-Create a pixmap on the back-end server.

-

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

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

-
Bool dmxBEFreePixmap PixmapPtr  pPixmap  ) 
-
- - - - - -
-   - - -

-Destroy the pixmap on the back-end server.

-

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

References _DMXScreenInfo::beDisplay, DMX_GET_PIXMAP_PRIV, dmxScreens, dmxSync(), and _dmxPixPriv::pixmap.

-
RegionPtr dmxBitmapToRegion PixmapPtr  pPixmap  ) 
-
- - - - - -
-   - - -

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

-

- - - - -
- +

Referenced by dmxScreenInit().

+ + + + +
+
+
- - - - + + + + + - - - + + + - - - + + + + + + + + - - + + - - + + -
PixmapPtr dmxCreatePixmap ScreenPtr  pScreen, PixmapPtr dmxCreatePixmap (ScreenPtr  pScreen,
int  width, int  width,
int  height, int  height,
int  depth,
int  depthunsigned  usage_hint 
)
-
- - - - - -
-   - - -

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

-

- - - - -
- + +
+

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

+ +

References _DMXScreenInfo::beDisplay, _dmxPixPriv::detachedImage, DMX_GET_PIXMAP_PRIV, DMX_UNWRAP, DMX_WRAP, dmxBECreatePixmap(), dmxCreatePixmap(), dmxScreens, and _dmxPixPriv::pixmap.

+ +

Referenced by dmxCreatePixmap(), and dmxScreenInit().

+ +
+ + +
+
+
- - - - - - + + + + + + -
Bool dmxDestroyPixmap PixmapPtr  pPixmap  ) Bool dmxDestroyPixmap (PixmapPtr  pPixmap ) 
-
- - - - - -
-   - - -

-Destroy the pixmap pointed to by pPixmap.

-

- - - - -
- + + + + +
+
+
- - - - - - + + + + + + -
Bool dmxInitPixmap ScreenPtr  pScreen  ) Bool dmxInitPixmap (ScreenPtr  pScreen ) 
-
- - - - - -
-   - - -

-Initialize a private area in pScreen for pixmap information.

+

+
+

Initialize a private area in pScreen for pixmap information.

+ +

References dmxPixPrivateKey.

+ +

Referenced by dmxScreenInit().

+ +
+
+
-- cgit v1.2.3