/external/skia/src/animator/ |
D | SkDrawColor.cpp | 41 SkScalar saturation = value == 0 ? 0 : SkScalarDiv(delta, value); in RGB_to_HSV() local 43 return saturation; in RGB_to_HSV() 45 if (saturation == 0) in RGB_to_HSV() 70 SkScalar saturation = choice == kGetSaturation ? hsv : RGB_to_HSV(color, kGetSaturation); in HSV_to_RGB() local 76 if (saturation == 0) // color is on black-and-white center line in HSV_to_RGB() 82 SkScalar p = SkScalarMul(value , SK_Scalar1 - saturation); in HSV_to_RGB() 83 SkScalar q = SkScalarMul(value, SK_Scalar1 - SkScalarMul(saturation, fraction)); in HSV_to_RGB() 85 SkScalarMul(saturation, SK_Scalar1 - fraction)); in HSV_to_RGB() 110 SK_PROPERTY(saturation), 123 SK_MEMBER_PROPERTY(saturation, Float), [all …]
|
D | SkAnimateSchema.xsd | 1254 …<!-- @attribute saturation The saturation component of an HSV color. Saturation ranges from 0 to 1… 1255 <xs:attribute name="saturation" type="Sk:Float"/>
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 70 LDR r6, =0x7fff @constant for saturation tests 79 CMP r4, r6 @check for positive saturation 81 CMN r4, r6 @check for negative saturation 88 CMP r5, r6 @check for positive saturation 90 CMN r5, r6 @check for negative saturation
|
D | ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
D | ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 70 LDR r6, =0x7fff @constant for saturation tests 79 CMP r4, r6 @check for positive saturation 81 CMN r4, r6 @check for negative saturation 88 CMP r5, r6 @check for positive saturation 90 CMN r5, r6 @check for negative saturation
|
D | ARM-E_interpolate_noloop_gnu.s | 93 @ saturation operation should take in the filter before scaling back to
|
D | ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Color.cpp | 99 RGBA32 makeRGBAFromHSLA(double hue, double saturation, double lightness, double alpha) in makeRGBAFromHSLA() argument 103 if (!saturation) { in makeRGBAFromHSLA() 108 … temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * s… in makeRGBAFromHSLA() 361 void Color::getHSL(double& hue, double& saturation, double& lightness) const in getHSL() argument 389 saturation = 0.0; in getHSL() 391 saturation = ((max - min) / (max + min)); in getHSL() 393 saturation = ((max - min) / (2.0 - (max + min))); in getHSL()
|
/external/chromium/chrome/browser/themes/ |
D | theme_service_mac.mm | 163 CGFloat hue, saturation, brightness; 164 HSLToHSB(tint, &hue, &saturation, &brightness); 167 saturation:saturation 210 saturation:0.5]; 212 saturation:0.5];
|
/external/libvpx/vp8/common/arm/neon/ |
D | recon16x16mb_neon.asm | 59 vqmovun.s16 d0, q0 ;CLAMP() saturation 105 vqmovun.s16 d0, q0 ;CLAMP() saturation
|
D | recon2b_neon.asm | 39 vqmovun.s16 d0, q0 ;CLAMP() saturation
|
D | reconb_neon.asm | 46 vqmovun.s16 d0, q0 ;CLAMP() saturation
|
D | recon4b_neon.asm | 50 vqmovun.s16 d0, q0 ;CLAMP() saturation
|
/external/oprofile/events/x86-64/hammer/ |
D | events | 113 …4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Me…
|
D | unit_masks | 76 name:saturation type:bitmask default:0x0f
|
/external/oprofile/events/mips/24K/ |
D | events | 107 event:0x41a counters:1 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 26-1 ALU-DSP saturation … 108 event:0x41b counters:1 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 27-1 MDU-DSP saturation …
|
/external/oprofile/events/mips/34K/ |
D | events | 116 event:0x41a counters:1 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 26-1 ALU-DSP saturation … 117 event:0x41b counters:1 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 27-1 MDU-DSP saturation …
|
/external/oprofile/events/mips/1004K/ |
D | events | 124 event:0x41a counters:1 um:zero minimum:500 name:ALU_DSP_SATURATION_INSNS : 26-1 ALU-DSP saturation … 125 event:0x41b counters:1 um:zero minimum:500 name:MDU_DSP_SATURATION_INSNS : 27-1 MDU-DSP saturation …
|
/external/oprofile/events/x86-64/family10/ |
D | events | 142 …4 counters:0,1,2,3 um:saturation minimum:500 name:MEMORY_CONTROLLER_BYPASS_COUNTER_SATURATION : Me…
|
D | unit_masks | 95 name:saturation type:bitmask default:0x0f
|
/external/llvm/include/llvm/ |
D | Intrinsics.td | 477 // various types with rounding and saturation. NOTE: avoid using these
|
/external/libvpx/vp8/common/ppc/ |
D | filter_altivec.asm | 61 vadduhm \Re, \Re, \TMP ;# Re = evens, saturation unnecessary
|
D | loopfilter_filters_altivec.asm | 351 ;# exploit the saturation here. if the answer is negative 750 vaddubm v13, v13, v1 ;# -16 <= M <= 15, saturation irrelevant
|