Searched refs:m_sSize (Results 1 – 4 of 4) sorted by relevance
70 *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 …]
20 CFX_SizeF m_sSize; variable
70 CFX_SizeF sSize = pThis->m_sSize; in GetRect()
688 fUsedHeight += pContent->m_sSize.height; in FinishPaginatedPageSets()