#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 _dmxPixPriv * | dmxPixPrivPtr | 
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 | 
      
  | 
  
| 
 Get pixmap private pointer.  | 
  
      
  | 
  
| 
 Pixmap private area.  | 
  
      
  | 
  
| 
 Pixmap private area.  | 
  
      
  | 
  
| 
 Create a pixmap on the back-end server.  | 
  
      
  | 
  
| 
 Destroy the pixmap on the back-end server.  | 
  
      
  | 
  
| 
 Create and return a region based on the pixmap pointed to by pPixmap.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 Create a pixmap for pScreen with the specified width, height, and depth.  | 
  
      
  | 
  
| 
 Destroy the pixmap pointed to by pPixmap.  | 
  
      
  | 
  
| 
 Initialize a private area in pScreen for pixmap information.  | 
  
      
  | 
  
| 
 Private index. 
  |