#include "ie_impGraphic_GdkPixbuf.h"
Classes | |
struct | SuffixInfo |
Defines | |
#define | GDK_PIXBUF_ENABLE_BACKEND |
Functions | |
static void | _write_png (png_structp png_ptr, png_bytep data, png_size_t length) |
static const SuffixInfo * | s_getSuffixInfo (void) |
static gint | format_check (GdkPixbufFormat *info, const guchar *buffer, int size) |
static bool | _gdk_pixbuf_get_module (const guchar *buffer, guint size) |
#define GDK_PIXBUF_ENABLE_BACKEND |
static bool _gdk_pixbuf_get_module | ( | const guchar * | buffer, | |
guint | size | |||
) | [static] |
References format_check().
Referenced by IE_ImpGraphicGdkPixbuf_Sniffer::recognizeContents().
static void _write_png | ( | png_structp | png_ptr, | |
png_bytep | data, | |||
png_size_t | length | |||
) | [static] |
This class will import any graphic type supported by gdk-pixbuf into a png buffer for abiword.
References UT_ByteBuf::append().
static gint format_check | ( | GdkPixbufFormat * | info, | |
const guchar * | buffer, | |||
int | size | |||
) | [static] |
References gchar.
Referenced by _gdk_pixbuf_get_module().
static const SuffixInfo* s_getSuffixInfo | ( | void | ) | [static] |
Get the null terminated array of recognized suffixes.
References SuffixInfo::count, gchar, and SuffixInfo::suffixes.
Referenced by IE_ImpGraphicGdkPixbuf_Sniffer::getDlgLabels(), and IE_ImpGraphicGdkPixbuf_Sniffer::getSuffixConfidence().