Searched refs:OpacityChange (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp299 notifyChange(TextureMapperNode::OpacityChange);
H A DTextureMapperNode.h73 OpacityChange = (1L << 10), enumerator in enum:WebCore::TextureMapperNode::ChangeMask
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp151 OpacityChange = (1L << 9), enumerator in enum:WebCore::GraphicsLayerQtImpl::ChangeMask
802 if ((m_changeMask & OpacityChange) && m_state.opacity != m_layer->opacity() && !m_opacityAnimationRunning)
1208 m_impl->notifyChange(GraphicsLayerQtImpl::OpacityChange);
1278 m_impl->notifyChange(GraphicsLayerQtImpl::OpacityChange);

Completed in 43 milliseconds