Searched defs:GetCubeInfo (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dhistogram.c127 *GetCubeInfo(void);
223 cube_info=GetCubeInfo();
472 % GetCubeInfo() initializes the CubeInfo data structure.
474 % The format of the GetCubeInfo method is: function
476 % cube_info=GetCubeInfo()
483 static CubeInfo *GetCubeInfo(void)
685 cube_info=GetCubeInfo();
H A Dquantize.c333 *GetCubeInfo(const QuantizeInfo *,const size_t,const size_t);
1990 % GetCubeInfo() initialize the Cube data structure.
1992 % The format of the GetCubeInfo method is:
1994 % CubeInfo GetCubeInfo(const QuantizeInfo *quantize_info,
2013 static CubeInfo *GetCubeInfo(const QuantizeInfo *quantize_info,
2725 cube_info=GetCubeInfo(quantize_info,depth,maximum_colors);
2841 cube_info=GetCubeInfo(quantize_info,depth,maximum_colors);
3174 cube_info=GetCubeInfo(quantize_info,MaxTreeDepth,
3253 cube_info=GetCubeInfo(quantize_info,MaxTreeDepth,
1998 static CubeInfo *GetCubeInfo(const QuantizeInfo *quantize_info, function

Completed in 267 milliseconds