Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsLayoutUtils.cpp5423 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5426 heightAtMinWidth = NSCoordMulDiv(minWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5433 if (tentHeight > 0) { in ComputeAutoSizeWithIntrinsicDimensions()
5434 widthAtMaxHeight = NSCoordMulDiv(maxHeight, tentWidth, tentHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5449 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5450 if (int64_t(maxWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5466 if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5467 if (int64_t(minWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5483 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5486 } else if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
[all …]
H A DnsLayoutUtils.h1534 nscoord tentWidth, nscoord tentHeight);
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutUtils.cpp5402 nscoord tentWidth, nscoord tentHeight) { in ComputeAutoSizeWithIntrinsicDimensions() argument
5412 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5418 NS_CSS_MINMAX(tentHeight, minHeight, maxHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5421 if (tentHeight > 0) { in ComputeAutoSizeWithIntrinsicDimensions()
5436 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5437 if (int64_t(maxWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5453 if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5454 if (int64_t(minWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5470 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5473 } else if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
[all …]
H A DnsLayoutUtils.h1610 nscoord tentWidth, nscoord tentHeight);
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutUtils.cpp5330 nscoord tentWidth, nscoord tentHeight) { in ComputeAutoSizeWithIntrinsicDimensions() argument
5340 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5346 NS_CSS_MINMAX(tentHeight, minHeight, maxHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5349 if (tentHeight > 0) { in ComputeAutoSizeWithIntrinsicDimensions()
5364 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5365 if (int64_t(maxWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5381 if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5382 if (int64_t(minWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5398 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5401 } else if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
[all …]
H A DnsLayoutUtils.h1636 nscoord tentWidth, nscoord tentHeight);
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsLayoutUtils.cpp5402 nscoord tentWidth, nscoord tentHeight) { in ComputeAutoSizeWithIntrinsicDimensions() argument
5412 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5418 NS_CSS_MINMAX(tentHeight, minHeight, maxHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5421 if (tentHeight > 0) { in ComputeAutoSizeWithIntrinsicDimensions()
5436 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5437 if (int64_t(maxWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5453 if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5454 if (int64_t(minWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5470 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5473 } else if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
[all …]
H A DnsLayoutUtils.h1610 nscoord tentWidth, nscoord tentHeight);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsLayoutUtils.cpp5549 nscoord tentWidth, nscoord tentHeight) { in ComputeAutoSizeWithIntrinsicDimensions() argument
5559 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5565 NS_CSS_MINMAX(tentHeight, minHeight, maxHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5568 if (tentHeight > 0) { in ComputeAutoSizeWithIntrinsicDimensions()
5583 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5584 if (int64_t(maxWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5600 if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5601 if (int64_t(minWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5617 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5620 } else if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
[all …]
H A DnsLayoutUtils.h1520 nscoord tentWidth, nscoord tentHeight); in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsLayoutUtils.cpp5907 nscoord tentWidth, nscoord tentHeight) { in ComputeAutoSizeWithIntrinsicDimensions() argument
5917 heightAtMaxWidth = NSCoordMulDiv(maxWidth, tentHeight, tentWidth); in ComputeAutoSizeWithIntrinsicDimensions()
5923 NS_CSS_MINMAX(tentHeight, minHeight, maxHeight); in ComputeAutoSizeWithIntrinsicDimensions()
5926 if (tentHeight > 0) { in ComputeAutoSizeWithIntrinsicDimensions()
5941 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5942 if (int64_t(maxWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5958 if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5959 if (int64_t(minWidth) * int64_t(tentHeight) <= in ComputeAutoSizeWithIntrinsicDimensions()
5975 if (tentHeight > maxHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
5978 } else if (tentHeight < minHeight) { in ComputeAutoSizeWithIntrinsicDimensions()
[all …]
H A DnsLayoutUtils.h1658 nscoord tentWidth, nscoord tentHeight); in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS()