Home
last modified time | relevance | path

Searched refs:baseColor (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/svg/
DSkSVGGradient.cpp87 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) { in write() argument
88 if (baseColor.c_str()[0] != '#') in write()
95 f_id.append(baseColor.c_str() + 1); in write()
106 SkASSERT(baseColor.c_str()[0] == '#'); in write()
107 SkASSERT(baseColor.size() == 7); in write()
108 replacement.append(baseColor.c_str() + 1); in write()
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp245 Color baseColor = frameView()->baseBackgroundColor(); in paintBoxDecorations() local
246 if (baseColor.alpha() > 0) { in paintBoxDecorations()
249 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace()); in paintBoxDecorations()
DRenderBoxModelObject.cpp738 Color baseColor = view()->frameView()->baseBackgroundColor(); in paintFillLayerExtended() local
739 if (baseColor.alpha() > 0) { in paintFillLayerExtended()
742 context->fillRect(rect, baseColor, style()->colorSpace()); in paintFillLayerExtended()