Home
last modified time | relevance | path

Searched refs:NSCoordMulDiv (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h62 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h66 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h62 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h77 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h82 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() function
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h117 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) {
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsFrame.cpp5198 tentISize = NSCoordMulDiv(intrinsicBSize, logicalRatio.ISize(aWM), logicalRatio.BSize(aWM));
5217 tentBSize = NSCoordMulDiv(tentISize, logicalRatio.BSize(aWM), logicalRatio.ISize(aWM));
5235 tentBSize = NSCoordMulDiv(iSize, logicalRatio.BSize(aWM), logicalRatio.ISize(aWM));
5241 tentISize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), logicalRatio.BSize(aWM));
5246 tentBSize = NSCoordMulDiv(iSize, logicalRatio.BSize(aWM), logicalRatio.ISize(aWM));
5252 tentISize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), logicalRatio.BSize(aWM));
5258 tentISize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), logicalRatio.BSize(aWM));
5289 iSize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), logicalRatio.BSize(aWM));
5309 bSize = NSCoordMulDiv(iSize, logicalRatio.BSize(aWM), logicalRatio.ISize(aWM));
H A DnsFlexContainerFrame.cpp1533 return NSCoordMulDiv(aCrossSize, aIntrinsicRatio.height, aIntrinsicRatio.width); in MainSizeFromAspectRatio()
1536 return NSCoordMulDiv(aCrossSize, aIntrinsicRatio.width, aIntrinsicRatio.height); in MainSizeFromAspectRatio()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsFrame.cpp5791 tentISize = NSCoordMulDiv(intrinsicBSize, logicalRatio.ISize(aWM), in ComputeSizeWithIntrinsicDimensions()
5812 tentBSize = NSCoordMulDiv(tentISize, logicalRatio.BSize(aWM), in ComputeSizeWithIntrinsicDimensions()
5832 tentBSize = NSCoordMulDiv(iSize, logicalRatio.BSize(aWM), in ComputeSizeWithIntrinsicDimensions()
5840 tentISize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), in ComputeSizeWithIntrinsicDimensions()
5846 tentBSize = NSCoordMulDiv(iSize, logicalRatio.BSize(aWM), in ComputeSizeWithIntrinsicDimensions()
5853 tentISize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), in ComputeSizeWithIntrinsicDimensions()
5860 tentISize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), in ComputeSizeWithIntrinsicDimensions()
5890 iSize = NSCoordMulDiv(bSize, logicalRatio.ISize(aWM), in ComputeSizeWithIntrinsicDimensions()
5909 bSize = NSCoordMulDiv(iSize, logicalRatio.BSize(aWM), in ComputeSizeWithIntrinsicDimensions()
H A DnsFlexContainerFrame.cpp1330 return NSCoordMulDiv(aCrossSize, in MainSizeFromAspectRatio()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsLayoutUtils.cpp5118 result = NSCoordMulDiv(h, ratioISize, ratioBSize); in IntrinsicForAxis()
5124 nscoord maxISize = NSCoordMulDiv(h, ratioISize, ratioBSize); in IntrinsicForAxis()
5136 nscoord minISize = NSCoordMulDiv(h, ratioISize, ratioBSize); in IntrinsicForAxis()
5423 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5426 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5434 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5437 widthAtMinHeight = NSCoordMulDiv(minHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsLayoutUtils.cpp5274 result = NSCoordMulDiv(h, ratioISize, ratioBSize); in IntrinsicForAxis()
5282 nscoord maxISize = NSCoordMulDiv(h, ratioISize, ratioBSize); in IntrinsicForAxis()
5296 nscoord minISize = NSCoordMulDiv(h, ratioISize, ratioBSize); in IntrinsicForAxis()
5559 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5561 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5569 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5571 widthAtMinHeight = NSCoordMulDiv(minHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutUtils.cpp5412 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5414 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5422 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5424 widthAtMinHeight = NSCoordMulDiv(minHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutUtils.cpp5340 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5342 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5350 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5352 widthAtMinHeight = NSCoordMulDiv(minHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsLayoutUtils.cpp5412 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5414 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5422 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5424 widthAtMinHeight = NSCoordMulDiv(minHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsLayoutUtils.cpp5917 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5919 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5927 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5929 widthAtMinHeight = NSCoordMulDiv(minHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()