imagehandling_plat/thumbnailmanager_api/tsrc/src/thumbnailcenrep.cpp
branchRCL_3
changeset 41 9d4d3445ce6e
parent 40 6257223ede8a
child 58 9e8b0cc88842
equal deleted inserted replaced
40:6257223ede8a 41:9d4d3445ce6e
   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( EColor64K );
   182     TInt raw_mode( EColor16M ); // always 16-bit
   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 ));