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

  /external/quake/quake/src/WinQuake/
client.h 81 qboolean dark; // subtracts light instead of adding member in struct:__anon6965
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 707 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.4f }; local
712 outData[i] = (1.0f - a) * dark[i] + a * light[i];
717 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.0f }; local
722 outData[i] = (1.0f - a) * dark[i] + a * light[i];
727 static float dark[4] = { 0.0f, 0.0f, 0.0f, 0.15f }; local
732 outData[i] = (1.0f - a) * dark[i] + a * light[i];
737 static float dark[4] = { 0.0f, 0.0f, 0.0f, 0.678f }; local
742 outData[i] = (1.0f - a) * dark[i] + a * light[i];
    [all...]

Completed in 52 milliseconds