|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"Go to the source code of this file.
Data Structures | |
| struct | extparam |
| struct | wbmp |
Macros | |
| #define | NEGATIVE 1 /* source has white=0, black=1 */ |
| #define | REVERSE 2 /* source has righmost as most significant */ |
Typedefs | |
| typedef struct extparam | ExtParam |
| typedef struct wbmp | WBMP |
Functions | |
| WBMP * | wbmp_create_empty (void) |
| void | wbmp_delete (WBMP *pic) |
| WBMP * | wbmp_create (int type, int width, int height, Octet *data, int flags) |
| int | wbmp_create_stream (WBMP *pic, Octet **stream) |
| #define REVERSE 2 /* source has righmost as most significant */ |
Definition at line 94 of file wbmp.c.
References error(), NEGATIVE, REVERSE, reverse_octet(), type, and wbmp_create_empty().
| WBMP* wbmp_create_empty | ( | void | ) |
Definition at line 127 of file wbmp.c.
References debug(), error(), wbmp::height, wbmp::main_image, wbmp::type_field, wbmp::width, and write_variable_value().
| void wbmp_delete | ( | WBMP * | pic | ) |
Definition at line 80 of file wbmp.c.
References wbmp::animated_image, wbmp::animimg_count, wbmp::ext_header_field, and wbmp::main_image.