Searched refs:fLineStep (Results 1 – 2 of 2) sorted by relevance
259 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrieveLineWidth() local275 fHeight += fLineStep; in RetrieveLineWidth()333 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in LoadText() local352 m_fLinePos += fLineStep; in LoadText()354 if (m_fLinePos + fLineStep > fLineStop) { in LoadText()375 float fLineStep = (m_fLineSpace > m_fFontSize) ? m_fLineSpace : m_fFontSize; in RetrievePieces() local407 m_fLinePos, iWidth / 20000.0f, fLineStep); in RetrievePieces()
1017 float fLineStep = 0, fBaseLine = 0; in AppendTextLine() local1058 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()1066 fTop = fLinePos + fLineStep - pTP->rtPiece.height - fBaseLineTemp; in AppendTextLine()1069 fLinePos += fLineStep + fBaseLine; in AppendTextLine()1071 float fLineStep = 0; in AppendTextLine() local1089 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()1092 fLinePos += fLineStep; in AppendTextLine()