Home | History | Annotate | Download | only in style

Lines Matching defs:blendMode

770 BlendMode RenderStyle::blendMode() const
773 return static_cast<BlendMode>(rareNonInheritedData->m_effectiveBlendMode);
777 void RenderStyle::setBlendMode(BlendMode v)
786 return static_cast<BlendMode>(rareNonInheritedData->m_effectiveBlendMode) != BlendModeNormal;