MagickCore 6.9.12-98
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
struct _NodeInfo * | child [16] |
ColorPacket * | list |
size_t | extent |
MagickSizeType | number_unique |
size_t | level |
struct _NodeInfo * | parent |
DoublePixelPacket | total_color |
MagickRealType | quantize_error |
size_t | color_number |
size_t | id |
void * | key |
void * | value |
struct _NodeInfo * | left |
struct _NodeInfo * | right |
Definition at line 74 of file histogram.c.
struct _NodeInfo * _NodeInfo::child |
Definition at line 77 of file histogram.c.
size_t _NodeInfo::color_number |
Definition at line 237 of file quantize.c.
size_t _NodeInfo::extent |
Definition at line 83 of file histogram.c.
size_t _NodeInfo::id |
Definition at line 238 of file quantize.c.
void* _NodeInfo::key |
Definition at line 72 of file splay-tree.c.
struct _NodeInfo* _NodeInfo::left |
Definition at line 78 of file splay-tree.c.
size_t _NodeInfo::level |
Definition at line 89 of file histogram.c.
ColorPacket* _NodeInfo::list |
Definition at line 80 of file histogram.c.
MagickSizeType _NodeInfo::number_unique |
Definition at line 86 of file histogram.c.
struct _NodeInfo* _NodeInfo::parent |
Definition at line 224 of file quantize.c.
MagickRealType _NodeInfo::quantize_error |
Definition at line 234 of file quantize.c.
struct _NodeInfo * _NodeInfo::right |
Definition at line 79 of file splay-tree.c.
DoublePixelPacket _NodeInfo::total_color |
Definition at line 231 of file quantize.c.
void* _NodeInfo::value |
Definition at line 75 of file splay-tree.c.