Searched refs:m_isUnclippedDescendant (Results 1 – 2 of 2) sorted by relevance
214 bool isUnclippedDescendant() const { return m_isUnclippedDescendant; } in isUnclippedDescendant()458 …void setIsUnclippedDescendant(bool isUnclippedDescendant) { m_isUnclippedDescendant = isUnclippedD… in setIsUnclippedDescendant()640 unsigned m_isUnclippedDescendant : 1; variable
110 , m_isUnclippedDescendant(false) in RenderLayer()