Searched refs:CubeInfo (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | histogram.c | 117 } CubeInfo; typedef 122 static CubeInfo 126 *GetNodeInfo(CubeInfo *,const size_t); 175 static CubeInfo *ClassifyImageColors(const Image *image, in ClassifyImageColors() 183 CubeInfo in ClassifyImageColors() 219 if (cube_info == (CubeInfo *) NULL) in ClassifyImageColors() 388 static CubeInfo *DestroyCubeInfo(const Image *image,CubeInfo *cube_info) in DestroyCubeInfo() 404 return((CubeInfo *) RelinquishMagickMemory(cube_info)); in DestroyCubeInfo() 474 static CubeInfo *GetCubeInfo(void) in GetCubeInfo() 476 CubeInfo in GetCubeInfo() [all …]
|
D | quantize.c | 323 } CubeInfo; typedef 328 static CubeInfo 332 *GetNodeInfo(CubeInfo *,const size_t,const size_t,NodeInfo *); 335 AssignImageColors(Image *,CubeInfo *,ExceptionInfo *), 336 ClassifyImageColors(CubeInfo *,const Image *,ExceptionInfo *), 337 DitherImage(Image *,CubeInfo *,ExceptionInfo *), 341 DefineImageColormap(Image *,CubeInfo *,NodeInfo *); 344 ClosestColor(const Image *,CubeInfo *,const NodeInfo *), 345 DestroyCubeInfo(CubeInfo *), 346 PruneLevel(CubeInfo *,const NodeInfo *), [all …]
|