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