Searched refs:m_firstLineMinWidth (Results 1 – 2 of 2) sorted by relevance
147 , m_firstLineMinWidth(0) in RenderText()799 firstLineMinWidth = m_firstLineMinWidth; in trimmedPrefWidths()896 m_firstLineMinWidth = 0; in computePreferredLogicalWidths()1076 m_firstLineMinWidth = hasBreak ? 0 : currMinWidth; in computePreferredLogicalWidths()1100 m_firstLineMinWidth = currMaxWidth; in computePreferredLogicalWidths()1139 m_firstLineMinWidth = m_maxWidth; in computePreferredLogicalWidths()
207 float m_firstLineMinWidth; variable