Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Denhance.c3450 static inline void ModulateHCL(const double percent_hue, in ModulateHCL() argument
3463 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHCL()
3469 static inline void ModulateHCLp(const double percent_hue, in ModulateHCLp() argument
3482 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHCLp()
3488 static inline void ModulateHSB(const double percent_hue, in ModulateHSB() argument
3501 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHSB()
3507 static inline void ModulateHSI(const double percent_hue, in ModulateHSI() argument
3520 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHSI()
3526 static inline void ModulateHSL(const double percent_hue, in ModulateHSL() argument
3539 hue+=fmod((percent_hue-100.0),200.0)/200.0; in ModulateHSL()
[all …]
Daccelerate-kernels-private.h2091 …static inline void ModulateHSL(const float percent_hue, const float percent_saturation,const float…
2103 hue+=0.5*(0.01*percent_hue-1.0);
2115 const float percent_hue,
2141 ModulateHSL(percent_hue, percent_saturation, percent_brightness,
Daccelerate.c3361 const double percent_brightness,const double percent_hue, in ComputeModulateImage() argument
3465 hue=percent_hue; in ComputeModulateImage()
3531 const double percent_brightness,const double percent_hue, in AccelerateModulateImage() argument
3556 status=ComputeModulateImage(image,clEnv,percent_brightness,percent_hue, in AccelerateModulateImage()