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

1 2

  /frameworks/wilhelm/src/itf/
ILEDArray.c 68 if (!(0 <= color.lightness && color.lightness <= 1000))
119 color->lightness = 1000;
  /external/chromium_org/ui/gfx/
color_utils.cc 127 double lightness = hsl.l; local
134 if (lightness < 0)
136 else if (lightness >= 1.0)
139 light = SkDoubleToFixed(lightness) >> 8;
144 double temp2 = (lightness < 0.5) ?
145 (lightness * (1.0 + saturation)) :
146 (lightness + saturation - (lightness * saturation));
147 double temp1 = 2.0 * lightness - temp2;
176 // Lightness shifts in the style of popular image editors aren't actuall
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Color.cpp 101 RGBA32 makeRGBAFromHSLA(double hue, double saturation, double lightness, double alpha)
106 int greyValue = static_cast<int>(lightness * scaleFactor);
110 double temp2 = lightness < 0.5 ? lightness * (1.0 + saturation) : lightness + saturation - lightness * saturation;
111 double temp1 = 2.0 * lightness - temp2;
338 void Color::getHSL(double& hue, double& saturation, double& lightness) const
364 lightness = 0.5 * (max + min);
367 else if (lightness <= 0.5
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 371 // Reduce the background color from RGB to a lightness value
372 // and determine which scrollbar style to use based on a lightness
374 double hue, saturation, lightness; local
375 backgroundColor.color().getHSL(hue, saturation, lightness);
376 if (lightness <= .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...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 2595 XApermille lightness; member in struct:XAHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 625 SLpermille lightness; member in struct:SLHSL_
    [all...]

Completed in 469 milliseconds

1 2