Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1030 float fLineHeightTmp = fBaseLineTemp + pTP->rtPiece.height; in AppendTextLine() local
1031 if (fLineHeight < fLineHeightTmp) in AppendTextLine()
1032 fLineHeight = fLineHeightTmp; in AppendTextLine()
1059 float fLineHeightTmp = in AppendTextLine() local
1062 if (fLineHeight < fLineHeightTmp) { in AppendTextLine()
1063 fLineHeight = fLineHeightTmp; in AppendTextLine()