photosgallery/viewframework/views/zoomview/inc/glxzoommathsengine.h
branchRCL_3
changeset 19 420f6808bf21
parent 18 78ad99c24f08
child 23 b023a8d2866a
equal deleted inserted replaced
18:78ad99c24f08 19:420f6808bf21
   137      *  
   137      *  
   138      *  We ignore aZoommode and aRelativeZoomFactor if we have a aExpectedZoomRatio.
   138      *  We ignore aZoommode and aRelativeZoomFactor if we have a aExpectedZoomRatio.
   139      *  We ignore aZoommode if we have a aRelativeZoomFactor.
   139      *  We ignore aZoommode if we have a aRelativeZoomFactor.
   140      *  
   140      *  
   141      */          
   141      */          
   142     TInt NewZoomRatio( 
   142     TReal NewZoomRatio( 
   143             TInt aExpectedZoomRatio,
   143             TInt aExpectedZoomRatio,
   144             TInt aRelativeZoomFactor,
   144             TInt aRelativeZoomFactor,
   145             TZoomMode aZoomMode,
   145             TZoomMode aZoomMode,
   146             TBool *aThresholdReached = NULL) ;
   146             TBool *aThresholdReached = NULL) ;
   147     
   147