home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-12-20 | 755 b | 18 lines | [TEXT/CWIE] |
- // Prototypes:
- #include <types.h>
- #include <Quickdraw.h>
- #include <QDOffscreen.h>
-
- QDErr rotate(const PixMapHandle inputPixMap, short h, short w, double ang, RGBColor bkGndColor, GWorldPtr &outputGWorld);
-
- void skew(unsigned char * src, int len, int nlen, double start, RGBColor bkGndColor, Boolean row, short srcRowBytes, short dstRowBytes, unsigned char * dst);
-
- Ptr GetPixelAddr(const PixMapHandle thePixMap, const short thePixelRow, const short thePixelColumn, short &bitOffset);
-
- short GetRowBytes(const PixMapHandle thePixMap); // mask off top to flag bits
-
- void EraseGWorld(const GWorldPtr theGWorld, const RGBColor theColor);
-
- #if _DEBUG
- Boolean IsAddrInPixMap(unsigned char* theAddr, unsigned char* baseAddr, short rowBytes, short height);
- #endif