HomeSort by relevance Sort by last modified time
    Searched defs:hue (Results 1 - 25 of 47) sorted by null

1 2

  /cts/tests/tests/systemui/src/android/systemui/cts/
ColorUtils.java 34 public static float hue(int argb) { method in class:ColorUtils
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.h 40 float hue; member in struct:vl_procamp
  /external/ImageMagick/filters/
analyze.c 99 hue,
172 GetPixelBlue(image,p),&hue,&saturation,&brightness);
97 hue, local
170 GetPixelBlue(image,p),&hue,&saturation,&brightness); local
  /external/ImageMagick/www/source/
analyze.c 99 hue,
171 GetPixelBlue(p),&hue,&saturation,&brightness);
97 hue, local
169 GetPixelBlue(p),&hue,&saturation,&brightness); local
  /external/skia/gm/
hsl.cpp 11 // Hue, Saturation, Color, and Luminosity blend modes are oddballs.
16 // Hue, and then (approximately) apply the other's Saturation and/or Luminosity.
20 // others from Dst, where Color == Hue + Saturation. Color and Luminosity
21 // are each other's complements; Hue and Saturation have no complement.
82 static void hue(float dr, float dg, float db, function
84 // Hue of Src, Saturation and Luminosity of Dst.
97 // Saturation of Src, Hue and Luminosity of Dst
110 // Hue and Saturation of Src, Luminosity of Dst.
122 // Luminosity of Src, Hue and Saturation of Dst.
184 { SkBlendMode::kHue, hue },
    [all...]
  /external/skqp/gm/
hsl.cpp 11 // Hue, Saturation, Color, and Luminosity blend modes are oddballs.
16 // Hue, and then (approximately) apply the other's Saturation and/or Luminosity.
20 // others from Dst, where Color == Hue + Saturation. Color and Luminosity
21 // are each other's complements; Hue and Saturation have no complement.
82 static void hue(float dr, float dg, float db, function
84 // Hue of Src, Saturation and Luminosity of Dst.
97 // Saturation of Src, Hue and Luminosity of Dst
110 // Hue and Saturation of Src, Luminosity of Dst.
122 // Luminosity of Src, Hue and Saturation of Dst.
184 { SkBlendMode::kHue, hue },
    [all...]
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 36 int32_t hue; member in struct:HSICData_t
  /packages/apps/Dialer/java/com/android/contacts/common/util/
MaterialColorMapUtils.java 38 * Returns the hue component of a color int.
42 public static float hue(int color) { method in class:MaterialColorMapUtils
84 final float colorHue = hue(color);
89 final float comparedHue = hue(primaryColor);
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ColorExtractor.java 47 // First get the best hue, by creating a histogram over 360 hue buckets,
68 int hue = (int) hsv[0]; local
69 if (hue < 0 || hue >= hueScoreHistogram.length) {
77 hueScoreHistogram[hue] += score;
78 if (hueScoreHistogram[hue] > highScore) {
79 highScore = hueScoreHistogram[hue];
80 bestHue = hue;
88 // Go back over the RGB colors that match the winning hue,
94 int hue = (int) hsv[0]; local
    [all...]
  /external/libxcam/xcore/base/
xcam_params.h 79 * manual brightness, contrast, hue, saturation, sharpness
87 double hue; member in struct:_XCamCommonParam
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
image_ops.cc 45 auto hue = b->Select(b->Eq(green, value), local
50 hue = b->Select(b->Eq(red, value), b->Mul(norm, b->Sub(green, blue)), hue);
51 hue = b->Select(b->Gt(range, zero), hue, zeros);
52 hue = b->Select(b->Lt(hue, zero), b->Add(hue, one), hue);
53 return {hue, saturation, value}
60 xla::ComputationDataHandle hue = hsv[0]; local
138 xla::ComputationDataHandle hue = variable
293 auto& hue = hsv[0]; variable
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 46 int32_t hue; member in struct:HSICData_t
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 46 int32_t hue; member in struct:HSICData_t
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.h 46 int32_t hue; member in struct:HSICData_t
  /hardware/qcom/display/msm8996/libqdutils/
qdMetaData.h 49 int32_t hue; member in struct:HSICData_t
  /packages/apps/Contacts/src/com/android/contacts/util/
MaterialColorMapUtils.java 115 final float colorHue = hue(color);
120 final float comparedHue = hue(primaryColor);
145 * Returns the hue component of a color int.
149 public static float hue(int color) { method in class:MaterialColorMapUtils
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 180 double hue = mHSVO[0]; local
ColorHueView.java 97 float hue = 360 * (x) / (float) w; local
99 mTmpHSV[0] = hue;
ColorRectView.java 109 double hue = Math.PI * 2 * (mDotX - mBorder) / (mHeight - 2 * mBorder); local
110 mHSVO[0] = ((float) Math.toDegrees(hue) + 360) % 360;
180 double hue = mHSVO[0]; local
183 mDotX = (float) (mBorder + (mHeight - 2 * mBorder) * Math.toRadians(hue) / (Math.PI * 2));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluseffects.h 99 INT hue; member in struct:TintParams
  /external/ImageMagick/Magick++/lib/
Color.cpp 613 void Magick::ColorHSL::hue(const double hue_) function in class:Magick::ColorHSL
616 hue, local
625 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
628 hue=hue_;
630 ConvertHSLToRGB(hue,saturation,lightness,&red,&green,&blue);
637 double Magick::ColorHSL::hue(void) const function in class:Magick::ColorHSL
640 hue, local
644 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
647 return(hue);
653 hue, local
662 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
677 hue, local
681 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
690 hue, local
699 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
714 hue, local
718 ConvertRGBToHSL(quantumRed(),quantumGreen(),quantumBlue(),&hue,&saturation, local
    [all...]
  /external/ImageMagick/MagickCore/
composite.c 183 static void HCLComposite(const MagickRealType hue,const MagickRealType chroma,
202 h=6.0*hue;
250 const MagickRealType blue,MagickRealType *hue,MagickRealType *chroma,
264 assert(hue != (MagickRealType *) NULL);
284 *hue=(h/6.0);
1223 hue, local
    [all...]
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 129 final float hue = y / (h / 360); local
132 final int color = Color.HSVToColor(new float[]{hue, sat, val});
133 if (DEBUG) Log.d(TAG, String.format("hsv=(%s,%s,%s) argb=#%08x", hue, sat, val, color));
  /hardware/intel/img/psb_video/src/
psb_texture.h 101 sgx_psb_fixed32 hue; member in struct:psb_texture_s
  /hardware/qcom/display/msm8998/libqdutils/
qdMetaData.h 55 int32_t hue; member in struct:HSICData_t

Completed in 1755 milliseconds

1 2