Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp41 constexpr float kHeightTolerance = 0.001f; variable
366 if (m_pLoader->lineHeights[szLineIndex] - fCalcHeight > kHeightTolerance) in DoSplitLayout()
371 if (fLinePos + fLineHeight - fCalcHeight <= kHeightTolerance) { in DoSplitLayout()
556 if (fLinePos + fLineHeight - rtText.height > kHeightTolerance) { in ItemBlocks()