Searched refs:m_shouldInheritFromRootTransform (Results 1 – 2 of 2) sorted by relevance
48 bool shouldInheritFromRootTransform() const { return m_shouldInheritFromRootTransform; } in shouldInheritFromRootTransform()60 …void setShouldInheritFromRootTransform(bool inherit) { m_shouldInheritFromRootTransform = inherit;… in setShouldInheritFromRootTransform()179 bool m_shouldInheritFromRootTransform; variable
28 m_shouldInheritFromRootTransform = false; in Layer()49 m_shouldInheritFromRootTransform = src.m_shouldInheritFromRootTransform; in Layer()