Home
last modified time | relevance | path

Searched defs:hue (Results 1 – 25 of 30) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dgem.c88 MagickPrivate void ConvertHCLToRGB(const double hue,const double chroma, in ConvertHCLToRGB()
181 MagickPrivate void ConvertHCLpToRGB(const double hue,const double chroma, in ConvertHCLpToRGB()
286 MagickPrivate void ConvertHSBToRGB(const double hue,const double saturation, in ConvertHSBToRGB()
389 MagickPrivate void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB()
462 MagickExport void ConvertHSLToRGB(const double hue,const double saturation, in ConvertHSLToRGB()
566 MagickPrivate void ConvertHSVToRGB(const double hue,const double saturation, in ConvertHSVToRGB()
667 MagickPrivate void ConvertHWBToRGB(const double hue,const double whiteness, in ConvertHWBToRGB()
745 const double hue,double *X,double *Y,double *Z) in ConvertLCHabToXYZ()
752 const double hue,double *red,double *green,double *blue) in ConvertLCHabToRGB()
798 const double hue,double *X,double *Y,double *Z) in ConvertLCHuvToXYZ()
[all …]
Denhance.c1375 hue, in Contrast() local
3454 hue, in ModulateHCL() local
3473 hue, in ModulateHCLp() local
3493 hue, in ModulateHSB() local
3512 hue, in ModulateHSI() local
3530 hue, in ModulateHSL() local
3549 hue, in ModulateHSV() local
3569 hue, in ModulateHWB() local
3587 hue, in ModulateLCHab() local
3606 hue, in ModulateLCHuv() local
Dcomposite.c181 static void HCLComposite(const MagickRealType hue,const MagickRealType chroma, in HCLComposite()
248 const MagickRealType blue,MagickRealType *hue,MagickRealType *chroma, in CompositeHCL()
1250 hue, local
Dfx.c960 hue, in FxGetSymbol() local
1010 hue, in FxGetSymbol() local
1104 hue, in FxGetSymbol() local
/external/ImageMagick/Magick++/lib/
DColor.cpp628 void Magick::ColorHSL::hue(const double hue_) in hue() function in Magick::ColorHSL
631 hue, in hue() local
652 double Magick::ColorHSL::hue(void) const in hue() function in Magick::ColorHSL
655 hue, in hue() local
668 hue, in lightness() local
692 hue, in lightness() local
705 hue, in saturation() local
729 hue, in saturation() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.h40 float hue; member
/external/perfetto/ui/src/frontend/
Dcolorizer.ts129 const hue = Math.floor(Math.random() * 40) * 9; constant
Dflamegraph.ts98 const hue = this.hash(name); constant
/external/ImageMagick/www/source/
Danalyze.c97 hue, in analyzeImage() local
/external/ImageMagick/filters/
Danalyze.c97 hue, in analyzeImage() local
/external/python/cpython3/Lib/
Dcolorsys.py108 def _v(m1, m2, hue): argument
/external/python/cpython2/Lib/
Dcolorsys.py100 def _v(m1, m2, hue): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dimage_ops.cc57 auto hue = in RGBToHSV() local
74 xla::XlaOp hue = hsv[0]; in HSVToRGB() local
152 xla::XlaOp hue = xla::SliceInDim(input, /*start_index=*/0, in Compile() local
319 auto& hue = hsv[0]; in Compile() local
/external/perfetto/ui/src/tracks/gpu_freq/
Dfrontend.ts77 const hue = hueForCpu(this.config.gpu); constant
/external/ImageMagick/tests/
Dvalidate.c90 static void ConvertHSIToRGB(const double hue,const double saturation, in ConvertHSIToRGB()
128 const double blue,double *hue,double *saturation,double *intensity) in ConvertRGBToHSI()
150 static void ConvertHSVToRGB(const double hue,const double saturation, in ConvertHSVToRGB()
359 const double hue,double *X,double *Y,double *Z) in ConvertLCHabToXYZ()
366 const double hue,double *red,double *green,double *blue) in ConvertLCHabToRGB()
378 const double blue,double *hue,double *saturation,double *value) in ConvertRGBToHSV()
413 const double Z,double *luma,double *chroma,double *hue) in ConvertXYZToLCHab()
427 const double blue,double *luma,double *chroma,double *hue) in ConvertRGBToLCHab()
/external/dng_sdk/source/
Ddng_camera_profile.cpp379 for (uint32 hue = 0; hue < hues; hue++) in FingerprintHueSatMap() local
878 for (uint32 hue = 0; hue < hues; hue++) in ReadHueSatMap() local
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts83 const hue = hueForCpu(this.config.cpu); constant
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts124 const hue = (180 - Math.floor(expCapped * (180 / 6)) + 360) % 360; constant
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts111 const hue = hash(name); constant
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.proto66 optional Color hue = 3; // no default field
/external/ImageMagick/coders/
Dsixel.c147 static int hue_to_rgb(int n1, int n2, int hue) in hue_to_rgb()
171 static int hls_to_rgb(int hue, int lum, int sat) in hls_to_rgb()
/external/ImageMagick/MagickWand/
Dpixel-wand.c1063 WandExport void PixelGetHSL(const PixelWand *wand,double *hue, in PixelGetHSL()
1966 WandExport void PixelSetHSL(PixelWand *wand,const double hue, in PixelSetHSL()
/external/skia/gm/
Dhsl.cpp89 static void hue(float dr, float dg, float db, in hue() function
/external/skqp/gm/
Dhsl.cpp82 static void hue(float dr, float dg, float db, in hue() function
/external/libpng/contrib/gregbook/
Drpng2-x.c1230 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; in rpng2_x_load_bg_image() local
2002 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; in rpng2_x_reload_bg_image() local

12