Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h41 float fContentAreaHeight,
Dcxfa_textlayout.cpp301 float fContentAreaHeight, in DoLayout() argument
312 if (fContentAreaHeight < 0) in DoLayout()
346 if (i == iLineIndex && fLineHeight - fContentAreaHeight > 0.001) in DoLayout()
349 if (fLinePos + fLineHeight - fContentAreaHeight > 0.001) { in DoLayout()