Searched refs:m_lineHeight (Results 1 – 9 of 9) sorted by relevance
38 , m_lineHeight(-1) in RenderBR()54 if (m_lineHeight == -1) in lineHeight()55 m_lineHeight = style()->computedLineHeight(view()); in lineHeight()57 return m_lineHeight; in lineHeight()63 m_lineHeight = -1; in styleDidChange()
60 mutable int m_lineHeight;
701 mutable signed m_lineHeight : 27; variable
147 , m_lineHeight(-1) in RenderBlock()318 m_lineHeight = -1; in styleDidChange()4515 if (m_lineHeight == -1) in lineHeight()4516 m_lineHeight = style()->computedLineHeight(view()); in lineHeight()4518 return m_lineHeight; in lineHeight()
77 m_lineHeight = lineHeight; in updateSegmentsForLine()90 if (!shape || m_lineHeight <= 0 || logicalLineTop() > shapeLogicalBottom()) in adjustLogicalLineTop()94 …ncludedIntervalLogicalTop(m_shapeLineTop, LayoutSize(minSegmentWidth, m_lineHeight), newLineTop)) { in adjustLogicalLineTop()
63 if (shapeSizeDirty() || m_lineTop != floatRelativeLineTop || m_lineHeight != lineHeight) { in updateDeltasForContainingBlockLine()66 m_lineHeight = lineHeight; in updateDeltasForContainingBlockLine()
112 …LayoutUnit logicalLineBottom() const { return m_shapeLineTop + m_lineHeight + logicalTopOffset(); } in logicalLineBottom()167 LayoutUnit m_lineHeight; variable
54 return computedShape()->lineOverlapsShapeMarginBounds(m_shapeLineTop, m_lineHeight); in lineOverlapsShapeBounds()
99 return computedShape()->lineOverlapsShapePaddingBounds(m_shapeLineTop, m_lineHeight); in lineOverlapsShapeBounds()