home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 798 b | 19 lines | [TEXT/KAHL] |
-
- GWorldPtr CreateOffScreen (WindowPtr basePort, short depth, Boolean UseTempMem);
- GWorldPtr LoadPictToGWorld(int resID, WindowPtr wp, int numEntries,
- int pdepth, int gdepth, Boolean linkCtabToPal);
- OSErr SetUpPixMap(
- short depth, /* Desired number of bits/pixel in off-screen */
- Rect *bounds, /* Bounding rectangle of off-screen */
- CTabHandle colors, /* Color table to assign to off-screen */
- PixMapHandle aPixMap /* Handle to the PixMap being initialized */
- );
-
- Handle MakeICN_pound(GWorldPtr gwp, Rect *srcRect, short iconSize);
-
- Handle MakeIconMask(GWorldPtr srcGWorld, Rect *srcRect, short iconSize);
-
- Handle MakeIcon(GWorldPtr srcGWorld, Rect *srcRect, short dstDepth, short iconSize);
-
- void TearDownPixMap(PixMapHandle pix);
-