/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | ReflowOutput.h | 214 , mBlockStartAscent(ASK_FOR_BASELINE) 278 return mBlockStartAscent; in BlockStartAscent() 291 mBlockStartAscent = aAscent; in SetBlockStartAscent() 337 nscoord mBlockStartAscent; // [OUT] baseline (in Block direction), or ASK_FOR_BASELINE variable
|
H A D | ReflowOutput.cpp | 43 , mBlockStartAscent(ASK_FOR_BASELINE) in ReflowOutput()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | ReflowOutput.h | 196 mBlockStartAscent(ASK_FOR_BASELINE), 253 nscoord BlockStartAscent() const { return mBlockStartAscent; } in BlockStartAscent() 262 void SetBlockStartAscent(nscoord aAscent) { mBlockStartAscent = aAscent; } in SetBlockStartAscent() 307 nscoord mBlockStartAscent; // [OUT] baseline (in Block direction), or variable
|
H A D | ReflowOutput.cpp | 37 mBlockStartAscent(ASK_FOR_BASELINE), in ReflowOutput()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | ReflowOutput.h | 182 mBlockStartAscent(ASK_FOR_BASELINE), in ReflowOutput() 238 nscoord BlockStartAscent() const { return mBlockStartAscent; } in BlockStartAscent() 247 void SetBlockStartAscent(nscoord aAscent) { mBlockStartAscent = aAscent; } in SetBlockStartAscent() 287 nscoord mBlockStartAscent; // [OUT] baseline (in Block direction), or variable
|
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | ReflowOutput.h | 209 nscoord BlockStartAscent() const { return mBlockStartAscent; } in BlockStartAscent() 210 void SetBlockStartAscent(nscoord aAscent) { mBlockStartAscent = aAscent; } in SetBlockStartAscent() 249 nscoord mBlockStartAscent = ASK_FOR_BASELINE; variable
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | ReflowOutput.h | 209 nscoord BlockStartAscent() const { return mBlockStartAscent; } in BlockStartAscent() 210 void SetBlockStartAscent(nscoord aAscent) { mBlockStartAscent = aAscent; } in SetBlockStartAscent() 249 nscoord mBlockStartAscent = ASK_FOR_BASELINE; variable
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | ReflowOutput.h | 209 nscoord BlockStartAscent() const { return mBlockStartAscent; } in BlockStartAscent() 210 void SetBlockStartAscent(nscoord aAscent) { mBlockStartAscent = aAscent; } in SetBlockStartAscent() 249 nscoord mBlockStartAscent = ASK_FOR_BASELINE; variable
|
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/ |
H A D | nsMathMLContainerFrame.h | 42 mBlockStartAscent(0) {} in nsMathMLContainerFrame() 352 nscoord mBlockStartAscent; variable
|
H A D | nsMathMLContainerFrame.cpp | 734 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow() 756 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
|
/dports/www/firefox/firefox-99.0/layout/mathml/ |
H A D | nsMathMLContainerFrame.h | 42 mBlockStartAscent(0) {} in nsMathMLContainerFrame() 352 nscoord mBlockStartAscent; variable
|
H A D | nsMathMLContainerFrame.cpp | 738 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow() 760 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/ |
H A D | nsMathMLContainerFrame.h | 42 mBlockStartAscent(0) {} in nsMathMLContainerFrame() 352 nscoord mBlockStartAscent; variable
|
H A D | nsMathMLContainerFrame.cpp | 734 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow() 756 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/ |
H A D | nsMathMLContainerFrame.h | 37 , mBlockStartAscent(0) in nsMathMLContainerFrame() 398 nscoord mBlockStartAscent; variable
|
H A D | nsMathMLContainerFrame.cpp | 786 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow() 809 mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/ |
H A D | nsMathMLContainerFrame.h | 39 mBlockStartAscent(0) {} in nsMathMLContainerFrame() 349 nscoord mBlockStartAscent; variable
|
H A D | nsMathMLContainerFrame.cpp | 734 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow() 756 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/ |
H A D | nsMathMLContainerFrame.h | 44 mBlockStartAscent(0) {} in nsMathMLContainerFrame() 354 nscoord mBlockStartAscent; variable
|
H A D | nsMathMLContainerFrame.cpp | 736 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow() 758 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
|