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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGEllipse.h 43 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); };
53 bool m_usePathFallback;
RenderSVGRect.h 45 virtual bool isEmpty() const { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); };
54 bool m_usePathFallback;

Completed in 662 milliseconds