#include <asimage.h>
Public Attributes | |
ASImage * | im |
ARGB32 | solid_color |
int | dst_x |
int | dst_y |
int | clip_x |
int | clip_y |
unsigned int | clip_width |
unsigned int | clip_height |
ARGB32 | tint |
ASImageBevel * | bevel |
int | bevel_x |
int | bevel_y |
unsigned int | bevel_width |
unsigned int | bevel_height |
int | merge_mode |
merge_scanlines_func | merge_scanlines |
ASImageLayer * | next |
void * | data |
Definition at line 289 of file asimage.h.
Definition at line 291 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), TASImage::DrawText(), fill_with_pixmapped_background(), TASImage::Gradient(), handle_asxml_tag_text(), TASImage::Merge(), and merge_layers().
Definition at line 292 of file asimage.h.
Referenced by handle_asxml_tag_text(), and merge_layers().
Definition at line 295 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), TASImage::DrawText(), fill_with_pixmapped_background(), TASImage::Gradient(), handle_asxml_tag_text(), TASImage::Merge(), and merge_layers().
Definition at line 295 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), TASImage::DrawText(), fill_with_pixmapped_background(), TASImage::Gradient(), handle_asxml_tag_text(), and TASImage::Merge().
Definition at line 300 of file asimage.h.
Referenced by fill_with_pixmapped_background(), and merge_layers().
Definition at line 300 of file asimage.h.
Referenced by fill_with_pixmapped_background(), and merge_layers().
unsigned int ASImageLayer::clip_width |
Definition at line 301 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), TASImage::DrawText(), fill_with_pixmapped_background(), TASImage::Gradient(), handle_asxml_tag_text(), TASImage::Merge(), and merge_layers().
unsigned int ASImageLayer::clip_height |
Definition at line 301 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), TASImage::DrawText(), fill_with_pixmapped_background(), TASImage::Gradient(), handle_asxml_tag_text(), TASImage::Merge(), and merge_layers().
struct ASImageBevel* ASImageLayer::bevel |
Definition at line 304 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), TASImage::DrawText(), TASImage::Gradient(), handle_asxml_tag_text(), TASImage::Merge(), and merge_layers().
unsigned int ASImageLayer::bevel_width |
unsigned int ASImageLayer::bevel_height |
Definition at line 316 of file asimage.h.
Referenced by TASImage::Bevel(), TASImage::CreateThumbnail(), fill_with_pixmapped_background(), TASImage::Gradient(), and TASImage::Merge().
struct ASImageLayer* ASImageLayer::next |
void* ASImageLayer::data |