Home
last modified time | relevance | path

Searched refs:aDrawBackgroundImage (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.h536 bool& aDrawBackgroundImage,
H A DnsCSSRendering.cpp2034 bool& aDrawBackgroundImage, in DetermineBackgroundColor() argument
2037 aDrawBackgroundImage = true; in DetermineBackgroundColor()
2044 aDrawBackgroundImage = aPresContext->GetBackgroundImageDraw(); in DetermineBackgroundColor()
2062 if (aDrawBackgroundImage || !bg->IsTransparent()) { in DetermineBackgroundColor()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRendering.h322 bool& aDrawBackgroundImage,
H A DnsCSSRendering.cpp2300 bool& aDrawBackgroundImage, in DetermineBackgroundColor() argument
2302 aDrawBackgroundImage = true; in DetermineBackgroundColor()
2309 aDrawBackgroundImage = aPresContext->GetBackgroundImageDraw(); in DetermineBackgroundColor()
2327 if (aDrawBackgroundImage || !bg->IsTransparent(aStyleContext)) { in DetermineBackgroundColor()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRendering.h353 bool& aDrawBackgroundImage,
H A DnsCSSRendering.cpp2313 bool& aDrawBackgroundImage, in DetermineBackgroundColor() argument
2316 aDrawBackgroundImage = shouldPaint.mImage; in DetermineBackgroundColor()
2332 if (aDrawBackgroundImage || !bg->IsTransparent(aStyle)) { in DetermineBackgroundColor()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRendering.h353 bool& aDrawBackgroundImage,
H A DnsCSSRendering.cpp2313 bool& aDrawBackgroundImage, in DetermineBackgroundColor() argument
2316 aDrawBackgroundImage = shouldPaint.mImage; in DetermineBackgroundColor()
2332 if (aDrawBackgroundImage || !bg->IsTransparent(aStyle)) { in DetermineBackgroundColor()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.h353 bool& aDrawBackgroundImage,
H A DnsCSSRendering.cpp2313 bool& aDrawBackgroundImage, in DetermineBackgroundColor() argument
2316 aDrawBackgroundImage = shouldPaint.mImage; in DetermineBackgroundColor()
2332 if (aDrawBackgroundImage || !bg->IsTransparent(aStyle)) { in DetermineBackgroundColor()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRendering.h348 bool& aDrawBackgroundImage,
H A DnsCSSRendering.cpp2366 bool& aDrawBackgroundImage, in DetermineBackgroundColor() argument
2368 aDrawBackgroundImage = true; in DetermineBackgroundColor()
2375 aDrawBackgroundImage = aPresContext->GetBackgroundImageDraw(); in DetermineBackgroundColor()
2392 if (aDrawBackgroundImage || !bg->IsTransparent(aStyle)) { in DetermineBackgroundColor()