Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1297 float fCurrentRowY = 0; in DoLayoutTableContainer() local
1316 pLayoutChild->m_sPos.y = fCurrentRowY; in DoLayoutTableContainer()
1347 fCurrentRowY += pLayoutChild->m_sSize.height; in DoLayoutTableContainer()
1351 fContentCalculatedHeight = std::max(fContentCalculatedHeight, fCurrentRowY); in DoLayoutTableContainer()