|
static std::map< std::string, Mng * > | MngCache |
|
static mng_ptr MNG_DECL | my_alloc (mng_size_t len) |
|
static void MNG_DECL | my_free (mng_ptr ptr, mng_size_t) |
|
static mng_bool MNG_DECL | my_openstream (mng_handle handle) |
|
static mng_bool MNG_DECL | my_closestream (mng_handle handle) |
|
static mng_bool MNG_DECL | my_readdata (mng_handle handle, mng_ptr buf, mng_uint32 buflen, mng_uint32p read) |
|
static mng_bool MNG_DECL | my_processheader (mng_handle handle, mng_uint32 width, mng_uint32 height) |
|
static mng_ptr MNG_DECL | my_getcanvasline (mng_handle handle, mng_uint32 linenr) |
|
static mng_bool MNG_DECL | my_refresh (mng_handle handle, mng_uint32, mng_uint32, mng_uint32, mng_uint32) |
|
static mng_uint32 MNG_DECL | my_gettickcount (mng_handle) |
|
static mng_bool MNG_DECL | my_settimer (mng_handle handle, mng_uint32 msecs) |
|
static mng_bool MNG_DECL | my_processmend (mng_handle handle, mng_uint32 iterationsdone, mng_uint32) |
|
static mng_bool MNG_DECL | my_errorproc (mng_handle handle, mng_int32, mng_int8, mng_chunkid, mng_uint32, mng_int32, mng_int32, mng_pchar errortext) |
|