Update contrib.
1 // Copyright (c) 2006-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef __REMOTEGCUTILS_H__
17 #define __REMOTEGCUTILS_H__
20 All possible drawcommands that can be recorded and played by the RemoteGc.
32 ECommandSetFadingParameters,
33 ECommandAlphaBlendBitmaps,
36 ECommandSetClippingRect,
37 ECommandCancelClippingRect,
41 ECommandSetUnderlineStyle,
42 ECommandSetStrikethroughStyle,
43 ECommandSetWordJustification,
44 ECommandSetCharJustification,
48 ECommandSetBrushColor,
49 ECommandSetBrushStyle,
50 ECommandSetBrushOrigin,
51 ECommandUseBrushPattern,
52 ECommandDiscardBrushPattern,
64 ECommandDrawRoundRect,
69 ECommandDrawBitmapMasked,
74 ECommandSetClippingRegion,
75 ECommandCancelClippingRegion,
76 ECommandDrawTextVertical1,
77 ECommandDrawTextVertical2,
78 ECommandDrawWsGraphic1,
79 ECommandDrawWsGraphic2,
80 ECommandSetShadowColor,
81 // New DrawText API's that take in context
84 ECommandDrawTextVertical3,
85 ECommandDrawTextVertical4,
87 ECommandGetUnderlineMetrics,
89 ECommandDrawResourceToPos,
90 ECommandDrawResourceToRect,
91 ECommandDrawResourceFromRectToRect,
92 ECommandDrawResourceWithData,
95 #endif // __REMOTEGCUTILS_H__