Searched refs:i_rCheckSize (Results 1 – 1 of 1) sorted by relevance
1171 void updateMaxSize( const Size& i_rCheckSize, Size& o_rMaxSize ) in updateMaxSize() argument1173 if( i_rCheckSize.Width() > o_rMaxSize.Width() ) in updateMaxSize()1174 o_rMaxSize.Width() = i_rCheckSize.Width(); in updateMaxSize()1175 if( i_rCheckSize.Height() > o_rMaxSize.Height() ) in updateMaxSize()1176 o_rMaxSize.Height() = i_rCheckSize.Height(); in updateMaxSize()
Completed in 18 milliseconds