Searched refs:contentsOpaque (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h221 bool contentsOpaque; member in struct:WebCore::TextureMapperNode::State
237 , contentsOpaque(false)
H A DGraphicsLayerTextureMapper.cpp276 if (value == contentsOpaque())
H A DTextureMapperNode.cpp451 m_texture->reset(m_size, m_state.contentsOpaque);
832 m_state.contentsOpaque = graphicsLayer->contentsOpaque();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp295 bool contentsOpaque: 1; member in struct:WebCore::GraphicsLayerQtImpl::State
306 , contentsOpaque(false)
610 if (m_state.contentsOpaque
823 if ((m_changeMask & ContentsOpaqueChange) && m_state.contentsOpaque != m_layer->contentsOpaque())
858 m_state.contentsOpaque = m_layer->contentsOpaque();
1185 if (value == contentsOpaque())
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h275 bool contentsOpaque() const { return m_contentsOpaque; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.h143 virtual bool platformCALayerContentsOpaque() const { return contentsOpaque(); }

Completed in 76 milliseconds