photosgallery/viewframework/tvout/inc/glxhdmisurfaceupdater.h
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 11 71da52165949
child 13 bcb43dc84c44
equal deleted inserted replaced
11:71da52165949 12:ce1c7ad1f18b
    61             TInt aFrameCount,TSize aImageDimensions);
    61             TInt aFrameCount,TSize aImageDimensions);
    62     
    62     
    63     /*
    63     /*
    64      * Activate Zoom 
    64      * Activate Zoom 
    65      */
    65      */
    66     void ActivateZoom();
    66     void ActivateZoom(TBool aAutoZoomOut);
    67     /*
    67     /*
    68     * Deactivate Zoom 
    68     * Deactivate Zoom 
    69     */
    69     */
    70     void DeactivateZoom();
    70     void DeactivateZoom();
    71     /*
    71     /*
   173     
   173     
   174     TPoint iLeftCornerForZoom;
   174     TPoint iLeftCornerForZoom;
   175     CPeriodic* iTimer;
   175     CPeriodic* iTimer;
   176     TBool iZoom;
   176     TBool iZoom;
   177 	TBool iBitmapReady;
   177 	TBool iBitmapReady;
       
   178 	TBool iAutoZoomOut;
       
   179 	TBool iSurfSessionConnected;
   178 #ifdef _DEBUG
   180 #ifdef _DEBUG
   179     TTime iStartTime;
   181     TTime iStartTime;
   180     TTime iStopTime;
   182     TTime iStopTime;
   181 #endif   
   183 #endif   
   182     
   184