Searched refs:hasOpacity (Results 1 – 6 of 6) sorted by relevance
91 bool hasOpacity() const { return opacity < 1; } in hasOpacity() function
473 …= other.hasAutoZIndex() && rareNonInheritedData->hasOpacity() != other.rareNonInheritedData->hasOp… in diffNeedsFullLayoutAndPaintInvalidation()
741 bool hasOpacity() const { return opacity() < 1.0f; } in hasOpacity() function
182 || style->hasOpacity() in adjustRenderStyle()
897 bool isTransparent() const { return style()->hasOpacity(); } in isTransparent()
3512 if (diff.opacityChanged() && m_renderer->style()->hasOpacity() != oldStyle->hasOpacity()) in attemptDirectCompositingUpdate()