/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServer.cpp | 47 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 …]
|
D | 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*);
|
D | SVGPaintServerSolid.h | 36 class SVGPaintServerSolid : public SVGPaintServer {
|
D | SVGPaintServerPattern.h | 47 class SVGPaintServerPattern : public SVGPaintServer {
|
D | SVGPaintServerGradient.h | 48 class SVGPaintServerGradient : public SVGPaintServer {
|
/external/webkit/WebCore/platform/graphics/ |
D | TextRun.h | 32 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/ |
D | RenderPath.cpp | 87 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()
|
D | SVGRenderTreeAsText.cpp | 268 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()
|
D | SVGInlineTextBox.cpp | 573 …if (SVGPaintServer* fillPaintServer = SVGPaintServer::fillPaintServer(fillObject->style(), fillObj… in paintDecoration() 582 …if (SVGPaintServer* strokePaintServer = SVGPaintServer::strokePaintServer(strokeObject->style(), s… in paintDecoration()
|
D | SVGInlineTextBox.h | 47 SVGPaintServer* activePaintServer;
|
D | SVGRootInlineBox.cpp | 457 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/ |
D | SVGFont.cpp | 473 SVGPaintServer* activePaintServer = run.activePaintServer(); in drawTextUsingSVGFont() 480 SVGPaintServerSolid* solidPaintServer = SVGPaintServer::sharedSolidPaintServer(); in drawTextUsingSVGFont()
|
/external/webkit/WebCore/ |
D | Android.mk | 894 svg/graphics/SVGPaintServer.cpp \
|
D | WebCore.pro | 1741 svg/graphics/SVGPaintServer.h \ 2591 svg/graphics/SVGPaintServer.cpp \
|
D | ChangeLog-2006-12-31 | 708 (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 …]
|
D | WebCore.gypi | 3307 'svg/graphics/SVGPaintServer.cpp', 3308 'svg/graphics/SVGPaintServer.h',
|
D | GNUmakefile.am | 3316 WebCore/svg/graphics/SVGPaintServer.cpp \ 3317 WebCore/svg/graphics/SVGPaintServer.h \
|
D | ChangeLog | 1757 * svg/graphics/SVGPaintServer.cpp: 1759 (WebCore::SVGPaintServer::setup): 1760 * svg/graphics/SVGPaintServer.h:
|
D | ChangeLog-2007-10-14 | 543 * 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 …]
|
D | ChangeLog-2009-06-16 | 38945 * 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 …]
|
D | ChangeLog-2008-08-10 | 31321 * 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 …]
|
D | ChangeLog-2010-01-29 | 14130 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/ |
D | project.pbxproj | 3669 …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 */,
|