Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp62 *fWidth = pLayoutItem->m_sSize.width; in UpdateWidgetSize()
64 *fHeight = pLayoutItem->m_sSize.height; in UpdateWidgetSize()
178 pLayoutRow->m_sSize.height - fTopInset - fBottomInset; in RelocateTableRowCells()
203 pLayoutChild->m_sSize.height); in RelocateTableRowCells()
209 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
217 pLayoutChild->m_sSize.height = fNewHeight; in RelocateTableRowCells()
220 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
229 UpdateWidgetSize(pLayoutChild, &pLayoutChild->m_sSize.width, in RelocateTableRowCells()
231 FX_FLOAT fOldChildHeight = pLayoutChild->m_sSize.height; in RelocateTableRowCells()
232 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
[all …]
Dcxfa_contentlayoutitem.h20 CFX_SizeF m_sSize; variable
Dcxfa_layoutitem.cpp69 CFX_SizeF sSize = pThis->m_sSize; in GetRect()
Dcxfa_layoutpagemgr.cpp667 fUsedHeight += pContent->m_sSize.height; in FinishPaginatedPageSets()