Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "gwlib/gwlib.h"
#include "OTAbitmap.h"
Go to the source code of this file.
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) |
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.