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

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp289 notifyChange(TextureMapperNode::BackfaceVisibilityChange);
H A DTextureMapperNode.h81 BackfaceVisibilityChange = (1L << 16), enumerator in enum:WebCore::TextureMapperNode::ChangeMask
H A DTextureMapperNode.cpp811 if (changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | ContentsRectChange | BackfaceVisibilityChange | PositionChange | MaskLayerChange | DrawsContentChange | ContentChange | ReplicaLayerChange)) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp159 BackfaceVisibilityChange = (1L << 15), enumerator in enum:WebCore::GraphicsLayerQtImpl::ChangeMask
762 if (m_changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | BackfaceVisibilityChange | PositionChange | ParentChange)) {
1198 m_impl->notifyChange(GraphicsLayerQtImpl::BackfaceVisibilityChange);

Completed in 100 milliseconds