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

/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp88 m_lastShadowRect = shadowRect;
99 m_lastShadowRect = shadowRect;
107 return m_lastRadius == radius && m_lastColor == color && m_lastColorSpace == colorSpace && shadowRect == m_lastShadowRect && radii == m_lastRadii;
114 return m_lastRadius == radius && m_lastColor == color && m_lastColorSpace == colorSpace && m_lastInsetBounds == bounds && shadowRect == m_lastShadowRect && radii == m_lastRadii;
147 FloatRect m_lastShadowRect; member in class:WebCore::ScratchBuffer

Completed in 37 milliseconds