equal
deleted
inserted
replaced
|
1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 |
|
15 #ifndef OPENVGENGINE_H_ |
|
16 #define OPENVGENGINE_H_ |
|
17 |
|
18 #include <VG/openvg.h> |
|
19 #include <EGL/egl.h> |
|
20 |
|
21 // image Height/Width |
|
22 const TInt KImageSize = 128; |
|
23 |
|
24 //KMaxCoversExample3 refers to the number of album covers visible on the screen at any given point |
|
25 const TInt KMaxDisplayCoversExample3 = 40; |
|
26 const TInt KMaxDisplayLeftExample3 = -3; |
|
27 const TInt KMaxDisplayRightExample3 = 3; |
|
28 |
|
29 |
|
30 // the max number of covers you can store |
|
31 const TInt KMaxCoversExample3 = 40; |
|
32 |
|
33 |
|
34 #endif |