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

  /external/quake/quake/src/WinQuake/
client.h 81 qboolean dark; // subtracts light instead of adding member in struct:__anon6965
r_surf.cpp 124 if (!cl_dlights[lnum].dark)
cl_main.cpp 576 dl->dark = true;
  /external/webkit/WebCore/platform/graphics/
Color.h 105 Color dark() const;
Color.cpp 237 Color Color::dark() const
  /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...]
RenderThemeChromiumMac.mm 860 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.4f };
865 outData[i] = (1.0f - a) * dark[i] + a * light[i];
    [all...]
RenderThemeMac.mm 789 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.4f };
794 outData[i] = (1.0f - a) * dark[i] + a * light[i];
799 static float dark[4] = { 1.0f, 1.0f, 1.0f, 0.0f };
804 outData[i] = (1.0f - a) * dark[i] + a * light[i];
809 static float dark[4] = { 0.0f, 0.0f, 0.0f, 0.15f };
814 outData[i] = (1.0f - a) * dark[i] + a * light[i];
819 static float dark[4] = { 0.0f, 0.0f, 0.0f, 0.678f };
824 outData[i] = (1.0f - a) * dark[i] + a * light[i];
    [all...]
RenderObject.cpp 863 c = c.dark();
867 c = c.dark();
    [all...]
RenderTextControl.cpp 59 disabledColor = textColor.dark();
InlineTextBox.cpp 230 return textColor.dark();
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 287 MGL_BLACK, /* dark colors */
787 color_t bdrDark; /* Border dark color */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 287 MGL_BLACK, /* dark colors */
787 color_t bdrDark; /* Border dark color */
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 334 milliseconds