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

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp175 notifyChange(TextureMapperNode::PositionChange);
H A DTextureMapperNode.h65 PositionChange = (1L << 3), enumerator in enum:WebCore::TextureMapperNode::ChangeMask
H A DTextureMapperNode.cpp805 if (changeMask & (TransformChange | SizeChange | AnchorPointChange | PositionChange))
811 if (changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | ContentsRectChange | BackfaceVisibilityChange | PositionChange | MaskLayerChange | DrawsContentChange | ContentChange | ReplicaLayerChange)) {
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp143 PositionChange = (1L << 3), enumerator in enum:WebCore::GraphicsLayerQtImpl::ChangeMask
762 if (m_changeMask & (ChildrenTransformChange | Preserves3DChange | TransformChange | AnchorPointChange | SizeChange | BackfaceVisibilityChange | PositionChange | ParentChange)) {
1086 m_impl->notifyChange(GraphicsLayerQtImpl::PositionChange);

Completed in 144 milliseconds