HomeSort by relevance Sort by last modified time
    Searched refs:lightness (Results 1 - 10 of 10) sorted by null

  /system/media/wilhelm/src/itf/
ILEDArray.c 68 if (!(0 <= color.lightness && color.lightness <= 1000))
119 color->lightness = 1000;
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 99 RGBA32 makeRGBAFromHSLA(double hue, double saturation, double lightness, double alpha)
104 int greyValue = static_cast<int>(lightness * scaleFactor);
108 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
109 double temp1 = 2.0 * lightness - temp2;
361 void Color::getHSL(double& hue, double& saturation, double& lightness) const
387 lightness = 0.5 * (max + min);
390 else if (lightness <= 0.5
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /system/media/wilhelm/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]

Completed in 103 milliseconds