equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-2009 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 // TBTGPFTY.HRH |
|
15 // |
|
16 // |
|
17 |
|
18 #define ECmdNoResizing 1 |
|
19 #define ECmdResizeHorizToFit 2 |
|
20 #define ECmdResizeVertToFit 3 |
|
21 #define ECmdResizeHorizAndVertToFit 4 |
|
22 #define ECmdStart 5 |
|
23 #define ECmdStop 6 |
|
24 #define ECmdRandom 7 |
|
25 #define ECmdToggleDisplaySprite 8 |
|
26 #define ECmdToggleInvertedMask 9 |
|
27 #define ECmdTranslateSprite 10 |
|
28 #define ECmdSetClippingRect 11 |
|
29 #define ECmdTranslateX 12 |
|
30 #define ECmdTranslateY 13 |
|
31 #define ECmdRTl 14 |
|
32 #define ECmdBTl 15 |
|
33 #define ECmdLBr 16 |
|
34 #define ECmdABr 17 |
|
35 |