Searched refs:baseColor (Results 1 – 3 of 3) sorted by relevance
87 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) { in write() argument88 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()
245 Color baseColor = frameView()->baseBackgroundColor(); in paintBoxDecorations() local246 if (baseColor.alpha() > 0) { in paintBoxDecorations()249 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace()); in paintBoxDecorations()
738 Color baseColor = view()->frameView()->baseBackgroundColor(); in paintFillLayerExtended() local739 if (baseColor.alpha() > 0) { in paintFillLayerExtended()742 context->fillRect(rect, baseColor, style()->colorSpace()); in paintFillLayerExtended()