Searched refs:descendantsWithContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h215 int descendantsWithContent; member in struct:WebCore::TextureMapperNode::State
231 , descendantsWithContent(0)
H A DTextureMapperNode.cpp208 int descendantsWithContent = (m_state.drawsContent || m_currentContent.contentType != HTMLContentType) ? 1 : 0; local
213 descendantsWithContent += child->countDescendantsWithContent();
216 return descendantsWithContent;
227 const bool hasDescendantsWithContent = m_state.descendantsWithContent - (selfHasContent ? 1 : 0);
243 if (!m_state.descendantsWithContent)
265 if ((hasReplica && hasDescendantsWithContent) || (hasReplica && hasTransparency) || (hasTransparency && m_state.descendantsWithContent > 1))
724 m_state.descendantsWithContent = countDescendantsWithContent();

Completed in 77 milliseconds