Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsImageRenderer.cpp219 CSSIntSize imageIntSize; in ComputeIntrinsicSize() local
221 mImageContainer, imageIntSize, result.mRatio, haveWidth, haveHeight); in ComputeIntrinsicSize()
223 result.SetWidth(nsPresContext::CSSPixelsToAppUnits(imageIntSize.width)); in ComputeIntrinsicSize()
227 nsPresContext::CSSPixelsToAppUnits(imageIntSize.height)); in ComputeIntrinsicSize()
234 imageIntSize.width, in ComputeIntrinsicSize()
239 imageIntSize.height, in ComputeIntrinsicSize()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsImageRenderer.cpp201 CSSIntSize imageIntSize; in ComputeIntrinsicSize() local
203 mImageContainer, imageIntSize, result.mRatio, haveWidth, haveHeight); in ComputeIntrinsicSize()
205 result.SetWidth(nsPresContext::CSSPixelsToAppUnits(imageIntSize.width)); in ComputeIntrinsicSize()
209 nsPresContext::CSSPixelsToAppUnits(imageIntSize.height)); in ComputeIntrinsicSize()
216 result.mRatio.Inverted().ApplyTo(imageIntSize.width); in ComputeIntrinsicSize()
219 nscoord intrinsicWidth = result.mRatio.ApplyTo(imageIntSize.height); in ComputeIntrinsicSize()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsImageRenderer.cpp202 CSSIntSize imageIntSize; in ComputeIntrinsicSize() local
204 imageIntSize, result.mRatio, in ComputeIntrinsicSize()
207 result.SetWidth(CSSPixel::ToAppUnits(imageIntSize.width)); in ComputeIntrinsicSize()
210 result.SetHeight(CSSPixel::ToAppUnits(imageIntSize.height)); in ComputeIntrinsicSize()
217 result.mRatio.Inverted().ApplyTo(imageIntSize.width); in ComputeIntrinsicSize()
220 nscoord intrinsicWidth = result.mRatio.ApplyTo(imageIntSize.height); in ComputeIntrinsicSize()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsImageRenderer.cpp203 CSSIntSize imageIntSize; in ComputeIntrinsicSize() local
205 imageIntSize, result.mRatio, in ComputeIntrinsicSize()
208 result.SetWidth(CSSPixel::ToAppUnits(imageIntSize.width)); in ComputeIntrinsicSize()
211 result.SetHeight(CSSPixel::ToAppUnits(imageIntSize.height)); in ComputeIntrinsicSize()
218 result.mRatio.Inverted().ApplyTo(imageIntSize.width); in ComputeIntrinsicSize()
221 nscoord intrinsicWidth = result.mRatio.ApplyTo(imageIntSize.height); in ComputeIntrinsicSize()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsImageRenderer.cpp202 CSSIntSize imageIntSize; in ComputeIntrinsicSize() local
204 imageIntSize, result.mRatio, in ComputeIntrinsicSize()
207 result.SetWidth(CSSPixel::ToAppUnits(imageIntSize.width)); in ComputeIntrinsicSize()
210 result.SetHeight(CSSPixel::ToAppUnits(imageIntSize.height)); in ComputeIntrinsicSize()
217 result.mRatio.Inverted().ApplyTo(imageIntSize.width); in ComputeIntrinsicSize()
220 nscoord intrinsicWidth = result.mRatio.ApplyTo(imageIntSize.height); in ComputeIntrinsicSize()
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DVectorImage.cpp709 nsIntSize imageIntSize(svgElem->GetIntrinsicWidth(), in NS_IMETHODIMP_() local
712 if (imageIntSize.IsEmpty()) { in NS_IMETHODIMP_()
718 return GetFrameAtSize(imageIntSize, aWhichFrame, aFlags); in NS_IMETHODIMP_()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DVectorImage.cpp689 nsIntSize imageIntSize(svgElem->GetIntrinsicWidth(), in NS_IMETHODIMP_() local
692 if (imageIntSize.IsEmpty()) { in NS_IMETHODIMP_()
698 return GetFrameAtSize(imageIntSize, aWhichFrame, aFlags); in NS_IMETHODIMP_()
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DVectorImage.cpp675 nsIntSize imageIntSize(svgElem->GetIntrinsicWidth(), in NS_IMETHODIMP_() local
678 if (imageIntSize.IsEmpty()) { in NS_IMETHODIMP_()
684 return GetFrameAtSize(imageIntSize, aWhichFrame, aFlags); in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DVectorImage.cpp719 nsIntSize imageIntSize(svgElem->GetIntrinsicWidth(), in NS_IMETHODIMP_() local
722 if (imageIntSize.IsEmpty()) { in NS_IMETHODIMP_()
728 return GetFrameAtSize(imageIntSize, aWhichFrame, aFlags); in NS_IMETHODIMP_()
/dports/www/firefox/firefox-99.0/image/
H A DVectorImage.cpp667 nsIntSize imageIntSize(svgElem->GetIntrinsicWidth(), in NS_IMETHODIMP_() local
670 if (imageIntSize.IsEmpty()) { in NS_IMETHODIMP_()
676 return GetFrameAtSize(imageIntSize, aWhichFrame, aFlags); in NS_IMETHODIMP_()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DVectorImage.cpp675 nsIntSize imageIntSize(svgElem->GetIntrinsicWidth(), in NS_IMETHODIMP_() local
678 if (imageIntSize.IsEmpty()) { in NS_IMETHODIMP_()
684 return GetFrameAtSize(imageIntSize, aWhichFrame, aFlags); in NS_IMETHODIMP_()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp5200 CSSIntSize imageIntSize; in ComputeIntrinsicSize() local
5201 nsLayoutUtils::ComputeSizeForDrawing(mImageContainer, imageIntSize, in ComputeIntrinsicSize()
5204 result.SetWidth(nsPresContext::CSSPixelsToAppUnits(imageIntSize.width)); in ComputeIntrinsicSize()
5207 result.SetHeight(nsPresContext::CSSPixelsToAppUnits(imageIntSize.height)); in ComputeIntrinsicSize()