/external/ImageMagick/MagickCore/ |
D | identify.c | 224 GetMagickPrecision(),(feature)[0], \ in PrintChannelFeatures() 225 GetMagickPrecision(),(feature)[1], \ in PrintChannelFeatures() 226 GetMagickPrecision(),(feature)[2], \ in PrintChannelFeatures() 227 GetMagickPrecision(),(feature)[3], \ in PrintChannelFeatures() 228 GetMagickPrecision(),((feature)[0]+(feature)[1]+(feature)[2]+(feature)[3])/4.0 \ in PrintChannelFeatures() 309 (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(), in PrintChannelLocations() 310 target,GetMagickPrecision(),QuantumScale*target); in PrintChannelLocations() 366 GetMagickPrecision(),channel_moments[channel].centroid.x, in PrintChannelMoments() 367 GetMagickPrecision(),channel_moments[channel].centroid.y); in PrintChannelMoments() 369 GetMagickPrecision(),channel_moments[channel].ellipse_axis.x, in PrintChannelMoments() [all …]
|
D | magick.h | 110 GetMagickPrecision(void),
|
D | resize.c | 1177 GetMagickPrecision(),(double) resize_filter->support); in AcquireResizeFilter() 1179 GetMagickPrecision(),(double) resize_filter->window_support); in AcquireResizeFilter() 1181 GetMagickPrecision(),(double)resize_filter->blur); in AcquireResizeFilter() 1184 GetMagickPrecision(),(double)resize_filter->coefficient[0]); in AcquireResizeFilter() 1187 GetMagickPrecision(),(double)resize_filter->coefficient[0]); in AcquireResizeFilter() 1189 GetMagickPrecision(), (double)support); in AcquireResizeFilter() 1192 GetMagickPrecision(),(double)B, GetMagickPrecision(),(double)C); in AcquireResizeFilter() 1199 GetMagickPrecision(),(double) in AcquireResizeFilter() 1205 GetMagickPrecision(),0.0); in AcquireResizeFilter()
|
D | color.c | 1170 GetMagickPrecision(),(double) color); in ConcatenateColorComponent() 1175 GetMagickPrecision(),(double) ClampToQuantum(color)); in ConcatenateColorComponent() 1203 GetMagickPrecision(),QuantumScale*ClampToQuantum(color)); in ConcatenateColorComponent() 1217 GetMagickPrecision(),(double) ClampToQuantum(360.0*QuantumScale* in ConcatenateColorComponent() 1221 GetMagickPrecision(),(double) ClampToQuantum(100.0*QuantumScale* in ConcatenateColorComponent() 1229 GetMagickPrecision(),100.0*QuantumScale*color); in ConcatenateColorComponent() 1236 GetMagickPrecision(),(double) ClampToQuantum(100.0*QuantumScale*color)); in ConcatenateColorComponent()
|
D | property.c | 2841 GetMagickPrecision(),entropy); in GetMagickProperty() 2860 GetMagickPrecision(),image->gamma); in GetMagickProperty() 2897 GetMagickPrecision(),kurtosis); in GetMagickProperty() 2920 GetMagickPrecision(),maximum); in GetMagickProperty() 2932 GetMagickPrecision(),mean); in GetMagickProperty() 2945 GetMagickPrecision(),minimum); in GetMagickProperty() 3086 GetMagickPrecision(),skewness); in GetMagickProperty() 3098 GetMagickPrecision(),standard_deviation); in GetMagickProperty() 3583 GetMagickPrecision(),(double) value); in InterpretImageProperties()
|
D | morphology.c | 4651 GetMagickPrecision(), k->minimum, in ShowKernelInfo() 4652 GetMagickPrecision(), k->maximum); in ShowKernelInfo() 4654 GetMagickPrecision(), k->negative_range, in ShowKernelInfo() 4655 GetMagickPrecision(), k->positive_range); in ShowKernelInfo() 4662 GetMagickPrecision(), k->positive_range+k->negative_range); in ShowKernelInfo() 4667 (void) FormatLocaleFile(stderr," %*s", GetMagickPrecision()+3, "nan"); in ShowKernelInfo() 4669 (void) FormatLocaleFile(stderr," %*.*lg", GetMagickPrecision()+3, in ShowKernelInfo() 4670 GetMagickPrecision(), (double) k->values[i]); in ShowKernelInfo()
|
D | resample.c | 1367 GetMagickPrecision(),sqrt((double)Q)*r_scale, in SetResampleFilter() 1368 GetMagickPrecision(),resample_filter->filter_lut[Q] ); in SetResampleFilter()
|
D | magick.c | 812 MagickExport int GetMagickPrecision(void) in GetMagickPrecision() function
|
D | compare.c | 1355 (void) FormatImageProperty(image,"distortion","%.*g",GetMagickPrecision(), in GetImageDistortion()
|
D | fx.c | 2539 subexpression,GetMagickPrecision(),alpha); in FxEvaluateSubexpression()
|
/external/ImageMagick/coders/ |
D | json.c | 363 GetMagickPrecision(),(feature)[0], \ in PrintChannelFeatures() 364 GetMagickPrecision(),(feature)[1], \ in PrintChannelFeatures() 365 GetMagickPrecision(),(feature)[2], \ in PrintChannelFeatures() 366 GetMagickPrecision(),(feature)[3], \ in PrintChannelFeatures() 367 GetMagickPrecision(),((feature)[0]+(feature)[1]+(feature)[2]+(feature)[3])/4.0 \ in PrintChannelFeatures() 524 "\"%.*g\",\n",name,GetMagickPrecision(),QuantumScale*target); in PrintChannelLocations() 586 GetMagickPrecision(),channel_moments[channel].centroid.x, in PrintChannelMoments() 587 GetMagickPrecision(),channel_moments[channel].centroid.y); in PrintChannelMoments() 591 GetMagickPrecision(),channel_moments[channel].ellipse_axis.x, in PrintChannelMoments() 592 GetMagickPrecision(),channel_moments[channel].ellipse_axis.y); in PrintChannelMoments() [all …]
|