HomeSort by relevance Sort by last modified time
    Searched defs:SVGPaintServer (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 31 #include "SVGPaintServer.h"
47 SVGPaintServer::SVGPaintServer()
51 SVGPaintServer::~SVGPaintServer()
55 TextStream& operator<<(TextStream& ts, const SVGPaintServer& paintServer)
60 SVGPaintServer* getPaintServerById(Document* document, const AtomicString& id, const RenderObject* object)
64 return static_cast<SVGPaintServer*>(resource);
69 SVGPaintServerSolid* SVGPaintServer::sharedSolidPaintServer()
76 SVGPaintServer* SVGPaintServer::fillPaintServer(const RenderStyle* style, const RenderObject* item
    [all...]
SVGPaintServer.h 60 class SVGPaintServer : public SVGResource {
62 virtual ~SVGPaintServer();
78 static SVGPaintServer* strokePaintServer(const RenderStyle*, const RenderObject*);
79 static SVGPaintServer* fillPaintServer(const RenderStyle*, const RenderObject*);
83 SVGPaintServer();
86 TextStream& operator<<(TextStream&, const SVGPaintServer&);
88 SVGPaintServer* getPaintServerById(Document*, const AtomicString&, const RenderObject*);

Completed in 45 milliseconds