Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1050 float fLineHeightTmp = fBaseLineTemp + pTP->rtPiece.height; in AppendTextLine() local
1051 if (fLineHeight < fLineHeightTmp) in AppendTextLine()
1052 fLineHeight = fLineHeightTmp; in AppendTextLine()
1083 float fLineHeightTmp = in AppendTextLine() local
1085 if (fLineHeight < fLineHeightTmp) { in AppendTextLine()
1086 fLineHeight = fLineHeightTmp; in AppendTextLine()