|
Typedefs |
typedef enum HORIZONTAL_ALIGN | HORIZONTAL_ALIGN |
typedef enum VERTICAL_ALIGN | VERTICAL_ALIGN |
Enumerations |
enum | HORIZONTAL_ALIGN { HA_LEFT,
HA_CENTER,
HA_RIGHT
} |
enum | VERTICAL_ALIGN { VA_TOP,
VA_MIDDLE,
VA_BOTTOM
} |
Functions |
mpr_map_t * | mpr_map_create (size_t cx, size_t cy, apr_pool_t *pool) |
void | mpr_map_nodes_add (mpr_map_t *map, mpr_node_t *node) |
void | mpr_map_render (mpr_map_t *map, const char *destiny, const char *imapurl) |
void | mpr_map_save (mpr_map_t *map, const char *destiny) |
void | mpr_image_map_save (mpr_map_t *map, const char *destiny, const char *imapurl) |
mpr_node_t * | mpr_node_create (const char *ip, apr_pool_t *pool) |
mpr_node_t * | mpr_node_create_at (const char *ip, size_t x, size_t y, apr_pool_t *pool) |
void | trd_render_string (gdImagePtr image, gdFontPtr font, short x1, short y1, short x2, short y2, HORIZONTAL_ALIGN h_align, VERTICAL_ALIGN v_align, short vertical, unsigned long color, const char *f,...) |
void | trd_render_stringv (gdImagePtr image, gdFontPtr font, short x1, short y1, short x2, short y2, HORIZONTAL_ALIGN h_align, VERTICAL_ALIGN v_align, short vertical, unsigned long color, const char *f, va_list var_args) |