Searched refs:m_cachedLocalFillBBox (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderPath.cpp110 if (m_cachedLocalFillBBox.isEmpty())
111 m_cachedLocalFillBBox = m_path.boundingRect();
113 return m_cachedLocalFillBBox;
181 m_cachedLocalFillBBox = FloatRect();
H A DRenderPath.h74 mutable FloatRect m_cachedLocalFillBBox; member in class:WebCore::RenderPath

Completed in 50 milliseconds