Go to the source code of this file.
Data Structures | |
struct | _dmxGlyphPriv |
struct | _dmxPictPriv |
Defines | |
#define | DMX_GET_PICT_PRIV(_pPict) (dmxPictPrivPtr)(_pPict)->devPrivates[dmxPictPrivateIndex].ptr |
#define | DMX_SET_GLYPH_PRIV(_pGlyph, _pPriv) GlyphSetSetPrivate((_pGlyph), dmxGlyphSetPrivateIndex, (_pPriv)) |
#define | DMX_GET_GLYPH_PRIV(_pGlyph) (dmxGlyphPrivPtr)GlyphSetGetPrivate((_pGlyph), dmxGlyphSetPrivateIndex) |
Typedefs | |
typedef _dmxPictPriv | dmxPictPrivRec |
typedef _dmxPictPriv * | dmxPictPrivPtr |
typedef _dmxGlyphPriv | dmxGlyphPrivRec |
typedef _dmxGlyphPriv * | dmxGlyphPrivPtr |
Functions | |
void | dmxInitRender (void) |
void | dmxResetRender (void) |
Bool | dmxPictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats) |
void | dmxCreatePictureList (WindowPtr pWindow) |
Bool | dmxDestroyPictureList (WindowPtr pWindow) |
int | dmxCreatePicture (PicturePtr pPicture) |
void | dmxDestroyPicture (PicturePtr pPicture) |
int | dmxChangePictureClip (PicturePtr pPicture, int clipType, pointer value, int n) |
void | dmxDestroyPictureClip (PicturePtr pPicture) |
void | dmxChangePicture (PicturePtr pPicture, Mask mask) |
void | dmxValidatePicture (PicturePtr pPicture, Mask mask) |
void | dmxComposite (CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst, INT16 xSrc, INT16 ySrc, INT16 xMask, INT16 yMask, INT16 xDst, INT16 yDst, CARD16 width, CARD16 height) |
void | dmxGlyphs (CARD8 op, PicturePtr pSrc, PicturePtr pDst, PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int nlists, GlyphListPtr lists, GlyphPtr *glyphs) |
void | dmxCompositeRects (CARD8 op, PicturePtr pDst, xRenderColor *color, int nRect, xRectangle *rects) |
Bool | dmxInitIndexed (ScreenPtr pScreen, PictFormatPtr pFormat) |
void | dmxCloseIndexed (ScreenPtr pScreen, PictFormatPtr pFormat) |
void | dmxUpdateIndexed (ScreenPtr pScreen, PictFormatPtr pFormat, int ndef, xColorItem *pdef) |
void | dmxTrapezoids (CARD8 op, PicturePtr pSrc, PicturePtr pDst, PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid *traps) |
void | dmxTriangles (CARD8 op, PicturePtr pSrc, PicturePtr pDst, PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int ntri, xTriangle *tris) |
void | dmxTriStrip (CARD8 op, PicturePtr pSrc, PicturePtr pDst, PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int npoint, xPointFixed *points) |
void | dmxTriFan (CARD8 op, PicturePtr pSrc, PicturePtr pDst, PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int npoint, xPointFixed *points) |
Bool | dmxBEFreeGlyphSet (ScreenPtr pScreen, GlyphSetPtr glyphSet) |
Bool | dmxBEFreePicture (PicturePtr pPicture) |
Variables | |
int | dmxPictPrivateIndex |
int | dmxGlyphSetPrivateIndex |
FIXME: Move function definitions for non-externally visible function to .c file.
|
Get the glyphset private data given a glyphset pointer |
|
Get the picture private data given a picture pointer |
|
Set the glyphset private data given a glyphset pointer |
|
Glyph Set private structure |
|
Glyph Set private structure |
|
Picture private structure |
|
Picture private structure |
|
Free glyphSet on back-end screen number idx. |
|
Destroy pPicture on the back-end server. |
|
Change the attributes of the pictures. If the picture has not yet been created due to lazy window creation, save the mask so that it can be used to appropriately initialize the picture's attributes when it is created later. |
|
Change the picture's list of clip rectangles. |
|
Indexed color visuals are not yet supported. |
|
Composite a picture on the appropriate screen by combining the specified rectangle of the transformed src and mask operands with the specified rectangle of the dst using op as the compositing operator. For a complete description see the protocol document of the RENDER library. |
|
Fill a rectangle on the appropriate screen by combining the color with the dest picture in the area specified by the list of rectangles. For a complete description see the protocol document of the RENDER library. |
|
Create a picture. This function handles the CreatePicture unwrapping/wrapping and calls dmxDoCreatePicture to actually create the picture on the appropriate screen. |
|
Create a list of pictures. This function is called by dmxCreateAndRealizeWindow() during the lazy window creation realization process. It creates the entire list of pictures that are associated with the given window. |
|
Destroy a picture. This function calls the wrapped function that frees the resources in the DMX server associated with this picture. |
|
Destroy the picture's list of clip rectangles. |
|
Destroy a list of pictures that are associated with the window that is being destroyed. This function is called by dmxDestroyWindow(). |
|
Null function to catch when/if RENDER calls lower level mi hooks. Compositing glyphs is handled by dmxProcRenderCompositeGlyphs(). This function should never be called. |
|
Indexed color visuals are not yet supported. |
|
Initialize the Proc Vector for the RENDER extension. The functions here cannot be handled by the mi layer RENDER hooks either because the required information is no longer available when it reaches the mi layer or no mi layer hooks exist. This function is called from InitOutput() since it should be initialized only once per server generation. |
|
Initialize the RENDER extension, allocate the picture privates and wrap mi function hooks. If the shadow frame buffer is used, then call the appropriate fb initialization function. |
|
Reset the Proc Vector for the RENDER extension back to the original functions. This function is called from dmxCloseScreen() during the server reset (only for screen #0). |
|
Composite a list of trapezoids on the appropriate screen. For a complete description see the protocol document of the RENDER library. |
|
Composite a list of triangles on the appropriate screen. For a complete description see the protocol document of the RENDER library. |
|
Composite a triangle fan on the appropriate screen. For a complete description see the protocol document of the RENDER library. |
|
Composite a triangle strip on the appropriate screen. For a complete description see the protocol document of the RENDER library. |
|
Indexed color visuals are not yet supported. |
|
Validate the picture's attributes before rendering to it. Update any picture attributes that have been changed by one of the higher layers. |
|
Private index for GlyphSets |
|
Private index for Picts |