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 79 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) {
80 if (baseColor.c_str()[0] != '#')
87 f_id.append(baseColor.c_str() + 1);
98 SkASSERT(baseColor.c_str()[0] == '#');
99 SkASSERT(baseColor.size() == 7);
100 replacement.append(baseColor.c_str() + 1);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Letters.java 22 private ColorRGBA baseColor = null;
44 if (baseColor != null) {
47 l.setColor( baseColor );
309 baseColor = color;
314 return baseColor;
  /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);
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 245 Color baseColor = frameView()->baseBackgroundColor();
246 if (baseColor.alpha() > 0) {
249 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace());
RenderBoxModelObject.cpp 738 Color baseColor = view()->frameView()->baseBackgroundColor();
739 if (baseColor.alpha() > 0) {
742 context->fillRect(rect, baseColor, style()->colorSpace());
    [all...]
  /frameworks/native/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 6099 milliseconds