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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 166 if (m_state.drawsContent || m_currentContent.contentType != HTMLContentType)
208 int descendantsWithContent = (m_state.drawsContent || m_currentContent.contentType != HTMLContentType) ? 1 : 0;
226 const bool selfHasContent = m_state.drawsContent || (m_currentContent.contentType != HTMLContentType);
424 if (m_currentContent.contentType == DirectImageContentType) {
425 if (m_currentContent.image)
426 m_texture->setContentsToImage(m_currentContent.image.get());
430 if (m_currentContent.contentType == MediaContentType) {
431 if (!m_currentContent.media)
436 m_currentContent.media->paint(&context);
442 if ((m_currentContent.contentType != HTMLContentType
    [all...]
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 1370 milliseconds