Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp69 *pWidth = pLayoutItem->m_sSize.width; in UpdateWidgetSize()
71 *pHeight = pLayoutItem->m_sSize.height; in UpdateWidgetSize()
203 pLayoutRow->m_sSize.height - inset.top - inset.bottom; in RelocateTableRowCells()
236 pLayoutChild->m_sSize.height); in RelocateTableRowCells()
242 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
250 pLayoutChild->m_sSize.height = fNewHeight; in RelocateTableRowCells()
253 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
264 UpdateWidgetSize(pLayoutChild, &pLayoutChild->m_sSize.width, in RelocateTableRowCells()
266 float fOldChildHeight = pLayoutChild->m_sSize.height; in RelocateTableRowCells()
267 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
[all …]
Dcxfa_contentlayoutitem.h43 CFX_SizeF m_sSize; variable
Dcxfa_contentlayoutitem.cpp66 CFX_SizeF sSize = m_sSize; in GetRect()
Dcxfa_viewlayoutprocessor.cpp274 fHeight += pContent->m_sSize.height; in CalculateLayoutItemHeight()