/external/ImageMagick/MagickWand/ |
H A D | operation.c | 2106 black_point, 2115 black_point=geometry_info.rho; 2117 black_point; 2119 black_point*=(double) _image->columns*_image->rows/100.0; 2123 (void) ContrastStretchImage(_image,black_point,white_point, 2600 black_point, 2610 black_point=geometry_info.rho; 2619 black_point*=(double) (QuantumRange/100.0); 2623 white_point=(double) QuantumRange-black_point; 2625 (void) LevelizeImage(_image,black_point,white_poin 2100 black_point, local 2594 black_point, local 2633 black_point, local 2666 black_point, local [all...] |
H A D | mogrify.c | 1240 black_point, 1248 black_point=geometry_info.rho; 1250 black_point; 1253 black_point*=(double) (*image)->columns*(*image)->rows/100.0; 1258 (void) ContrastStretchImage(*image,black_point,white_point, 1977 black_point, 1986 black_point=geometry_info.rho; 1995 black_point*=(double) (QuantumRange/100.0); 1999 white_point=(double) QuantumRange-black_point; 2001 (void) LevelizeImage(*image,black_point,white_poin 1235 black_point, local 1972 black_point, local 2012 black_point, local 2045 black_point, local [all...] |
H A D | magick-image.c | 2134 % const double black_point,const double white_point) 2140 % o black_point: the black point. 2146 const double black_point,const double white_point) 2157 status=ContrastStretchImage(wand->images,black_point,white_point, 6543 % const double black_point,const double gamma,const double white_point) 6545 % const ChannelType channel,const double black_point,const double gamma, 6555 % o black_point: the black point. 6563 const double black_point,const double gamma,const double white_point) 6574 status=LevelImage(wand->images,black_point,white_point,gamma, 6599 % const double black_point,cons 2104 MagickContrastStretchImage(MagickWand *wand, const double black_point,const double white_point) argument 6428 MagickLevelImage(MagickWand *wand, const double black_point,const double gamma,const double white_point) argument 6475 MagickLinearStretchImage(MagickWand *wand, const double black_point,const double white_point) argument [all...] |
/external/ImageMagick/Magick++/lib/ |
H A D | STL.cpp | 636 Magick::levelImage::levelImage( const double black_point, argument 639 : _black_point(black_point),
|
/external/ImageMagick/MagickCore/ |
H A D | accelerate.c | 972 MagickCLEnv clEnv,const double black_point,const double white_point, 1185 if (intensity > black_point) 1206 if (intensity > black_point) 1227 if (intensity > black_point) 1248 if (intensity > black_point) 1270 if (intensity > black_point) 1537 Image *image,const double black_point,const double white_point, 1557 status=ComputeContrastStretchImage(image,clEnv,black_point,white_point, 971 ComputeContrastStretchImage(Image *image, MagickCLEnv clEnv,const double black_point,const double white_point, ExceptionInfo *exception) argument 1536 AccelerateContrastStretchImage( Image *image,const double black_point,const double white_point, ExceptionInfo *exception) argument
|
H A D | enhance.c | 1014 % o black_point: the black point. 1025 const double black_point,const double white_point,ExceptionInfo *exception) 1137 if (intensity > black_point) 2368 % MagickBooleanType LevelImage(Image *image,const double black_point, 2375 % o black_point: The level to map zero (black) to. 2383 static inline double LevelPixel(const double black_point, 2390 if (fabs(white_point-black_point) < MagickEpsilon) 2392 scale=1.0/(white_point-black_point); 2393 level_pixel=QuantumRange*gamma_pow(scale*((double) pixel-black_point), 2398 MagickExport MagickBooleanType LevelImage(Image *image,const double black_point, 1016 ContrastStretchImage(Image *image, const double black_point,const double white_point,ExceptionInfo *exception) argument 2369 LevelPixel(const double black_point, const double white_point,const double gamma,const double pixel) argument 2384 LevelImage(Image *image,const double black_point, const double white_point,const double gamma,ExceptionInfo *exception) argument 2539 LevelizeImage(Image *image, const double black_point,const double white_point,const double gamma, ExceptionInfo *exception) argument 2828 LinearStretchImage(Image *image, const double black_point,const double white_point,ExceptionInfo *exception) argument 3630 black_point, local [all...] |
H A D | display.c | 7895 black_point, 7914 black_point=geometry_info.rho; 7915 white_point=(flags & SigmaValue) != 0 ? geometry_info.sigma : black_point; 7918 black_point*=(double) (*image)->columns*(*image)->rows/100.0; 7922 (void) ContrastStretchImage(*image,black_point,white_point, 7873 black_point, local
|