
Definition at line 339 of file color.c.
Data Fields | |
| struct _NodeInfo * | child [16] |
| ColorPacket * | list |
| MagickSizeType | number_unique |
| unsigned long | level |
| struct _NodeInfo * | parent |
| RealPixelPacket | total_color |
| MagickRealType | quantize_error |
| unsigned long | color_number |
| unsigned long | id |
| void * | key |
| void * | value |
| struct _NodeInfo * | left |
| struct _NodeInfo * | right |
| struct _NodeInfo * _NodeInfo::child | ( | ) | [read] |
Definition at line 341 of file color.c.
Referenced by AssignImageColors(), ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), DestroyColorCube(), FloydSteinbergDither(), IsHistogramImage(), IsPaletteImage(), PruneChild(), PruneLevel(), PruneToCubeDepth(), Reduce(), RiemersmaDither(), and UniqueColorsToImage().
Definition at line 345 of file color.c.
Referenced by ClassifyImageColors(), DefineImageHistogram(), DestroyColorCube(), IsHistogramImage(), IsPaletteImage(), and UniqueColorsToImage().
Definition at line 348 of file color.c.
Referenced by ClassifyImageColors(), ClosestColor(), DefineImageColormap(), DefineImageHistogram(), IsHistogramImage(), IsPaletteImage(), PruneChild(), Reduce(), and UniqueColorsToImage().
| unsigned long _NodeInfo::level |
Definition at line 351 of file color.c.
Referenced by DefineImageHistogram(), GetNodeInfo(), PruneLevel(), PruneToCubeDepth(), and UniqueColorsToImage().
struct _NodeInfo* _NodeInfo::parent [read] |
Definition at line 211 of file quantize.c.
Referenced by AssignImageColors(), FloydSteinbergDither(), GetCubeInfo(), GetNodeInfo(), PruneChild(), and RiemersmaDither().
Definition at line 219 of file quantize.c.
Referenced by ClassifyImageColors(), DefineImageColormap(), and PruneChild().
Definition at line 222 of file quantize.c.
Referenced by ClassifyImageColors(), Reduce(), and ReduceImageColors().
| unsigned long _NodeInfo::color_number |
| unsigned long _NodeInfo::id |
| 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(), Splay(), and SplaySplayTree().
| void* _NodeInfo::value |
Definition at line 74 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextValueInSplayTree(), GetValueFromSplayTree(), RemoveNodeByValueFromSplayTree(), and RemoveNodeFromSplayTree().
struct _NodeInfo* _NodeInfo::left [read] |
Definition at line 76 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetFirstSplayTreeNode(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), LinkSplayTreeNodes(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), and Splay().
struct _NodeInfo * _NodeInfo::right [read] |
Definition at line 76 of file splay-tree.c.
Referenced by AddValueToSplayTree(), CloneSplayTree(), DeleteNodeByValueFromSplayTree(), DeleteNodeFromSplayTree(), DestroySplayTree(), GetNextKeyInSplayTree(), GetNextValueInSplayTree(), IterateOverSplayTree(), RemoveNodeByValueFromSplayTree(), RemoveNodeFromSplayTree(), and Splay().
1.5.6