Searched refs:isRenderPath (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderPath.h59 virtual bool isRenderPath() const { return true; } function in class:WebCore::RenderPath
84 ASSERT(!object || object->isRenderPath());
90 ASSERT(!object || object->isRenderPath());
H A DRenderTreeAsText.cpp394 if (o.isRenderPath()) {
H A DSVGRenderTreeAsText.cpp266 if (object.isRenderPath()) {
H A DRenderObject.h331 virtual bool isRenderPath() const { return false; } function in class:WebCore::RenderObject
/external/webkit/WebCore/svg/graphics/
H A DSVGPaintServer.cpp93 if (item->isRenderPath() && fillPaintServer)
134 if (item->isRenderPath() && strokePaintServer)

Completed in 313 milliseconds