Home
last modified time | relevance | path

Searched refs:fVerScale (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1024 float fVerScale = pPiece->m_iVerticalScale / 100.0f; in AppendTextLine() local
1042 pTP->rtPiece.height = (float)pPiece->m_iFontSize * fVerScale / 20.0f; in AppendTextLine()
1048 m_pTextProvider, pStyle.Get(), m_iLines == 0, fVerScale); in AppendTextLine()
1078 float fVerScale = pPiece->m_iVerticalScale / 100.0f; in AppendTextLine() local
1081 m_pTextProvider, pStyle.Get(), m_iLines == 0, fVerScale); in AppendTextLine()
1084 fBaseLine + (float)pPiece->m_iFontSize * fVerScale / 20.0f; in AppendTextLine()
Dcxfa_textparser.h80 float fVerScale) const;
Dcxfa_textparser.cpp474 float fVerScale) const { in GetLineHeight()
493 fLineHeight *= fVerScale; in GetLineHeight()