Home
last modified time | relevance | path

Searched refs:shouldInheritFromRootTransform (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.cpp145 if (shouldInheritFromRootTransform()) { in localToAncestor()
192 if (shouldInheritFromRootTransform()) { in draw()
DLayer.h48 bool shouldInheritFromRootTransform() const { return m_shouldInheritFromRootTransform; } in shouldInheritFromRootTransform() function
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp353 stream->writeBool(layer->shouldInheritFromRootTransform()); in serializeLayer()