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

  /external/webkit/WebCore/rendering/
RenderPath.h 74 mutable FloatRect m_cachedLocalFillBBox;
RenderPath.cpp 110 if (m_cachedLocalFillBBox.isEmpty())
111 m_cachedLocalFillBBox = m_path.boundingRect();
113 return m_cachedLocalFillBBox;
181 m_cachedLocalFillBBox = FloatRect();

Completed in 49 milliseconds