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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 178 return m_currentContent.contentType == HTMLContentType ? entireRect() : m_state.contentsRect;
194 ContentData m_currentContent;
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 261 ContentData m_currentContent;
397 const bool requiresTiling = (m_state.drawsContent && m_currentContent.contentType == HTMLContentType) && (m_size.width() > GRAPHICS_LAYER_TILING_THRESHOLD || m_size.height() > GRAPHICS_LAYER_TILING_THRESHOLD);
607 if (m_currentContent.backgroundColor.isValid() && m_currentContent.backgroundColor.alpha() == 0xff)
611 || (m_currentContent.contentType == ColorContentType && m_currentContent.contentsBackgroundColor.alpha() == 0xff)
612 || (m_currentContent.contentType == MediaContentType)
613 || (m_currentContent.contentType == PixmapContentType && !m_currentContent.pixmap.hasAlpha())) {
634 if (m_currentContent.backgroundColor.isValid()
    [all...]

Completed in 94 milliseconds