First public contribution.
1 // Copyright (c) 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.
19 @internalComponent - Internal Symbian test code
22 #ifndef CTSMALLWINDOWOPENVG_H
23 #define CTSMALLWINDOWOPENVG_H
27 #include "eglenvironment.h"
32 #include <VG/openvg.h>
41 class CTSmallWindowOpenVG : public CTWindow
44 virtual ~CTSmallWindowOpenVG();
45 static CTWindow* NewL(RWsSession &aWs,
46 const RWindowTreeNode &aParent,
47 const TPoint& aStartingPoint,
48 const TSize& aWindowSize);
50 virtual void RenderL();
53 CTSmallWindowOpenVG(const TPoint& aStartingPoint, const TSize& aWindowSize);
54 void ConstructL(RWsSession &aWs, const RWindowTreeNode &aParent);
59 EGLContext iContextVG;
61 VGfloat iCurrentRotation;
69 #endif // CTSMALLWINDOWOPENVG_H