/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 71 // 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
|
/hardware/qcom/display/msm8x26/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/av/libvideoeditor/vss/common/inc/ |
M4VIFI_FiltersAPI.h | 142 * @note This structure have the hue, saturation and lightness value 144 * hue = -360 to 360, sat = 0 to 100 and light = 0 t0 100 149 M4VIFI_Int16 hue; /**< Hue offset */ member in struct:__anon29227 [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)
|
/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));
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | 247 int32_t hue = CAMERA_DEF_HUE; variable [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-win.c | 947 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local [all...] |
rpng2-x.c | 1217 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local 1986 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; local [all...] |
/bionic/libc/kernel/common/linux/ |
videodev.h | 102 __u16 hue; member in struct:video_picture
|
/development/ndk/platforms/android-3/include/linux/ |
videodev.h | 68 __u16 hue; member in struct:video_picture
|
/external/kernel-headers/original/linux/ |
videodev.h | 88 __u16 hue; member in struct:video_picture
|
/hardware/samsung_slsi/exynos5/include/ |
ExynosCamera.h | 156 int hue; member in struct:android::ExynosCameraInfo 870 // ! Sets Hue 871 bool setHue(int hue); 872 // ! Gets Hue
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
videodev.h | 71 __u16 hue; member in struct:video_picture
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 71 __u16 hue; member in struct:video_picture
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
videodev.h | 71 __u16 hue; member in struct:video_picture
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
videodev.h | 68 __u16 hue; member in struct:video_picture
|