Lines Matching refs:fLineHeight
345 float fLineHeight = m_pLoader->m_lineHeights[i]; in DoLayout() local
346 if (i == iLineIndex && fLineHeight - fContentAreaHeight > 0.001) in DoLayout()
349 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) { in DoLayout()
372 fLinePos += fLineHeight; in DoLayout()
535 float fLineHeight = m_pLoader->m_lineHeights[i]; in ItemBlocks() local
536 if (fLinePos + fLineHeight - rtText.height > 0.001) { in ItemBlocks()
542 fLinePos += fLineHeight; in ItemBlocks()
1047 float fLineHeight = m_textParser.GetLineHeight( in AppendTextLine() local
1051 if (fLineHeight < fLineHeightTmp) in AppendTextLine()
1052 fLineHeight = fLineHeightTmp; in AppendTextLine()
1058 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()
1080 float fLineHeight = m_textParser.GetLineHeight( in AppendTextLine() local
1085 if (fLineHeight < fLineHeightTmp) { in AppendTextLine()
1086 fLineHeight = fLineHeightTmp; in AppendTextLine()
1089 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()