equal
deleted
inserted
replaced
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 )); |