Searched refs:m_childLayerHasBlendMode (Results 1 – 2 of 2) sorted by relevance
209 …lendMode() const { ASSERT(!m_childLayerHasBlendModeStatusDirty); return m_childLayerHasBlendMode; } in childLayerHasBlendMode()648 unsigned m_childLayerHasBlendMode : 1; variable
113 , m_childLayerHasBlendMode(false) in RenderLayer()780 layer->m_childLayerHasBlendMode = true; in setAncestorChainBlendedDescendant()862 m_childLayerHasBlendMode = false; in updateDescendantDependentFlags()867 …hildLayerHasBlendMode = child->paintsWithBlendMode() || (child->m_childLayerHasBlendMode && !child… in updateDescendantDependentFlags()868 m_childLayerHasBlendMode |= childLayerHasBlendMode; in updateDescendantDependentFlags()870 if (m_childLayerHasBlendMode) in updateDescendantDependentFlags()1340 …ateTransparencyLayerForBlendMode = m_stackingNode->isStackingContext() && m_childLayerHasBlendMode; in beginTransparencyLayers()2059 …endMode = !renderer()->isRoot() && m_stackingNode->isStackingContext() && m_childLayerHasBlendMode; in paintLayerContents()