HomeSort by relevance Sort by last modified time
    Searched refs:contentsOpaque (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 217 bool contentsOpaque: 1;
222 drawsContent(false), contentsOpaque(false), backfaceVisibility(false),
313 if (m_state.contentsOpaque
499 if ((m_changeMask & ContentsOpaqueChange) && m_state.contentsOpaque != m_layer->contentsOpaque())
525 m_state.contentsOpaque = m_layer->contentsOpaque();
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 254 bool contentsOpaque() const { return m_contentsOpaque; }

Completed in 593 milliseconds