Searched refs:fLineStep (Results 1 – 2 of 2) sorted by relevance
251 float fLineStep = std::max(m_fLineSpace, m_fFontSize); in RetrieveLineWidth() local267 *pHeight += fLineStep; in RetrieveLineWidth()324 float fLineStep = std::max(m_fLineSpace, m_fFontSize); in LoadText() local343 m_fLinePos += fLineStep; in LoadText()345 if (m_fLinePos + fLineStep > fLineStop) { in LoadText()366 float fLineStep = std::max(m_fLineSpace, m_fFontSize); in RetrievePieces() local405 m_fLinePos, iWidth / 20000.0f, fLineStep); in RetrievePieces()
1026 float fLineStep = 0; in AppendTextLine() local1069 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()1077 fTop = *pLinePos + fLineStep - pTP->rtPiece.height - fBaseLineTemp; in AppendTextLine()1080 *pLinePos += fLineStep + fBaseLine; in AppendTextLine()1082 float fLineStep = 0; in AppendTextLine() local1102 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()1105 *pLinePos += fLineStep; in AppendTextLine()