Go to the source code of this file.
Functions | |
| void | XAAMoveDWORDS_FixedBase (register CARD32 *dest, register CARD32 *src, register int dwords) |
| void | XAAMoveDWORDS (register CARD32 *dest, register CARD32 *src, register int dwords) |
| void | XAAMoveDWORDS_FixedSrc (register CARD32 *dest, register CARD32 *src, register int dwords) |
| void | XAAWritePixmap32To24 (ScrnInfoPtr pScrn, int x, int y, int w, int h, unsigned char *srcInit, int srcwidth, int rop, unsigned int planemask, int trans) |
| void | XAAWritePixmap (ScrnInfoPtr pScrn, int x, int y, int w, int h, unsigned char *src, int srcwidth, int rop, unsigned int planemask, int trans, int bpp, int depth) |
| void | XAAWritePixmapScanline (ScrnInfoPtr pScrn, int x, int y, int w, int h, unsigned char *src, int srcwidth, int rop, unsigned int planemask, int trans, int bpp, int depth) |
| void | XAAPutImage (DrawablePtr pDraw, GCPtr pGC, int depth, int x, int y, int w, int h, int leftPad, int format, char *pImage) |
|
||||||||||||||||
|
Definition at line 17 of file xaaImage.c. Referenced by WriteColumn(), and XAAWritePixmap().
|
|
||||||||||||||||
|
Definition at line 39 of file xaaImage.c. Referenced by WriteColumn(), XAAWritePixmap(), and XAAWritePixmapScanline().
|
|
||||||||||||||||
|
Definition at line 61 of file xaaImage.c.
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 83 of file xaaImage.c. References base, Bool, count, dst, h, _XAAInfoRec::ImageWriteBase, _XAAInfoRec::ImageWriteFlags, _XAAInfoRec::ImageWriteRange, planemask, pScrn, rop, _XAAInfoRec::SetupForImageWrite, src, _XAAInfoRec::SubsequentImageWriteRect, _XAAInfoRec::Sync, w, x, and y. Referenced by XAAWritePixmap().
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 174 of file xaaImage.c. References base, Bool, depth, h, _XAAInfoRec::ImageWriteBase, _XAAInfoRec::ImageWriteFlags, _XAAInfoRec::ImageWriteRange, planemask, pScrn, rop, _XAAInfoRec::SetupForImageWrite, src, _XAAInfoRec::SubsequentImageWriteRect, _XAAInfoRec::Sync, w, x, XAAMoveDWORDS(), XAAMoveDWORDS_FixedBase(), XAAWritePixmap32To24(), and y. Referenced by XAAInitAccel().
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 307 of file xaaImage.c. References base, Bool, depth, h, _XAAInfoRec::NumScanlineImageWriteBuffers, planemask, pScrn, rop, _XAAInfoRec::ScanlineImageWriteBuffers, _XAAInfoRec::ScanlineImageWriteFlags, _XAAInfoRec::SetupForScanlineImageWrite, src, _XAAInfoRec::SubsequentImageWriteScanline, _XAAInfoRec::SubsequentScanlineImageWriteRect, w, x, XAAMoveDWORDS(), and y. Referenced by XAAInitAccel().
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 390 of file xaaImage.c. References _GC::alu, _GC::bgPixel, _Drawable::bitsPerPixel, Bool, depth, _GC::depth, _GC::fgPixel, format, h, i, mask, _ScrnInfoRec::overlayFlags, _GC::pCompositeClip, _GC::planemask, _XAAInfoRec::PreAllocMem, _XAAInfoRec::PreAllocSize, _XAAInfoRec::pScrn, _GCOps::PutImage, w, _XAAInfoRec::WriteBitmap, _XAAInfoRec::WriteBitmapFlags, _XAAInfoRec::WritePixmap, _XAAInfoRec::WritePixmapFlags, _Drawable::x, x, _Box::x1, _Box::x2, XAAFallbackOps, XAAGetRectClipBoxes(), xalloc(), xfree(), _Drawable::y, y, _Box::y1, and _Box::y2. Referenced by XAAInitAccel().
|
1.3.7