Searched refs:backgroundClip (Results 1 – 5 of 5) sorted by relevance
317 EFillBox backgroundClip = style()->backgroundClip(); in foregroundIsKnownToBeOpaqueInRect() local319 …if (backgroundClip == BorderFillBox && style()->hasBorder() && !style()->borderObscuresBackground(… in foregroundIsKnownToBeOpaqueInRect()322 …if ((backgroundClip == BorderFillBox || backgroundClip == PaddingFillBox) && style()->hasPadding()) in foregroundIsKnownToBeOpaqueInRect()
1132 switch (style()->backgroundClip()) { in backgroundIsKnownToBeOpaqueInRect()
46 if (rootRenderer->style()->backgroundClip() == TextFillBox) in rendererObscuresBackground()
84 EFillBox clip = box->style()->backgroundClip(); in backgroundRect()
647 …EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip());… in backgroundClip() function