Home
last modified time | relevance | path

Searched refs:aXRepeat (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRendering.cpp2796 const nsStyleImageLayers::Size& aLayerSize, StyleImageLayerRepeat aXRepeat, in ComputeDrawnSizeForBackground() argument
2836 aXRepeat == StyleImageLayerRepeat::Round && in ComputeDrawnSizeForBackground()
2841 if (imageSize.width && aXRepeat == StyleImageLayerRepeat::Round) { in ComputeDrawnSizeForBackground()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRendering.cpp2793 const StyleBackgroundSize& aLayerSize, StyleImageLayerRepeat aXRepeat, in ComputeDrawnSizeForBackground() argument
2834 aXRepeat == StyleImageLayerRepeat::Round && in ComputeDrawnSizeForBackground()
2839 if (imageSize.width && aXRepeat == StyleImageLayerRepeat::Round) { in ComputeDrawnSizeForBackground()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRendering.cpp2793 const StyleBackgroundSize& aLayerSize, StyleImageLayerRepeat aXRepeat, in ComputeDrawnSizeForBackground() argument
2834 aXRepeat == StyleImageLayerRepeat::Round && in ComputeDrawnSizeForBackground()
2839 if (imageSize.width && aXRepeat == StyleImageLayerRepeat::Round) { in ComputeDrawnSizeForBackground()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.cpp2793 const StyleBackgroundSize& aLayerSize, StyleImageLayerRepeat aXRepeat, in ComputeDrawnSizeForBackground() argument
2834 aXRepeat == StyleImageLayerRepeat::Round && in ComputeDrawnSizeForBackground()
2839 if (imageSize.width && aXRepeat == StyleImageLayerRepeat::Round) { in ComputeDrawnSizeForBackground()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRendering.cpp2847 const StyleBackgroundSize& aLayerSize, StyleImageLayerRepeat aXRepeat, in ComputeDrawnSizeForBackground() argument
2888 aXRepeat == StyleImageLayerRepeat::Round && in ComputeDrawnSizeForBackground()
2893 if (imageSize.width && aXRepeat == StyleImageLayerRepeat::Round) { in ComputeDrawnSizeForBackground()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp3411 uint8_t aXRepeat, uint8_t aYRepeat) in ComputeDrawnSizeForBackground() argument
3449 bool isRepeatRoundInBothDimensions = aXRepeat == NS_STYLE_IMAGELAYER_REPEAT_ROUND && in ComputeDrawnSizeForBackground()
3454 if (imageSize.width && aXRepeat == NS_STYLE_IMAGELAYER_REPEAT_ROUND) { in ComputeDrawnSizeForBackground()