Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1930 float fCurrentRowY = 0; in DoLayoutTableContainer() local
1948 pLayoutChild->m_sPos.y = fCurrentRowY; in DoLayoutTableContainer()
1979 fCurrentRowY += pLayoutChild->m_sSize.height; in DoLayoutTableContainer()
1983 fContentCalculatedHeight = std::max(fContentCalculatedHeight, fCurrentRowY); in DoLayoutTableContainer()