Searched refs:m_sSize (Results 1 – 4 of 4) sorted by relevance
69 *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 …]
43 CFX_SizeF m_sSize; variable
66 CFX_SizeF sSize = m_sSize; in GetRect()
274 fHeight += pContent->m_sSize.height; in CalculateLayoutItemHeight()