home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_IMAGE_PROTOS_H
- #define CLIB_IMAGE_PROTOS_H
-
- #ifndef LIBRARIES_IMAGE_H
- #include <libraries/image.h>
- #endif /* LIBRARIES_IMAGE_H */
-
- VOID DrawBitMap( struct BitMap *, ULONG, ULONG, ULONG, ULONG, struct RastPort * );
- struct BitMap *ChunkyToBitMapA( struct Screen *, struct ChunkyImg *, struct TagItem * );
- struct BitMap *ChunkyToBitMap( struct Screen *, struct ChunkyImg *, ULONG tag1Type, ... );
- VOID FreeChunky( struct Screen *, struct BitMap * );
- LONG DrawTextA( struct TagItem * );
- LONG DrawText( ULONG tag1Type, ... );
- VOID Draw3DBoxA( struct RastPort *, struct TextFont*, struct TagItem * );
- VOID Draw3DBox( struct RastPort *, struct TextFont*, ULONG tag1Type, ... );
- struct BitMap *ScaleBitMapA( struct BitMap *, struct TagItem * );
- struct BitMap *ScaleBitMap( struct BitMap *, ULONG tag1Type, ... );
- struct BitMap *ChunkyToHAMA( struct ChunkyImg *, struct TagItem * );
- struct BitMap *ChunkyToHAM( struct ChunkyImg *, ULONG tag1Type, ... );
-
- #endif /* CLIB_IMAGE_PROTOS_H */
-