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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_csc.h 40 float hue; member in struct:vl_procamp
  /external/chromium_org/ui/views/color_chooser/
color_chooser_view.h 23 // choose a color by dragging over the bar for hue and the area for saturation
34 // Called when the user chooses a hue from the UI.
35 void OnHueChosen(SkScalar hue);
40 float hue() const { return hsv_[0]; } function in class:views::ColorChooserView
72 // The view of hue chooser.
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.h 40 float hue; member in struct:vl_procamp
  /external/chromium_org/third_party/skia/src/animator/
SkDrawColor.cpp 36 SkScalar hue;
38 hue = 0;
42 hue = SkScalarMul(green - blue, part60);
43 if (hue < 0)
44 hue += 360 * SK_Scalar1;
47 hue = 120 * SK_Scalar1 + SkScalarMul(blue - red, part60);
49 hue = 240 * SK_Scalar1 + SkScalarMul(red - green, part60);
52 return hue;
61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); local
71 //SkScalar fraction = SkScalarMod(hue, 60 * SK_Scalar1)
    [all...]
  /external/skia/src/animator/
SkDrawColor.cpp 36 SkScalar hue;
38 hue = 0;
42 hue = SkScalarMul(green - blue, part60);
43 if (hue < 0)
44 hue += 360 * SK_Scalar1;
47 hue = 120 * SK_Scalar1 + SkScalarMul(blue - red, part60);
49 hue = 240 * SK_Scalar1 + SkScalarMul(red - green, part60);
52 return hue;
61 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); local
71 //SkScalar fraction = SkScalarMod(hue, 60 * SK_Scalar1)
    [all...]
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 36 int32_t hue; member in struct:HSICData_t
  /hardware/qcom/display/msm8974/libqdutils/
qdMetaData.h 36 int32_t hue; member in struct:HSICData_t
  /external/chromium_org/ui/gfx/
color_utils.cc 29 int calcHue(double temp1, double temp2, double hue) {
30 if (hue < 0.0)
31 ++hue;
32 else if (hue > 1.0)
33 --hue;
36 if (hue * 6.0 < 1.0)
37 result = temp1 + (temp2 - temp1) * hue * 6.0;
38 else if (hue * 2.0 < 1.0)
40 else if (hue * 3.0 < 2.0)
41 result = temp1 + (temp2 - temp1) * (2.0 / 3.0 - hue) * 6.0
125 double hue = hsl.h; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 112 * Returns the hue component of a color int.
118 public static float hue(int color) { method in class:Color
230 * hsv[0] is Hue [0 .. 1)
245 * hsv[0] is Hue [0 .. 1)
249 * @param h Hue component
311 * hsv[0] is Hue [0 .. 360)
328 * hsv[0] is Hue [0 .. 360)
340 * hsv[0] is Hue [0 .. 360)
354 * hsv[0] is Hue [0 .. 360)
  /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
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 112 final float colorHue = hue(color);
117 final float comparedHue = hue(primaryColor);
142 * Returns the hue component of a color int.
146 public static float hue(int color) { method in class:MaterialColorMapUtils
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 181 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;
181 double hue = mHSVO[0]; local
184 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
  /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
psb_overlay.h 311 ov_psb_fixed32 hue; member in struct:_PsbPortPrivRec
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 418 // First get the best hue, by creating a histogram over 360 hue buckets,
436 int hue = (int) hsv[0]; local
437 if (hue < 0 || hue >= hueScoreHistogram.length) {
442 hueScoreHistogram[hue] += score;
443 if (hueScoreHistogram[hue] > highScore) {
444 highScore = hueScoreHistogram[hue];
445 bestHue = hue;
453 // Go back over the RGB colors that match the winning hue,
460 int hue = (int) hsv[0]; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 247 int32_t hue = CAMERA_DEF_HUE; variable
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 257 int32_t hue = CAMERA_DEF_HUE; variable
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 970 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
rpng2-x.c 1197 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
1966 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev.h 68 __u16 hue; member in struct:video_picture

Completed in 1172 milliseconds

1 2 3 4 5 6 7 8