/frameworks/base/services/core/java/com/android/server/display/color/ |
D | GlobalSaturationTintController.java | 56 float saturation = saturationLevel * 0.01f; in setMatrix() local 57 float desaturation = 1.0f - saturation; in setMatrix() 60 mMatrixGlobalSaturation[0] = luminance[0] + saturation; in setMatrix() 64 mMatrixGlobalSaturation[5] = luminance[1] + saturation; in setMatrix() 68 mMatrixGlobalSaturation[10] = luminance[2] + saturation; in setMatrix()
|
D | AppSaturationController.java | 134 static void computeGrayscaleTransformMatrix(float saturation, float[] matrix) { in computeGrayscaleTransformMatrix() argument 135 float desaturation = 1.0f - saturation; in computeGrayscaleTransformMatrix() 138 matrix[0] = luminance[0] + saturation; in computeGrayscaleTransformMatrix() 142 matrix[4] = luminance[1] + saturation; in computeGrayscaleTransformMatrix() 146 matrix[8] = luminance[2] + saturation; in computeGrayscaleTransformMatrix()
|
D | DisplayTransformManager.java | 306 private void applySaturation(float saturation) { in applySaturation() argument 307 SystemProperties.set(PERSISTENT_PROPERTY_SATURATION, Float.toString(saturation)); in applySaturation() 312 data.writeFloat(saturation); in applySaturation()
|
/frameworks/av/media/libstagefright/filters/ |
D | SaturationFilter.cpp | 82 float saturation; in setParameters() local 83 if (params->findFloat("saturation", &saturation)) { in setParameters() 84 mSaturation = saturation; in setParameters()
|
/frameworks/wilhelm/src/itf/ |
D | ILEDArray.cpp | 66 if (!(0 <= color.saturation && color.saturation <= 1000)) in ILEDArray_SetColor() 118 color->saturation = 1000; in ILEDArray_init()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ColorFiltersMutateActivity.java | 137 public void setSaturation(float saturation) { in setSaturation() argument 138 mSaturation = saturation; in setSaturation() 142 m.setSaturation(saturation); in setSaturation()
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 384 MinMaxAverage hue, saturation, value; in computePalette() local 401 saturation.add(hsv[1]); in computePalette() 416 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette() 417 saturation.average()); in computePalette() 419 if (hue.delta() <= 20 && saturation.delta() <= .1f) { in computePalette()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 671 MinMaxAverage hue, saturation, value; in computePalette() local 683 saturation.add(hsv[1]); in computePalette() 694 sampledCount, hue.min(), hue.max(), hue.average(), saturation.min(), saturation.max(), in computePalette() 695 saturation.average(), value.min(), value.max(), value.average()); in computePalette() 697 if (hue.delta() <= 20 && saturation.delta() <= .1f) { in computePalette()
|
/frameworks/av/cmds/stagefright/ |
D | Android.mk | 159 filters/saturation.rs \
|
/frameworks/base/packages/SystemUI/res/raw/ |
D | image_wallpaper_fragment_shader.glsl | 57 // Interpolate between diffuse and remaps using reveal to avoid over saturation.
|
/frameworks/base/core/java/com/android/internal/colorextraction/types/ |
D | Tonal.java | 443 public ColorRange(Range<Float> hue, Range<Float> saturation, Range<Float> lightness) { in ColorRange() argument 445 mSaturation = saturation; in ColorRange()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 624 SLpermille saturation; member
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 822 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
|
/frameworks/native/docs/ |
D | Doxyfile | 991 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1103 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
D | Doxyfile.orig | 1094 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 1218 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
D | Doxyfile | 1218 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1168 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|