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

  /external/webkit/WebCore/rendering/
RenderView.cpp 227 Color baseColor = frameView()->baseBackgroundColor();
228 if (baseColor.alpha() > 0) {
231 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace());
RenderThemeChromiumSkia.cpp 310 SkColor baseColor = SkColorSetARGB(0xff, 0xdd, 0xdd, 0xdd);
312 baseColor = o->style()->backgroundColor().rgb();
314 Color(baseColor).getHSL(h, s, l);
321 paint.setColor(baseColor);
342 colors[1] = baseColor;
RenderBoxModelObject.cpp 579 Color baseColor = view()->frameView()->baseBackgroundColor();
580 if (baseColor.alpha() > 0) {
583 context->fillRect(rect, baseColor, style()->colorSpace());
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 209 float baseColor[3];
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
301 color[a] = (int)(ca * baseColor[a] * 255);
  /ndk/samples/san-angeles/jni/
demo.c 209 float baseColor[3];
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
301 color[a] = (int)(ca * baseColor[a] * 255);

Completed in 84 milliseconds