Searched refs:m_MaxSize (Results 1 – 2 of 2) sorted by relevance
28 m_MaxSize(0, FWL_GRIDUNIT_Infinity), in CFWL_GridColRow()33 CFWL_GridLength m_MaxSize; variable
355 eUnit = pColRow->m_MaxSize.eUnit; in GetMaxSize()356 return pColRow->m_MaxSize.fLength; in GetMaxSize()364 pColRow->m_MaxSize.eUnit = eUnit; in SetMaxSize()365 pColRow->m_MaxSize.fLength = fSize; in SetMaxSize()1053 if (pColRow->m_MaxSize.eUnit == FWL_GRIDUNIT_Fixed && in SetColRowActualSize()1054 fSize > pColRow->m_MaxSize.fLength) { in SetColRowActualSize()1055 pColRow->m_fActualSize = pColRow->m_MaxSize.fLength; in SetColRowActualSize()