Home
last modified time | relevance | path

Searched refs:m_fillBoundingBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.h54 virtual FloatRect objectBoundingBox() const { return m_fillBoundingBox; } in objectBoundingBox()
80 FloatRect m_fillBoundingBox; variable
DRenderSVGPath.cpp83 if (!m_fillBoundingBox.contains(point)) in fillContains()
309 m_fillBoundingBox = FloatRect(); in updateCachedBoundaries()
316 m_fillBoundingBox = m_path.boundingRect(); in updateCachedBoundaries()
319 m_strokeAndMarkerBoundingBox = m_fillBoundingBox; in updateCachedBoundaries()