MagickCore
7.0.0
|
Data Fields | |
struct _NodeInfo * | child [16] |
PixelInfo * | list |
MagickSizeType | number_unique |
size_t | level |
struct _NodeInfo * | parent |
RealPixelInfo | total_color |
double | quantize_error |
size_t | color_number |
size_t | id |
void * | key |
void * | value |
struct _NodeInfo * | left |
struct _NodeInfo * | right |
Definition at line 73 of file histogram.c.
struct _NodeInfo * _NodeInfo::child |
Definition at line 75 of file histogram.c.
Referenced by AssignImageColors(), ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), DestroyColorCube(), FloydSteinbergDither(), IsHistogramImage(), IsPaletteImage(), PruneChild(), PruneLevel(), PruneToCubeDepth(), Reduce(), RiemersmaDither(), and UniqueColorsToImage().
size_t _NodeInfo::color_number |
Definition at line 246 of file quantize.c.
Referenced by ClosestColor(), and DefineImageColormap().
size_t _NodeInfo::id |
Definition at line 246 of file quantize.c.
Referenced by GetNodeInfo(), and PruneChild().
void* _NodeInfo::key |
Definition at line 71 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetFirstSplayTreeNode(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), GetValueFromSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), ResetSplayTree(), Splay(), and SplaySplayTree().
struct _NodeInfo* _NodeInfo::left |
Definition at line 76 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetFirstSplayTreeNode(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), LinkSplayTreeNodes(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), ResetSplayTree(), and Splay().
size_t _NodeInfo::level |
Definition at line 85 of file histogram.c.
Referenced by DefineImageHistogram(), GetNodeInfo(), PruneLevel(), PruneToCubeDepth(), and UniqueColorsToImage().
PixelInfo* _NodeInfo::list |
Definition at line 79 of file histogram.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), DestroyColorCube(), IsHistogramImage(), IsPaletteImage(), and UniqueColorsToImage().
MagickSizeType _NodeInfo::number_unique |
Definition at line 82 of file histogram.c.
Referenced by ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), IsHistogramImage(), IsPaletteImage(), PruneChild(), Reduce(), and UniqueColorsToImage().
struct _NodeInfo* _NodeInfo::parent |
Definition at line 232 of file quantize.c.
Referenced by AssignImageColors(), FloydSteinbergDither(), GetCubeInfo(), GetNodeInfo(), PruneChild(), and RiemersmaDither().
double _NodeInfo::quantize_error |
Definition at line 243 of file quantize.c.
Referenced by ClassifyImageColors(), Reduce(), and ReduceImageColors().
struct _NodeInfo * _NodeInfo::right |
Definition at line 76 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), ResetSplayTree(), and Splay().
RealPixelInfo _NodeInfo::total_color |
Definition at line 240 of file quantize.c.
Referenced by ClassifyImageColors(), DefineImageColormap(), and PruneChild().
void* _NodeInfo::value |
Definition at line 74 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextValueInSplayTree(), GetValueFromSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), and ResetSplayTree().