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

  /external/skia/src/svg/
SkSVGGradient.cpp 87 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) {
88 if (baseColor.c_str()[0] != '#')
95 f_id.append(baseColor.c_str() + 1);
106 SkASSERT(baseColor.c_str()[0] == '#');
107 SkASSERT(baseColor.size() == 7);
108 replacement.append(baseColor.c_str() + 1);
  /external/webkit/WebCore/rendering/
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;
RenderView.cpp 227 Color baseColor = frameView()->baseBackgroundColor();
228 if (baseColor.alpha() > 0) {
231 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace());
RenderBoxModelObject.cpp 579 Color baseColor = view()->frameView()->baseBackgroundColor();
580 if (baseColor.alpha() > 0) {
583 context->fillRect(rect, baseColor, style()->colorSpace());
    [all...]
  /development/ndk/platforms/android-4/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);
  /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);

Completed in 220 milliseconds