/external/skia/src/animator/ |
SkDrawColor.cpp | 44 SkScalar hue; 46 hue = 0; 50 hue = SkScalarMul(green - blue, part60); 51 if (hue < 0) 52 hue += 360 * SK_Scalar1; 55 hue = 120 * SK_Scalar1 + SkScalarMul(blue - red, part60); 57 hue = 240 * SK_Scalar1 + SkScalarMul(red - green, part60); 60 return hue; 69 SkScalar hue = choice == kGetHue ? hsv : RGB_to_HSV(color, kGetHue); local 79 //SkScalar fraction = SkScalarMod(hue, 60 * SK_Scalar1) [all...] |
SkCondensedDebug.cpp | 312 "hue\0"
|
SkCondensedRelease.cpp | 312 "hue\0"
|
/external/webkit/WebCore/platform/graphics/ |
Color.cpp | 101 RGBA32 makeRGBAFromHSLA(double hue, double saturation, double lightness, double alpha) 113 return makeRGBA(static_cast<int>(calcHue(temp1, temp2, hue + 1.0 / 3.0) * scaleFactor), 114 static_cast<int>(calcHue(temp1, temp2, hue) * scaleFactor), 115 static_cast<int>(calcHue(temp1, temp2, hue - 1.0 / 3.0) * scaleFactor), 324 void Color::getHSL(double& hue, double& saturation, double& lightness) const 336 hue = 0.0; 338 hue = (60.0 * ((g - b) / (max - min))) + 360.0; 340 hue = (60.0 * ((b - r) / (max - min))) + 120.0; 342 hue = (60.0 * ((r - g) / (max - min))) + 240.0; 344 if (hue >= 360.0 [all...] |
/external/skia/include/core/ |
SkColor.h | 82 hsv[0] is Hue [0 .. 360) 93 hsv[0] is Hue [0 .. 360) 105 hsv[0] is Hue [0 .. 360) 116 hsv[0] is Hue [0 .. 360)
|
/frameworks/base/graphics/java/android/graphics/ |
Color.java | 110 * Returns the hue component of a color int. 116 public static float hue(int color) { method in class:Color 226 * hsv[0] is Hue [0 .. 1) 241 * hsv[0] is Hue [0 .. 1) 245 * @param h Hue component 307 * hsv[0] is Hue [0 .. 360) 324 * hsv[0] is Hue [0 .. 360) 336 * hsv[0] is Hue [0 .. 360) 350 * hsv[0] is Hue [0 .. 360)
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEColorMatrix.cpp | 94 inline void huerotate(double& red, double& green, double& blue, const float& hue) 96 double cosHue = cos(hue * piDouble / 180); 97 double sinHue = sin(hue * piDouble / 180);
|
/frameworks/base/awt/java/awt/ |
Color.java | 805 * the hue component of the Color. 810 * @return a color object with the specified hue, saturation and brightness 828 * the array of result hue, saturation, brightness values or 830 * @return the float array of hue, saturation, brightness values. 878 * @param hue 879 * the hue component of the Color. 884 * @return the RGB value of the color with the specified hue, saturation and 887 public static int HSBtoRGB(float hue, float saturation, float brightness) { 893 float H = (hue - (float)Math.floor(hue)) * 6 [all...] |
/external/libpng/contrib/gregbook/ |
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...] |
rpng2-win.c | 947 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 | 85 __u16 hue; member in struct:video_picture
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
videodev.h | 68 __u16 hue; member in struct:video_picture
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
videodev.h | 68 __u16 hue; member in struct:video_picture
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
videodev.h | 68 __u16 hue; member in struct:video_picture
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
videodev.h | 85 __u16 hue; member in struct:video_picture
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
videodev.h | 68 __u16 hue; member in struct:video_picture
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
videodev.h | 85 __u16 hue; member in struct:video_picture
|
/external/kernel-headers/original/linux/ |
videodev.h | 88 __u16 hue; member in struct:video_picture
|
/external/webkit/WebCore/css/ |
CSSParser.cpp | [all...] |
/bootable/recovery/applypatch/testdata/ |
patch.bsdiff | 145 ?
&?ld8???6??????q+ ???@?a8?(?I?!0?Dl?A?A??b??-??;???6?N??T??I?Q???HueP?!4???k??S?v8?J!*???@lbG1[?L[n ??\?|ADdtxH?p?S?D:Z?D??? ?|??#!K?#RH%?K?x? [all...] |
/external/srec/config/en.us/dictionary/ |
large.ok | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |