Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.h316 FX_FLOAT fContentAreaHeight = -1,
Dxfa_textlayout.cpp955 FX_FLOAT fContentAreaHeight, in DoLayout() argument
966 if (fContentAreaHeight < 0) { in DoLayout()
1001 if ((i == iLineIndex) && (fLineHeight - fContentAreaHeight > 0.001)) { in DoLayout()
1005 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) { in DoLayout()