opctool.h

Go to the documentation of this file.
00001 
00007 #ifndef OPCTOOL_H
00008 #define OPCTOOL_H
00009 
00010 #include <stdio.h>
00011 #ifndef OPC_H
00012 #include "opc/opc.h"
00013 #endif
00014 
00015 #ifdef PIXEL
00016 
00017 /*
00018  * Tool functions
00019  */
00020 void OPC_NAMING(ShrinkBound)( OPC* dst, const OPC* src, PIXEL transparent );
00021 size_t OPC_NAMING(Shape_Calc)( const OPC* src, PIXEL transparent, bool bMask );
00022 OPCShape* OPC_NAMING(Shape_Create)( const OPC* src, PIXEL transparent, void* buffer, bool bMask );
00023 void OPC_NAMING(ExportH)( const OPC* opc, FILE* fp, const char* szname );
00024 void OPC_NAMING(ExportC)( const OPC* opc, FILE* fp, const char* modifier, const char* szname, const char* szComment, ... );
00025 void OPC_NAMING(ExportCData)( const OPC* opc, FILE* fp, const char* szname );
00026 void OPC_NAMING(Shape_ExportH)( const OPCShape* shape, FILE* fp, const char* szname, bool bMask );
00027 void OPC_NAMING(Shape_ExportC)( const OPCShape* shape, FILE* fp, const char* modifier, const char* szname, bool bMask, const char* szComment, ... );
00028 void OPC_NAMING(Shape_ExportCData)( const OPCShape* shape, FILE* fp, const char* szname, bool bMask );
00029 #endif /* PIXEL */
00030 
00031 #endif /* OPCTOOL_H */

Generated on Fri Jan 2 15:28:34 2009 for Squat by  doxygen 1.5.6