Home
last modified time | relevance | path

Searched refs:m_shouldInheritFromRootTransform (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.h48 bool shouldInheritFromRootTransform() const { return m_shouldInheritFromRootTransform; } in shouldInheritFromRootTransform()
60 …void setShouldInheritFromRootTransform(bool inherit) { m_shouldInheritFromRootTransform = inherit;… in setShouldInheritFromRootTransform()
179 bool m_shouldInheritFromRootTransform; variable
DLayer.cpp28 m_shouldInheritFromRootTransform = false; in Layer()
49 m_shouldInheritFromRootTransform = src.m_shouldInheritFromRootTransform; in Layer()