Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/graphics/
DSVGPaintServer.cpp47 SVGPaintServer::SVGPaintServer() in SVGPaintServer() function in WebCore::SVGPaintServer
51 SVGPaintServer::~SVGPaintServer() in ~SVGPaintServer()
55 TextStream& operator<<(TextStream& ts, const SVGPaintServer& paintServer) in operator <<()
60 SVGPaintServer* getPaintServerById(Document* document, const AtomicString& id, const RenderObject* … in getPaintServerById()
64 return static_cast<SVGPaintServer*>(resource); in getPaintServerById()
69 SVGPaintServerSolid* SVGPaintServer::sharedSolidPaintServer() in sharedSolidPaintServer()
76 SVGPaintServer* SVGPaintServer::fillPaintServer(const RenderStyle* style, const RenderObject* item) in fillPaintServer()
83 SVGPaintServer* fillPaintServer = 0; in fillPaintServer()
117 SVGPaintServer* SVGPaintServer::strokePaintServer(const RenderStyle* style, const RenderObject* ite… in strokePaintServer()
124 SVGPaintServer* strokePaintServer = 0; in strokePaintServer()
[all …]
DSVGPaintServer.h60 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*);
DSVGPaintServerSolid.h36 class SVGPaintServerSolid : public SVGPaintServer {
DSVGPaintServerPattern.h47 class SVGPaintServerPattern : public SVGPaintServer {
DSVGPaintServerGradient.h48 class SVGPaintServerGradient : public SVGPaintServer {
/external/webkit/WebCore/platform/graphics/
DTextRun.h32 class SVGPaintServer; variable
101 SVGPaintServer* activePaintServer() const { return m_activePaintServer; } in activePaintServer()
102 void setActivePaintServer(SVGPaintServer* object) { m_activePaintServer = object; } in setActivePaintServer()
120 SVGPaintServer* m_activePaintServer;
/external/webkit/WebCore/rendering/
DRenderPath.cpp87 if (requiresFill && !SVGPaintServer::fillPaintServer(style(), this)) in fillContains()
98 if (requiresStroke && !SVGPaintServer::strokePaintServer(style(), this)) in strokeContains()
201 SVGPaintServer* fillPaintServer = SVGPaintServer::fillPaintServer(style, object); in fillAndStrokePath()
207 SVGPaintServer* strokePaintServer = SVGPaintServer::strokePaintServer(style, object); in fillAndStrokePath()
DSVGRenderTreeAsText.cpp268 SVGPaintServer* strokePaintServer = SVGPaintServer::strokePaintServer(style, &path); in writeStyle()
290 SVGPaintServer* fillPaintServer = SVGPaintServer::fillPaintServer(style, &path); in writeStyle()
531 RefPtr<SVGPaintServer> paintServer = WTF::static_pointer_cast<SVGPaintServer>(resource); in writeRenderResources()
DSVGInlineTextBox.cpp573 …if (SVGPaintServer* fillPaintServer = SVGPaintServer::fillPaintServer(fillObject->style(), fillObj… in paintDecoration()
582 …if (SVGPaintServer* strokePaintServer = SVGPaintServer::strokePaintServer(strokeObject->style(), s… in paintDecoration()
DSVGInlineTextBox.h47 SVGPaintServer* activePaintServer;
DSVGRootInlineBox.cpp457 m_fillPaintServer = SVGPaintServer::fillPaintServer(object->style(), object); in chunkSetupFillCallback()
485 m_fillPaintServer = SVGPaintServer::fillPaintServer(style, object); in chunkSetupFillSelectionCallback()
508 m_strokePaintServer = SVGPaintServer::strokePaintServer(object->style(), object); in chunkSetupStrokeCallback()
538 m_strokePaintServer = SVGPaintServer::strokePaintServer(style, object); in chunkSetupStrokeSelectionCallback()
558 SVGPaintServer* activePaintServer() const in activePaintServer()
652 SVGPaintServer* m_fillPaintServer;
653 SVGPaintServer* m_strokePaintServer;
/external/webkit/WebCore/svg/
DSVGFont.cpp473 SVGPaintServer* activePaintServer = run.activePaintServer(); in drawTextUsingSVGFont()
480 SVGPaintServerSolid* solidPaintServer = SVGPaintServer::sharedSolidPaintServer(); in drawTextUsingSVGFont()
/external/webkit/WebCore/
DAndroid.mk894 svg/graphics/SVGPaintServer.cpp \
DWebCore.pro1741 svg/graphics/SVGPaintServer.h \
2591 svg/graphics/SVGPaintServer.cpp \
DChangeLog-2006-12-31708 (WebCore::SVGPaintServer::teardown):
1237 Remove unneeded isPaintingText() and activeClient() from SVGPaintServer system
1239 * platform/graphics/svg/SVGPaintServer.cpp:
1240 (WebCore::SVGPaintServer::SVGPaintServer):
1241 * platform/graphics/svg/SVGPaintServer.h:
1246 (WebCore::SVGPaintServer::teardown):
8221 * platform/graphics/svg/SVGPaintServer.h:
8236 (WebCore::SVGPaintServer::draw):
8237 (WebCore::SVGPaintServer::teardown):
8238 (WebCore::SVGPaintServer::renderPath):
[all …]
DWebCore.gypi3307 'svg/graphics/SVGPaintServer.cpp',
3308 'svg/graphics/SVGPaintServer.h',
DGNUmakefile.am3316 WebCore/svg/graphics/SVGPaintServer.cpp \
3317 WebCore/svg/graphics/SVGPaintServer.h \
DChangeLog1757 * svg/graphics/SVGPaintServer.cpp:
1759 (WebCore::SVGPaintServer::setup):
1760 * svg/graphics/SVGPaintServer.h:
DChangeLog-2007-10-14543 * platform/graphics/svg/SVGPaintServer.h:
1332 (WebCore::SVGPaintServer::draw):
1333 (WebCore::SVGPaintServer::renderPath):
1610 * platform/graphics/svg/SVGPaintServer.h:
1613 (WebCore::SVGPaintServer::draw):
1614 (WebCore::SVGPaintServer::renderPath):
1615 (WebCore::SVGPaintServer::strokePath):
1616 (WebCore::SVGPaintServer::clipToStrokePath):
1617 (WebCore::SVGPaintServer::fillPath):
1618 (WebCore::SVGPaintServer::clipToFillPath):
[all …]
DChangeLog-2009-06-1638945 * svg/graphics/SVGPaintServer.cpp:
38946 (WebCore::SVGPaintServer::fillPaintServer):
38947 (WebCore::SVGPaintServer::strokePaintServer):
46509 * svg/graphics/SVGPaintServer.cpp:
46510 (WebCore::SVGPaintServer::teardown):
51533 * svg/graphics/SVGPaintServer.cpp:
51534 (WebCore::SVGPaintServer::draw):
51535 (WebCore::SVGPaintServer::renderPath):
51536 (WebCore::SVGPaintServer::teardown):
51537 * svg/graphics/SVGPaintServer.h:
[all …]
DChangeLog-2008-08-1031321 * svg/graphics/SVGPaintServer.h:
37894 * svg/graphics/SVGPaintServer.cpp:
48099 * svg/graphics/SVGPaintServer.cpp:
48100 (WebCore::SVGPaintServer::sharedSolidPaintServer):
48101 * svg/graphics/SVGPaintServer.h:
55930 * svg/graphics/SVGPaintServer.cpp:
55931 (WebCore::SVGPaintServer::sharedSolidPaintServer):
55932 * svg/graphics/SVGPaintServer.h:
55934 (WebCore::SVGPaintServer::renderPath):
55935 (WebCore::SVGPaintServer::fillPath):
[all …]
DChangeLog-2010-01-2914130 pass SVGTextPaintInfo instead of SVGPaintServer
17248 * svg/graphics/SVGPaintServer.cpp:
17250 (WebCore::SVGPaintServer::fillPaintServer):
17251 (WebCore::SVGPaintServer::strokePaintServer):
17252 * svg/graphics/SVGPaintServer.h:
85009 * svg/graphics/SVGPaintServer.cpp:
85010 (WebCore::SVGPaintServer::teardown):
85899 * svg/graphics/SVGPaintServer.cpp:
86044 * svg/graphics/SVGPaintServer.cpp:
86047 * svg/graphics/SVGPaintServer.h:
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3669 …A60D00D8BA00BB825C /* SVGPaintServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B255990E0D…
3670 …9A70D00D8BA00BB825C /* SVGPaintServer.h in Headers */ = {isa = PBXBuildFile; fileRef = B255990F0D0…
8905 …00BB825C /* SVGPaintServer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
8906 …8B900BB825C /* SVGPaintServer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
14256 B255990E0D00D8B900BB825C /* SVGPaintServer.cpp */,
14257 B255990F0D00D8B900BB825C /* SVGPaintServer.h */,
18241 B25599A70D00D8BA00BB825C /* SVGPaintServer.h in Headers */,
20463 B25599A60D00D8BA00BB825C /* SVGPaintServer.cpp in Sources */,