Searched refs:backgroundClip (Results 1 – 5 of 5) sorted by relevance
498 EFillBox backgroundClip = style()->backgroundClip(); in foregroundIsKnownToBeOpaqueInRect() local500 if (backgroundClip == BorderFillBox && style()->hasBorder() && !borderObscuresBackground()) in foregroundIsKnownToBeOpaqueInRect()503 …if ((backgroundClip == BorderFillBox || backgroundClip == PaddingFillBox) && style()->hasPadding()) in foregroundIsKnownToBeOpaqueInRect()
89 EFillBox clip = box->style()->backgroundClip(); in backgroundRect()1419 if (renderer->style()->backgroundClip() == TextFillBox) in supportsDirectBoxDecorationsComposition()
504 if (rootRenderer->style()->backgroundClip() == TextFillBox) in rendererObscuresBackground()
1370 switch (style()->backgroundClip()) { in backgroundIsKnownToBeOpaqueInRect()
637 …EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip());… in backgroundClip() function