Searched refs:aParentSz (Results 1 – 1 of 1) sorted by relevance
3251 Size aParentSz = GetParent()->GetSizePixel(); in CalcFloatSize() local3252 if( !mnDDLineCount && ( aFloatSz.Height() < aParentSz.Height() ) ) in CalcFloatSize()3253 aFloatSz.Height() = aParentSz.Height(); in CalcFloatSize()3256 if( aFloatSz.Width() < aParentSz.Width() ) in CalcFloatSize()3257 aFloatSz.Width() = aParentSz.Width(); in CalcFloatSize()
Completed in 35 milliseconds