Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.h171 FX_FLOAT m_fUsedSize; variable
Dxfa_layout_itemlayout.cpp39 m_fUsedSize(0), in CXFA_ItemLayoutProcessor()
2064 pThis->m_fUsedSize + fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION >= in XFA_ItemLayoutProcessor_InsertFlowedItem()
2305 fContainerHeight -= m_fUsedSize; in DoLayoutFlowedContainer()
2738 m_fUsedSize = 0; in DoLayoutFlowedContainer()
2740 m_fUsedSize += m_pLayoutItem->m_sSize.y; in DoLayoutFlowedContainer()