Home
last modified time | relevance | path

Searched refs:mBlockStartAscent (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DReflowOutput.h214 , 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 DReflowOutput.cpp43 , mBlockStartAscent(ASK_FOR_BASELINE) in ReflowOutput()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DReflowOutput.h196 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 DReflowOutput.cpp37 mBlockStartAscent(ASK_FOR_BASELINE), in ReflowOutput()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DReflowOutput.h182 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 DReflowOutput.h209 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 DReflowOutput.h209 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 DReflowOutput.h209 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 DnsMathMLContainerFrame.h42 mBlockStartAscent(0) {} in nsMathMLContainerFrame()
352 nscoord mBlockStartAscent; variable
H A DnsMathMLContainerFrame.cpp734 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow()
756 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLContainerFrame.h42 mBlockStartAscent(0) {} in nsMathMLContainerFrame()
352 nscoord mBlockStartAscent; variable
H A DnsMathMLContainerFrame.cpp738 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow()
760 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLContainerFrame.h42 mBlockStartAscent(0) {} in nsMathMLContainerFrame()
352 nscoord mBlockStartAscent; variable
H A DnsMathMLContainerFrame.cpp734 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 DnsMathMLContainerFrame.h37 , mBlockStartAscent(0) in nsMathMLContainerFrame()
398 nscoord mBlockStartAscent; variable
H A DnsMathMLContainerFrame.cpp786 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow()
809 mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLContainerFrame.h39 mBlockStartAscent(0) {} in nsMathMLContainerFrame()
349 nscoord mBlockStartAscent; variable
H A DnsMathMLContainerFrame.cpp734 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow()
756 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLContainerFrame.h44 mBlockStartAscent(0) {} in nsMathMLContainerFrame()
354 nscoord mBlockStartAscent; variable
H A DnsMathMLContainerFrame.cpp736 mBlockStartAscent = aMetrics->BlockStartAscent(); in GatherAndStoreOverflow()
758 mBoundingMetrics.leftBearing, mBlockStartAscent - mBoundingMetrics.ascent, in ComputeCustomOverflow()