photosgallery/slideshow/engine/effectsrc/shwzoomandpanlayout.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 14 ce1c7ad1f18b
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
   199 	}
   199 	}
   200 
   200 
   201 // -----------------------------------------------------------------------------
   201 // -----------------------------------------------------------------------------
   202 // DoSetLayoutValues
   202 // DoSetLayoutValues
   203 // -----------------------------------------------------------------------------
   203 // -----------------------------------------------------------------------------
   204 void TShwZoomAndPanLayout::DoSetLayoutValues( TGlxLayoutInfo& aInfo )
   204 void TShwZoomAndPanLayout::DoSetLayoutValues( TGlxLayoutInfo& /*aInfo*/ )
   205 	{
   205 	{
   206 	// calculate new x size, current value from zoomedsize
   206 	// calculate new x size, current value from zoomedsize
   207 	TReal32 x_size = iZoomedSize.iWidth.Now();
   207 	TReal32 x_size = iZoomedSize.iWidth.Now();
   208 	// calculate new y size, current value from zoomedsize
   208 	// calculate new y size, current value from zoomedsize
   209 	TReal32 y_size = iZoomedSize.iHeight.Now();
   209 	TReal32 y_size = iZoomedSize.iHeight.Now();