Home
last modified time | relevance | path

Searched refs:fLineStep (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.cpp251 float fLineStep = std::max(m_fLineSpace, m_fFontSize); in RetrieveLineWidth() local
267 *pHeight += fLineStep; in RetrieveLineWidth()
324 float fLineStep = std::max(m_fLineSpace, m_fFontSize); in LoadText() local
343 m_fLinePos += fLineStep; in LoadText()
345 if (m_fLinePos + fLineStep > fLineStop) { in LoadText()
366 float fLineStep = std::max(m_fLineSpace, m_fFontSize); in RetrievePieces() local
405 m_fLinePos, iWidth / 20000.0f, fLineStep); in RetrievePieces()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1026 float fLineStep = 0; in AppendTextLine() local
1069 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() local
1102 fLineStep = std::max(fLineStep, fLineHeight); in AppendTextLine()
1105 *pLinePos += fLineStep; in AppendTextLine()