HomeSort by relevance Sort by last modified time
    Searched defs:dark (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 266 Color bg, bright, dark, medium; local
270 dark = Color(defaultBgDark);
275 dark = Color(disabledBgDark);
288 cornerrect, cornerrect, dark, context->fillColorSpace());
  /external/quake/quake/src/WinQuake/
client.h 81 qboolean dark; // subtracts light instead of adding member in struct:__anon11805
  /gdk/samples/quake/jni/
client.h 81 qboolean dark; // subtracts light instead of adding member in struct:__anon17554
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 708 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.4f }; local
713 outData[i] = (1.0f - a) * dark[i] + a * light[i];
718 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.0f }; local
723 outData[i] = (1.0f - a) * dark[i] + a * light[i];
728 static float dark[4] = { 0.0f, 0.0f, 0.0f, 0.15f }; local
733 outData[i] = (1.0f - a) * dark[i] + a * light[i];
738 static float dark[4] = { 0.0f, 0.0f, 0.0f, 0.678f }; local
743 outData[i] = (1.0f - a) * dark[i] + a * light[i];
    [all...]

Completed in 117 milliseconds