Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"
Go to the source code of this file.
Data Structures | |
struct | OTA_bitmap |
Macros | |
#define | NEGATIVE 1 /* source has white=0, black=1 */ |
#define | REVERSE 2 /* source has righmost as most significant */ |
Typedefs | |
typedef struct OTA_bitmap | OTAbitmap |
Functions | |
OTAbitmap * | OTAbitmap_create_empty (void) |
void | OTAbitmap_delete (OTAbitmap *pic) |
OTAbitmap * | OTAbitmap_create (int width, int height, int depth, Octet *data, int flags) |
int | OTAbitmap_create_stream (OTAbitmap *pic, Octet **stream) |
#define NEGATIVE 1 /* source has white=0, black=1 */ |
Definition at line 94 of file OTAbitmap.h.
Referenced by OTAbitmap_create(), and wbmp_create().
#define REVERSE 2 /* source has righmost as most significant */ |
Definition at line 95 of file OTAbitmap.h.
Referenced by OTAbitmap_create(), and wbmp_create().
typedef struct OTA_bitmap OTAbitmap |
Definition at line 91 of file OTAbitmap.c.
References NEGATIVE, OTAbitmap_create_empty(), REVERSE, and reverse_octet().
OTAbitmap* OTAbitmap_create_empty | ( | void | ) |
Definition at line 69 of file OTAbitmap.c.
Referenced by OTAbitmap_create().
Definition at line 137 of file OTAbitmap.c.
References debug(), OTA_bitmap::depth, OTA_bitmap::height, OTA_bitmap::infofield, OTA_bitmap::main_image, and OTA_bitmap::width.
void OTAbitmap_delete | ( | OTAbitmap * | pic | ) |
Definition at line 78 of file OTAbitmap.c.
References OTA_bitmap::animated_image, OTA_bitmap::animimg_count, OTA_bitmap::ext_fields, and OTA_bitmap::main_image.