Home
last modified time | relevance | path

Searched defs:isShapeEmpty (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRect.h45 …virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmp… in isShapeEmpty() function
DRenderSVGEllipse.h43 …virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmp… in isShapeEmpty() function
DRenderSVGShape.h65 virtual bool isShapeEmpty() const { return path().isEmpty(); } in isShapeEmpty() function