Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.h44 FX_FLOAT fContentAreaHeight = -1,
Dcxfa_textlayout.cpp302 FX_FLOAT fContentAreaHeight, in DoLayout() argument
313 if (fContentAreaHeight < 0) in DoLayout()
348 if ((i == iLineIndex) && (fLineHeight - fContentAreaHeight > 0.001)) { in DoLayout()
352 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) { in DoLayout()