imagehandling_plat/thumbnailmanager_api/tsrc/src/thumbnailcenrep.cpp
branchRCL_3
changeset 40 6257223ede8a
parent 38 2b4b06654caa
child 41 9d4d3445ce6e
equal deleted inserted replaced
38:2b4b06654caa 40:6257223ede8a
   177 
   177 
   178     TInt xSize( 0 );
   178     TInt xSize( 0 );
   179     TInt ySize( 0 );
   179     TInt ySize( 0 );
   180     TBool flags( EFalse );
   180     TBool flags( EFalse );
   181     const TBool KGridAndListThumbnailCropped = ETrue; 
   181     const TBool KGridAndListThumbnailCropped = ETrue; 
   182     TInt raw_mode( EColor16M ); // always 16-bit
   182     TInt raw_mode( EColor64K );
   183     TInt format( 0 );
   183     TInt format( 0 );
   184     TBool autoCreate( EFalse );
   184     TBool autoCreate( EFalse );
   185     
   185     
   186     User::LeaveIfError( iRepository->Get( KSizeImageGridWidth, xSize ));
   186     User::LeaveIfError( iRepository->Get( KSizeImageGridWidth, xSize ));
   187     User::LeaveIfError( iRepository->Get( KSizeImageGridHeight, ySize ));
   187     User::LeaveIfError( iRepository->Get( KSizeImageGridHeight, ySize ));