#include <stdlib.h>
#include "ut_string.h"
#include "ut_assert.h"
#include "ie_impGraphic_BMP.h"
#include "fg_GraphicRaster.h"
#include "ut_debugmsg.h"
#include "xap_Module.h"
Defines | |
#define | ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
Functions | |
ABI_BUILTIN_FAR_CALL int | abi_plugin_register (XAP_ModuleInfo *mi) |
ABI_BUILTIN_FAR_CALL int | abi_plugin_unregister (XAP_ModuleInfo *mi) |
ABI_BUILTIN_FAR_CALL int | abi_plugin_supports_version (UT_uint32, UT_uint32, UT_uint32) |
static void | _write_png (png_structp png_ptr, png_bytep data, png_size_t length) |
static void | _write_flush (png_structp) |
Variables | |
static IE_ImpGraphicBMP_Sniffer * | m_impSniffer = 0 |
static IE_SuffixConfidence | IE_ImpGraphicBMP_Sniffer__SuffixConfidence [] |
#define ABI_BUILTIN_FAR_CALL ABI_FAR_CALL |
static void _write_flush | ( | png_structp | ) | [static] |
Referenced by IE_ImpGraphic_BMP::Initialize_PNG().
static void _write_png | ( | png_structp | png_ptr, | |
png_bytep | data, | |||
png_size_t | length | |||
) | [static] |
References UT_ByteBuf::append().
ABI_BUILTIN_FAR_CALL int abi_plugin_register | ( | XAP_ModuleInfo * | mi | ) |
ABI_BUILTIN_FAR_CALL int abi_plugin_unregister | ( | XAP_ModuleInfo * | mi | ) |
{ { "bmp", UT_CONFIDENCE_PERFECT }, { "", UT_CONFIDENCE_ZILCH } }
IE_ImpGraphicBMP_Sniffer* m_impSniffer = 0 [static] |