taskswitcher/taskswitcherui/taskswitcherapp/inc/tsfastswapareautils.h
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
equal deleted inserted replaced
88:3321d3e205b6 93:b01126ce0bec
   196      * so the size of the returned bitmap may be less then aSize.
   196      * so the size of the returned bitmap may be less then aSize.
   197      */
   197      */
   198     CFbsBitmap* CopyBitmapL( TInt aFbsHandle, TSize aSize, TBool aIsScreenshot );
   198     CFbsBitmap* CopyBitmapL( TInt aFbsHandle, TSize aSize, TBool aIsScreenshot );
   199     
   199     
   200     /**
   200     /**
       
   201      * Duplicates handle to bitmap.
       
   202      */
       
   203     CFbsBitmap* DuplicateBitmapLC( TInt aFbsHandle );
       
   204     
       
   205     /**
       
   206      * Duplicates handle to bitmap.
       
   207      */
       
   208     void ScaleBitmapL( CFbsBitmap* aSourceBitmap,
       
   209             CFbsBitmap* aTargetBitmap );
       
   210     
       
   211     /**
   201      * Cancels ongoing scale tasks
   212      * Cancels ongoing scale tasks
   202      */
   213      */
   203     void CancelScaleTasks();
   214     void CancelScaleTasks();
   204     
   215     
   205     /**
   216     /**