Home
last modified time | relevance | path

Searched refs:percent_hue (Results 1 – 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
Denhance.c2937 static inline void ModulateHCL(const double percent_hue, in ModulateHCL() argument
2950 hue+=0.5*(0.01*percent_hue-1.0); in ModulateHCL()
2960 static inline void ModulateHCLp(const double percent_hue, in ModulateHCLp() argument
2973 hue+=0.5*(0.01*percent_hue-1.0); in ModulateHCLp()
2983 static inline void ModulateHSB(const double percent_hue, in ModulateHSB() argument
2996 hue+=0.5*(0.01*percent_hue-1.0); in ModulateHSB()
3006 static inline void ModulateHSI(const double percent_hue, in ModulateHSI() argument
3019 hue+=0.5*(0.01*percent_hue-1.0); in ModulateHSI()
3029 static inline void ModulateHSL(const double percent_hue, in ModulateHSL() argument
3042 hue+=0.5*(0.01*percent_hue-1.0); in ModulateHSL()
[all …]
Daccelerate-kernels-private.h2085 …inline void ModulateHSL(const float percent_hue, const float percent_saturation,const float percen…
2097 hue+=0.5*(0.01*percent_hue-1.0);
2109 const float percent_hue,
2135 ModulateHSL(percent_hue, percent_saturation, percent_brightness,
Daccelerate.c3416 const double percent_brightness,const double percent_hue, in ComputeModulateImage() argument
3520 hue=percent_hue; in ComputeModulateImage()
3586 const double percent_brightness,const double percent_hue, in AccelerateModulateImage() argument
3609 status=ComputeModulateImage(image,clEnv,percent_brightness,percent_hue, in AccelerateModulateImage()