First public contribution.
1 // Copyright (c) 2005-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.
29 NONSHARABLE_CLASS(CDebugOsbWin): public CBase
32 IMPORT_C static CDebugOsbWin* NewL(const TDesC& aName, TSize aSize);
33 IMPORT_C void Refresh(TSize aSize, TDisplayMode aDisplayMode, const TUint32* aDataAddress);
34 IMPORT_C ~CDebugOsbWin();
38 static TInt ThreadMain(TAny* aArg);
39 CDebugOsbWin(const TDesC& aName, TSize aSize);
41 void Copy2Bpp(const TUint32* aDataAddress);
42 void Copy8Bpp(const TUint32* aDataAddress);
43 void Copy12Bpp(const TUint32* aDataAddress);
44 void Copy16Bpp(const TUint32* aDataAddress);
45 void Copy24Bpp(const TUint32* aDataAddress);
46 void CopyU24Bpp(const TUint32* aDataAddress);