Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp70 *fWidth = pLayoutItem->m_sSize.width; in UpdateWidgetSize()
72 *fHeight = pLayoutItem->m_sSize.height; in UpdateWidgetSize()
206 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
234 pLayoutChild->m_sSize.height); in RelocateTableRowCells()
240 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
248 pLayoutChild->m_sSize.height = fNewHeight; in RelocateTableRowCells()
251 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
260 UpdateWidgetSize(pLayoutChild, &pLayoutChild->m_sSize.width, in RelocateTableRowCells()
262 float fOldChildHeight = pLayoutChild->m_sSize.height; in RelocateTableRowCells()
263 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
[all …]
Dcxfa_contentlayoutitem.h20 CFX_SizeF m_sSize; variable
Dcxfa_layoutitem.cpp70 CFX_SizeF sSize = pThis->m_sSize; in GetRect()
Dcxfa_layoutpagemgr.cpp688 fUsedHeight += pContent->m_sSize.height; in FinishPaginatedPageSets()