|
MagickCore
6.7.5
|

Data Fields | |
| struct _NodeInfo * | child [16] |
| PixelInfo * | list |
| MagickSizeType | number_unique |
| size_t | level |
| struct _NodeInfo * | parent |
| RealPixelInfo | 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 228 of file quantize.c.
| struct _NodeInfo * _NodeInfo::child |
Definition at line 75 of file histogram.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), DestroyColorCube(), IsHistogramImage(), IsPaletteImage(), UniqueColorsToImage(), AssignImageColors(), ClosestColor(), DefineImageColormap(), FloydSteinbergDither(), RiemersmaDither(), PruneChild(), PruneLevel(), PruneToCubeDepth(), and Reduce().
| size_t _NodeInfo::color_number |
Definition at line 244 of file quantize.c.
Referenced by ClosestColor(), and DefineImageColormap().
| size_t _NodeInfo::id |
Definition at line 244 of file quantize.c.
Referenced by GetNodeInfo(), and PruneChild().
| void* _NodeInfo::key |
Definition at line 71 of file splay-tree.c.
Referenced by AddValueToSplayTree(), GetFirstSplayTreeNode(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), 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(), LinkSplayTreeNodes(), GetFirstSplayTreeNode(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), ResetSplayTree(), and Splay().
| size_t _NodeInfo::level |
Definition at line 85 of file histogram.c.
Referenced by DefineImageHistogram(), GetNodeInfo(), UniqueColorsToImage(), PruneLevel(), and PruneToCubeDepth().
Definition at line 79 of file histogram.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), DestroyColorCube(), IsHistogramImage(), IsPaletteImage(), and UniqueColorsToImage().
Definition at line 82 of file histogram.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), IsHistogramImage(), IsPaletteImage(), UniqueColorsToImage(), ClosestColor(), DefineImageColormap(), PruneChild(), and Reduce().
| struct _NodeInfo* _NodeInfo::parent |
Definition at line 230 of file quantize.c.
Referenced by AssignImageColors(), FloydSteinbergDither(), RiemersmaDither(), GetCubeInfo(), GetNodeInfo(), and PruneChild().
Definition at line 241 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().
Definition at line 238 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().