Home
last modified time | relevance | path

Searched refs:reflowOutput (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsLineLayout.cpp856 ReflowOutput reflowOutput(lineWM); in ReflowFrame() local
858 reflowOutput.ISize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
954 if (reflowOutput.ISize(lineWM) < 0) { in ReflowFrame()
955 reflowOutput.ISize(lineWM) = 0; in ReflowFrame()
957 if (reflowOutput.BSize(lineWM) < 0) { in ReflowFrame()
958 reflowOutput.BSize(lineWM) = 0; in ReflowFrame()
965 if ((CRAZY_SIZE(reflowOutput.ISize(lineWM)) || in ReflowFrame()
970 printf(" metrics=%d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
977 reflowOutput.Height()); in ReflowFrame()
999 *aMetrics = reflowOutput; in ReflowFrame()
[all …]
H A DnsFrameSetFrame.cpp672 ReflowOutput reflowOutput(aReflowInput); in ReflowPlaceChild() local
673 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
674 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
677 ReflowChild(aChild, aPresContext, reflowOutput, reflowInput, aOffset.x, in ReflowPlaceChild()
682 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
683 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
684 FinishReflowChild(aChild, aPresContext, reflowOutput, nullptr, aOffset.x, in ReflowPlaceChild()
H A DnsBulletFrame.cpp1082 ReflowOutput reflowOutput(wm); in GetMinISize() local
1083 DISPLAY_MIN_WIDTH(this, reflowOutput.ISize(wm)); in GetMinISize()
1085 GetDesiredSize(PresContext(), aRenderingContext, reflowOutput, 1.0f, in GetMinISize()
1087 reflowOutput.ISize(wm) += padding.IStartEnd(wm); in GetMinISize()
1088 return reflowOutput.ISize(wm); in GetMinISize()
H A DnsBlockFrame.cpp1208 ReflowOutput reflowOutput(aReflowInput); in Reflow() local
1218 ReflowBullet(bullet, state, reflowOutput, lineBStart); in Reflow()
1219 NS_ASSERTION(!BulletIsEmpty() || reflowOutput.BSize(wm) == 0, in Reflow()
1230 bullet->GetLogicalRect(wm, reflowOutput.PhysicalSize()); in Reflow()
1231 bbox.BStart(wm) = position.mBaseline - reflowOutput.BlockStartAscent(); in Reflow()
1232 bullet->SetRect(wm, bbox, reflowOutput.PhysicalSize()); in Reflow()
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLContainerFrame.cpp121 ReflowOutput* reflowOutput = new ReflowOutput(aReflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE() local
122 reflowOutput->mBoundingMetrics = aBoundingMetrics; in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
123 aFrame->SetProperty(HTMLReflowOutputProperty(), reflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
133 ReflowOutput* reflowOutput = aFrame->GetProperty(HTMLReflowOutputProperty()); in GetReflowAndBoundingMetricsFor() local
138 NS_ASSERTION(reflowOutput, "Didn't SaveReflowAndBoundingMetricsFor frame!"); in GetReflowAndBoundingMetricsFor()
139 if (reflowOutput) { in GetReflowAndBoundingMetricsFor()
140 aReflowOutput = *reflowOutput; in GetReflowAndBoundingMetricsFor()
141 aBoundingMetrics = reflowOutput->mBoundingMetrics; in GetReflowAndBoundingMetricsFor()
175 ReflowOutput reflowOutput(GetWritingMode()); in GetPreferredStretchSize() local
176 Place(aDrawTarget, false, reflowOutput); in GetPreferredStretchSize()
[all …]
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLContainerFrame.cpp125 ReflowOutput* reflowOutput = new ReflowOutput(aReflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE() local
126 reflowOutput->mBoundingMetrics = aBoundingMetrics; in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
127 aFrame->SetProperty(HTMLReflowOutputProperty(), reflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
137 ReflowOutput* reflowOutput = aFrame->GetProperty(HTMLReflowOutputProperty()); in GetReflowAndBoundingMetricsFor() local
142 NS_ASSERTION(reflowOutput, "Didn't SaveReflowAndBoundingMetricsFor frame!"); in GetReflowAndBoundingMetricsFor()
143 if (reflowOutput) { in GetReflowAndBoundingMetricsFor()
144 aReflowOutput = *reflowOutput; in GetReflowAndBoundingMetricsFor()
145 aBoundingMetrics = reflowOutput->mBoundingMetrics; in GetReflowAndBoundingMetricsFor()
179 ReflowOutput reflowOutput(GetWritingMode()); in GetPreferredStretchSize() local
180 Place(aDrawTarget, false, reflowOutput); in GetPreferredStretchSize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLContainerFrame.cpp121 ReflowOutput* reflowOutput = new ReflowOutput(aReflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE() local
122 reflowOutput->mBoundingMetrics = aBoundingMetrics; in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
123 aFrame->SetProperty(HTMLReflowOutputProperty(), reflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
133 ReflowOutput* reflowOutput = aFrame->GetProperty(HTMLReflowOutputProperty()); in GetReflowAndBoundingMetricsFor() local
138 NS_ASSERTION(reflowOutput, "Didn't SaveReflowAndBoundingMetricsFor frame!"); in GetReflowAndBoundingMetricsFor()
139 if (reflowOutput) { in GetReflowAndBoundingMetricsFor()
140 aReflowOutput = *reflowOutput; in GetReflowAndBoundingMetricsFor()
141 aBoundingMetrics = reflowOutput->mBoundingMetrics; in GetReflowAndBoundingMetricsFor()
175 ReflowOutput reflowOutput(GetWritingMode()); in GetPreferredStretchSize() local
176 Place(aDrawTarget, false, reflowOutput); in GetPreferredStretchSize()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLContainerFrame.cpp135 ReflowOutput* reflowOutput = new ReflowOutput(aReflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE() local
136 reflowOutput->mBoundingMetrics = aBoundingMetrics; in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
137 aFrame->Properties().Set(HTMLReflowOutputProperty(), reflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
149 ReflowOutput* reflowOutput = in GetReflowAndBoundingMetricsFor() local
155 NS_ASSERTION(reflowOutput, "Didn't SaveReflowAndBoundingMetricsFor frame!"); in GetReflowAndBoundingMetricsFor()
156 if (reflowOutput) { in GetReflowAndBoundingMetricsFor()
157 aReflowOutput = *reflowOutput; in GetReflowAndBoundingMetricsFor()
158 aBoundingMetrics = reflowOutput->mBoundingMetrics; in GetReflowAndBoundingMetricsFor()
199 ReflowOutput reflowOutput(GetWritingMode()); in GetPreferredStretchSize() local
200 Place(aDrawTarget, false, reflowOutput); in GetPreferredStretchSize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLContainerFrame.cpp123 ReflowOutput* reflowOutput = new ReflowOutput(aReflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE() local
124 reflowOutput->mBoundingMetrics = aBoundingMetrics; in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
125 aFrame->SetProperty(HTMLReflowOutputProperty(), reflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
134 ReflowOutput* reflowOutput = aFrame->GetProperty(HTMLReflowOutputProperty()); in GetReflowAndBoundingMetricsFor() local
139 NS_ASSERTION(reflowOutput, "Didn't SaveReflowAndBoundingMetricsFor frame!"); in GetReflowAndBoundingMetricsFor()
140 if (reflowOutput) { in GetReflowAndBoundingMetricsFor()
141 aReflowOutput = *reflowOutput; in GetReflowAndBoundingMetricsFor()
142 aBoundingMetrics = reflowOutput->mBoundingMetrics; in GetReflowAndBoundingMetricsFor()
176 ReflowOutput reflowOutput(GetWritingMode()); in GetPreferredStretchSize() local
177 Place(aDrawTarget, false, reflowOutput); in GetPreferredStretchSize()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLContainerFrame.cpp121 ReflowOutput* reflowOutput = new ReflowOutput(aReflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE() local
122 reflowOutput->mBoundingMetrics = aBoundingMetrics; in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
123 aFrame->SetProperty(HTMLReflowOutputProperty(), reflowOutput); in NS_DECLARE_FRAME_PROPERTY_DELETABLE()
133 ReflowOutput* reflowOutput = aFrame->GetProperty(HTMLReflowOutputProperty()); in GetReflowAndBoundingMetricsFor() local
138 NS_ASSERTION(reflowOutput, "Didn't SaveReflowAndBoundingMetricsFor frame!"); in GetReflowAndBoundingMetricsFor()
139 if (reflowOutput) { in GetReflowAndBoundingMetricsFor()
140 aReflowOutput = *reflowOutput; in GetReflowAndBoundingMetricsFor()
141 aBoundingMetrics = reflowOutput->mBoundingMetrics; in GetReflowAndBoundingMetricsFor()
175 ReflowOutput reflowOutput(GetWritingMode()); in GetPreferredStretchSize() local
176 Place(aDrawTarget, false, reflowOutput); in GetPreferredStretchSize()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsLineLayout.cpp860 ReflowOutput reflowOutput(lineWM); in ReflowFrame() local
862 reflowOutput.ISize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
863 reflowOutput.BSize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
957 if (reflowOutput.ISize(lineWM) < 0) { in ReflowFrame()
958 reflowOutput.ISize(lineWM) = 0; in ReflowFrame()
960 if (reflowOutput.BSize(lineWM) < 0) { in ReflowFrame()
961 reflowOutput.BSize(lineWM) = 0; in ReflowFrame()
973 printf(" metrics=%d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
980 reflowOutput.Height()); in ReflowFrame()
1002 *aMetrics = reflowOutput; in ReflowFrame()
[all …]
H A DnsFrameSetFrame.cpp665 ReflowOutput reflowOutput(aReflowInput); in ReflowPlaceChild() local
666 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
667 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
670 ReflowChild(aChild, aPresContext, reflowOutput, reflowInput, aOffset.x, in ReflowPlaceChild()
675 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
676 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
677 FinishReflowChild(aChild, aPresContext, reflowOutput, &reflowInput, aOffset.x, in ReflowPlaceChild()
H A DnsBlockFrame.cpp1444 ReflowOutput reflowOutput(aReflowInput); in Reflow() local
1454 ReflowOutsideMarker(marker, state, reflowOutput, lineBStart); in Reflow()
1455 NS_ASSERTION(!MarkerIsEmpty() || reflowOutput.BSize(wm) == 0, in Reflow()
1466 marker->GetLogicalRect(wm, reflowOutput.PhysicalSize()); in Reflow()
1477 marker->SetRect(wm, bbox, reflowOutput.PhysicalSize()); in Reflow()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsLineLayout.cpp855 ReflowOutput reflowOutput(lineWM); in ReflowFrame() local
857 reflowOutput.ISize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
858 reflowOutput.BSize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
952 if (reflowOutput.ISize(lineWM) < 0) { in ReflowFrame()
953 reflowOutput.ISize(lineWM) = 0; in ReflowFrame()
955 if (reflowOutput.BSize(lineWM) < 0) { in ReflowFrame()
956 reflowOutput.BSize(lineWM) = 0; in ReflowFrame()
968 printf(" metrics=%d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
975 reflowOutput.Height()); in ReflowFrame()
997 *aMetrics = reflowOutput; in ReflowFrame()
[all …]
H A DnsFrameSetFrame.cpp665 ReflowOutput reflowOutput(aReflowInput); in ReflowPlaceChild() local
666 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
667 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
670 ReflowChild(aChild, aPresContext, reflowOutput, reflowInput, aOffset.x, in ReflowPlaceChild()
675 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
676 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
677 FinishReflowChild(aChild, aPresContext, reflowOutput, &reflowInput, aOffset.x, in ReflowPlaceChild()
H A DnsBlockFrame.cpp1458 ReflowOutput reflowOutput(aReflowInput); in Reflow() local
1468 ReflowOutsideMarker(marker, state, reflowOutput, lineBStart); in Reflow()
1469 NS_ASSERTION(!MarkerIsEmpty() || reflowOutput.BSize(wm) == 0, in Reflow()
1480 marker->GetLogicalRect(wm, reflowOutput.PhysicalSize()); in Reflow()
1491 marker->SetRect(wm, bbox, reflowOutput.PhysicalSize()); in Reflow()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsLineLayout.cpp923 ReflowOutput reflowOutput(lineWM); in ReflowFrame() local
944 reflowOutput, aReflowStatus); in ReflowFrame()
1021 if (reflowOutput.ISize(lineWM) < 0) { in ReflowFrame()
1022 reflowOutput.ISize(lineWM) = 0; in ReflowFrame()
1024 if (reflowOutput.BSize(lineWM) < 0) { in ReflowFrame()
1025 reflowOutput.BSize(lineWM) = 0; in ReflowFrame()
1032 if ((CRAZY_SIZE(reflowOutput.ISize(lineWM)) || in ReflowFrame()
1037 printf(" metrics=%d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
1043 printf(" didn't set w/h %d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
1067 *aMetrics = reflowOutput; in ReflowFrame()
[all …]
H A DnsBulletFrame.cpp678 ReflowOutput reflowOutput(wm); in GetMinISize() local
679 DISPLAY_MIN_WIDTH(this, reflowOutput.ISize(wm)); in GetMinISize()
681 GetDesiredSize(PresContext(), aRenderingContext, reflowOutput, 1.0f, &padding); in GetMinISize()
682 reflowOutput.ISize(wm) += padding.IStartEnd(wm); in GetMinISize()
683 return reflowOutput.ISize(wm); in GetMinISize()
H A DnsFrameSetFrame.cpp699 ReflowOutput reflowOutput(aReflowInput); in ReflowPlaceChild() local
700 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
701 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
704 ReflowChild(aChild, aPresContext, reflowOutput, reflowInput, aOffset.x, in ReflowPlaceChild()
709 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
710 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
711 FinishReflowChild(aChild, aPresContext, reflowOutput, nullptr, aOffset.x, aOffset.y, 0); in ReflowPlaceChild()
H A DnsBlockFrame.cpp1290 ReflowOutput reflowOutput(aReflowInput); in Reflow() local
1300 ReflowBullet(bullet, state, reflowOutput, lineBStart); in Reflow()
1301 NS_ASSERTION(!BulletIsEmpty() || reflowOutput.BSize(wm) == 0, in Reflow()
1311 LogicalRect bbox = bullet->GetLogicalRect(wm, reflowOutput.PhysicalSize()); in Reflow()
1312 bbox.BStart(wm) = position.mBaseline - reflowOutput.BlockStartAscent(); in Reflow()
1313 bullet->SetRect(wm, bbox, reflowOutput.PhysicalSize()); in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsLineLayout.cpp860 ReflowOutput reflowOutput(lineWM); in ReflowFrame() local
862 reflowOutput.ISize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
863 reflowOutput.BSize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
957 if (reflowOutput.ISize(lineWM) < 0) { in ReflowFrame()
958 reflowOutput.ISize(lineWM) = 0; in ReflowFrame()
960 if (reflowOutput.BSize(lineWM) < 0) { in ReflowFrame()
961 reflowOutput.BSize(lineWM) = 0; in ReflowFrame()
973 printf(" metrics=%d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
980 reflowOutput.Height()); in ReflowFrame()
1002 *aMetrics = reflowOutput; in ReflowFrame()
[all …]
H A DnsFrameSetFrame.cpp665 ReflowOutput reflowOutput(aReflowInput); in ReflowPlaceChild() local
666 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
667 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
670 ReflowChild(aChild, aPresContext, reflowOutput, reflowInput, aOffset.x, in ReflowPlaceChild()
675 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
676 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
677 FinishReflowChild(aChild, aPresContext, reflowOutput, &reflowInput, aOffset.x, in ReflowPlaceChild()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsLineLayout.cpp863 ReflowOutput reflowOutput(lineWM); in ReflowFrame() local
865 reflowOutput.ISize(lineWM) = nscoord(0xdeadbeef); in ReflowFrame()
960 if (reflowOutput.ISize(lineWM) < 0) { in ReflowFrame()
961 reflowOutput.ISize(lineWM) = 0; in ReflowFrame()
963 if (reflowOutput.BSize(lineWM) < 0) { in ReflowFrame()
964 reflowOutput.BSize(lineWM) = 0; in ReflowFrame()
971 if ((CRAZY_SIZE(reflowOutput.ISize(lineWM)) || in ReflowFrame()
976 printf(" metrics=%d,%d!\n", reflowOutput.Width(), reflowOutput.Height()); in ReflowFrame()
983 reflowOutput.Height()); in ReflowFrame()
1005 *aMetrics = reflowOutput; in ReflowFrame()
[all …]
H A DnsFrameSetFrame.cpp666 ReflowOutput reflowOutput(aReflowInput); in ReflowPlaceChild() local
667 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
668 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
671 ReflowChild(aChild, aPresContext, reflowOutput, reflowInput, aOffset.x, in ReflowPlaceChild()
676 reflowOutput.Width() = aSize.width; in ReflowPlaceChild()
677 reflowOutput.Height() = aSize.height; in ReflowPlaceChild()
678 FinishReflowChild(aChild, aPresContext, reflowOutput, &reflowInput, aOffset.x, in ReflowPlaceChild()
H A DnsBulletFrame.cpp993 ReflowOutput reflowOutput(wm); in GetMinISize() local
994 DISPLAY_MIN_INLINE_SIZE(this, reflowOutput.ISize(wm)); in GetMinISize()
996 GetDesiredSize(PresContext(), aRenderingContext, reflowOutput, 1.0f, in GetMinISize()
998 reflowOutput.ISize(wm) += padding.IStartEnd(wm); in GetMinISize()
999 return reflowOutput.ISize(wm); in GetMinISize()

12