Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp141 …SVGPaintServerSolid* strokePaintServerSolid = static_cast<SVGPaintServerSolid*>(strokePaintServer); in strokePaintServer() local
143 strokePaintServerSolid->setColor(style->color()); in strokePaintServer()
145 strokePaintServerSolid->setColor(stroke->color()); in strokePaintServer()
147 if (!strokePaintServerSolid->color().isValid()) in strokePaintServer()