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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h161 Preserves3DChanged = 1 << 6, enumerator in enum:WebCore::GraphicsLayerClutter::LayerChange
H A DGraphicsLayerClutter.cpp444 noteLayerPropertyChanged(Preserves3DChanged);
723 // Need to handle Preserves3DChanged first, because it affects which layers subsequent properties are applied to
724 if (m_uncommittedChanges & Preserves3DChanged)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h382 Preserves3DChanged = 1 << 6, enumerator in enum:WebCore::GraphicsLayerCA::LayerChange
H A DGraphicsLayerCA.cpp529 noteLayerPropertyChanged(Preserves3DChanged);
1160 // Need to handle Preserves3DChanged first, because it affects which layers subsequent properties are applied to
1161 if (m_uncommittedChanges & (Preserves3DChanged | ReplicatedLayerChanged))

Completed in 130 milliseconds