os/graphics/windowing/windowserver/test/tauto/tdrawresource.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
/**
sl@0
    17
 @file
sl@0
    18
 @test
sl@0
    19
 @internalComponent - Internal Symbian test code
sl@0
    20
*/
sl@0
    21
sl@0
    22
#ifndef TDRAWRESOURCE_H_
sl@0
    23
#define TDRAWRESOURCE_H_
sl@0
    24
sl@0
    25
#include "AUTO.H"
sl@0
    26
#include <graphics/directgdidriver.h>
sl@0
    27
#include <graphics/wsgraphicscontext.h>
sl@0
    28
#include <graphics/directgdicontext.h>
sl@0
    29
#include <graphics/wsdrawablesourceprovider.h>
sl@0
    30
#include <graphics/sgimagecollection.h>
sl@0
    31
#include <graphics/directgdiimagetarget.h>
sl@0
    32
#include <graphics/wsdrawresource.h>
sl@0
    33
#include "RemoteGc.h"
sl@0
    34
#include "CommandBuffer.h"
sl@0
    35
sl@0
    36
class TSgImageInfo;
sl@0
    37
sl@0
    38
_LIT(KTDrawResourceStep, "TDrawResource");
sl@0
    39
sl@0
    40
const TSize KSourceSize(200,200); //The size of the rect to copy from the screen
sl@0
    41
const TPoint KDestPoint(0,0);
sl@0
    42
const TRect KCopyTestRect(TPoint(0,0), TSize(200,200)); //The test rect to copy from the screen
sl@0
    43
const TRect KSourceRect(TPoint(0,0), TSize(50,50));//Rect of the source image to be drawn
sl@0
    44
const TRect KDestRect(TPoint(10,10), TSize(60,60));//Rect of the destination to draw to
sl@0
    45
const CWindowGc::TGraphicsRotation KTestRotation= CWindowGc::EGraphicsRotation90;
sl@0
    46
const TPoint KPlayOffset(0,0);
sl@0
    47
sl@0
    48
sl@0
    49
/**
sl@0
    50
 * Dummy class used to check the values received by MWsGraphicsContext.
sl@0
    51
 * The only funtions overridden with some functionality are the DrawResource functions.
sl@0
    52
 * These simply receive the values and then store them in public member variables.
sl@0
    53
 */
sl@0
    54
class CTestWsGraphicsContext : public CBase, public MWsGraphicsContext, public MWsDrawableSourceProvider
sl@0
    55
	{
sl@0
    56
public:
sl@0
    57
	static CTestWsGraphicsContext* NewL(RDirectGdiImageTarget& aTarget);
sl@0
    58
	~CTestWsGraphicsContext();
sl@0
    59
	
sl@0
    60
public: //from MWsGraphicsContext
sl@0
    61
	void BitBlt(const TPoint&, const CFbsBitmap&){}
sl@0
    62
	void BitBlt(const TPoint&, const CFbsBitmap&, const TRect&){}
sl@0
    63
	void BitBltMasked(const TPoint&, const CFbsBitmap&, const TRect&, const CFbsBitmap&, TBool){}
sl@0
    64
	void BitBltMasked(const TPoint&, const CFbsBitmap&, const TRect&, const CFbsBitmap&, const TPoint&){}
sl@0
    65
	void ResetClippingRegion(){}
sl@0
    66
	void Clear();
sl@0
    67
	void Clear(const TRect&){}
sl@0
    68
	void ResetBrushPattern(){}
sl@0
    69
	void ResetFont(){}
sl@0
    70
	void DrawArc(const TRect&, const TPoint&, const TPoint&){}
sl@0
    71
	void DrawPie(const TRect&, const TPoint&, const TPoint&){}
sl@0
    72
	void DrawBitmap(const TRect&, const CFbsBitmap&){}
sl@0
    73
	void DrawBitmap(const TRect&,	const CFbsBitmap&, const TRect&){}
sl@0
    74
	void DrawBitmapMasked(const TRect&, const CFbsBitmap&,const TRect&, const CFbsBitmap&, TBool){}
sl@0
    75
	void DrawRoundRect(const TRect&, const TSize&){}
sl@0
    76
	void DrawPolyLine(const TArray<TPoint>&){}
sl@0
    77
	void DrawPolyLineNoEndPoint(const TArray<TPoint>&){}
sl@0
    78
	void DrawPolygon(const TArray<TPoint>& , TFillRule ){}
sl@0
    79
	void DrawEllipse(const TRect&){}
sl@0
    80
	void DrawLine(const TPoint&, const TPoint&){}
sl@0
    81
	void DrawLineTo(const TPoint&){}
sl@0
    82
	void DrawLineBy(const TPoint&){}
sl@0
    83
	void DrawRect(const TRect&){}
sl@0
    84
	void DrawText(const TDesC& ,const TTextParameters* ){}
sl@0
    85
	void DrawText(const TDesC& ,const TTextParameters* ,const TPoint& ){}
sl@0
    86
	void DrawText(const TDesC& ,const TTextParameters* ,const TRect& ){}
sl@0
    87
	void DrawText(const TDesC& ,const TTextParameters* ,const TRect& ,TInt ,TTextAlign ,TInt ){}
sl@0
    88
	void DrawTextVertical(const TDesC& ,const TTextParameters* ,TBool ) {}
sl@0
    89
	void DrawTextVertical(const TDesC& ,const TTextParameters* ,const TPoint& ,TBool ){}
sl@0
    90
	void DrawTextVertical(const TDesC& ,const TTextParameters* ,const TRect& ,TBool ){}
sl@0
    91
	void DrawTextVertical(const TDesC& ,const TTextParameters* ,const TRect& ,TInt ,TBool ,TTextAlign ,TInt ){}
sl@0
    92
	void DrawTextVertical(const TDesC& ,const TTextParameters* ,const TRect& ,TInt ,TInt ,TBool ,TTextAlign ,TInt ){}
sl@0
    93
	void MoveTo(const TPoint&){}
sl@0
    94
	void MoveBy(const TPoint&){}
sl@0
    95
	TPoint Origin() const {return TPoint(0,0);}
sl@0
    96
	void Plot(const TPoint&){}
sl@0
    97
	void Reset(){}
sl@0
    98
	void SetBrushColor(const TRgb&){}
sl@0
    99
	void SetBrushOrigin(const TPoint&){}
sl@0
   100
	void SetBrushStyle(TBrushStyle ){}
sl@0
   101
	void SetClippingRegion(const TRegion&){}
sl@0
   102
	void SetDrawMode(TDrawMode){}
sl@0
   103
	void SetOrigin(const TPoint&){}
sl@0
   104
	void SetPenColor(const TRgb&){}
sl@0
   105
	void SetPenStyle(TPenStyle){}
sl@0
   106
	void SetPenSize(const TSize& ){}
sl@0
   107
	void SetTextShadowColor(const TRgb&){}
sl@0
   108
	void SetCharJustification(TInt, TInt){}
sl@0
   109
	void SetWordJustification(TInt, TInt){}
sl@0
   110
	void SetUnderlineStyle(TFontUnderline){}
sl@0
   111
	void SetStrikethroughStyle(TFontStrikethrough){}
sl@0
   112
	void SetBrushPattern(const CFbsBitmap&){}
sl@0
   113
	void SetBrushPattern(TInt){}
sl@0
   114
	void SetFont(const CFont*){}
sl@0
   115
	void CopyRect(const TPoint&, const TRect&){}
sl@0
   116
	void RectDrawnTo(TRect&){}
sl@0
   117
	void UpdateJustification(const TDesC& ,const TTextParameters* ){}
sl@0
   118
	void UpdateJustificationVertical(const TDesC& ,const TTextParameters* ,TBool ){}
sl@0
   119
	void SetFontNoDuplicate(const CFont* ){}
sl@0
   120
	TBool HasBrushPattern() const{return EFalse;}
sl@0
   121
	TBool HasFont() const{return EFalse;}
sl@0
   122
	void InternalizeL(RReadStream&){}
sl@0
   123
	void ExternalizeL(RWriteStream&){}
sl@0
   124
	TRgb BrushColor() const {return iContext->BrushColor();}
sl@0
   125
	TRgb PenColor() const {return iContext->PenColor();}
sl@0
   126
	TRgb TextShadowColor() const {return iContext->TextShadowColor ();}
sl@0
   127
	
sl@0
   128
	const TRegion& ClippingRegion(){return iRegion;}
sl@0
   129
	TInt GetError(){return KErrNone;}
sl@0
   130
	TInt Push(){return KErrNone;}
sl@0
   131
	void Pop(){}
sl@0
   132
	//from MWsObjectProvider
sl@0
   133
	TAny* ResolveObjectInterface(TUint aTypeId);
sl@0
   134
	
sl@0
   135
	//from MWsDrawableSourceProvider
sl@0
   136
	TInt CreateDrawableSource(const TSgDrawableId& aDrawableId, TAny*& aSource);
sl@0
   137
	void CloseDrawableSource(TAny* aSource);
sl@0
   138
	void DrawResource(const TAny* aSource, const TPoint& aPos, CWindowGc::TGraphicsRotation aRotation = CWindowGc::EGraphicsRotationNone);
sl@0
   139
	void DrawResource(const TAny* aSource, const TRect& aRect, CWindowGc::TGraphicsRotation aRotation = CWindowGc::EGraphicsRotationNone);
sl@0
   140
	void DrawResource(const TAny* aSource, const TRect& aRectDest, const TRect& aRectSrc, CWindowGc::TGraphicsRotation aRotation = CWindowGc::EGraphicsRotationNone);
sl@0
   141
	void DrawResource(const TAny* aSource, const TRect& aRect, const TDesC8& aParam);
sl@0
   142
	
sl@0
   143
private:
sl@0
   144
	void ConstructL(RDirectGdiImageTarget& aTarget);
sl@0
   145
	void DoCreateDrawableSourceL(const TSgDrawableId& aDrawableId, TAny*& aSource);
sl@0
   146
public:
sl@0
   147
	TPoint iPos;
sl@0
   148
	TRect iDestRect;
sl@0
   149
	TRect iSrcRect;
sl@0
   150
	DirectGdi::TGraphicsRotation iRotation;
sl@0
   151
	RRegion iRegion;
sl@0
   152
private:
sl@0
   153
	CDirectGdiContext* iContext;
sl@0
   154
	};
sl@0
   155
sl@0
   156
/**
sl@0
   157
 * Class derived from MWsGraphicResolver.  This a dummy implmentation which has no functionality.
sl@0
   158
 * An instance of it is passed to CCommandBuffer::Play to make it a valid call.  
sl@0
   159
 */
sl@0
   160
class CWSGraphicsRes: public CBase, public MWsGraphicResolver
sl@0
   161
	{
sl@0
   162
public:
sl@0
   163
	void DrawWsGraphic(TInt, TBool, const TRect&, const TDesC8&) const{}
sl@0
   164
	};
sl@0
   165
	
sl@0
   166
class CTDrawResource : public CTWsGraphicsBase
sl@0
   167
	{
sl@0
   168
public:
sl@0
   169
	CTDrawResource(CTestStep* aStep);
sl@0
   170
	~CTDrawResource();
sl@0
   171
	void ConstructL();
sl@0
   172
protected:
sl@0
   173
	//from 	CTGraphicsStep
sl@0
   174
	void RunTestCaseL(TInt aCurTestCase);
sl@0
   175
private:
sl@0
   176
	void TestDrawResourcePos();
sl@0
   177
	void TestDrawResourceRect();
sl@0
   178
	void TestDrawResourceScale();
sl@0
   179
	void TestRWsDrawableSourceReferenceCountingL();
sl@0
   180
	void TestRemoteGcDrawResourcePosL();
sl@0
   181
	void TestRemoteGcDrawResourceRectL();
sl@0
   182
	void TestRemoteGcDrawResourceScaleL();
sl@0
   183
	void TestDrawResourceScreensL();
sl@0
   184
	void TestCopyScreenToBitmapWithDifferentDisplayModesL();
sl@0
   185
	//Helper functions
sl@0
   186
	TBool CompareBitmapsByPixel(CFbsBitmap* aCandidateBitmap, CFbsBitmap* aReferenceBitmap);
sl@0
   187
	void CreateReferenceAndCopyBitmapsL();
sl@0
   188
	void CreateSgImageFromBitmapL(RSgImage& aImage);
sl@0
   189
	void BitmapLC(CFbsBitmap*& aBmp); //helper function to extract bitmap from the image
sl@0
   190
	void CreateReferenceBitmapLC(CFbsBitmap*& aBmpTarget, CFbsBitmap* aBmpSrc, TDisplayMode aDestMode); 
sl@0
   191
	void CreateBitmapLC(CFbsBitmap*& aBmpTarget, const TSize& aSize, TDisplayMode aDispMode) const;
sl@0
   192
private:
sl@0
   193
	RWindow iWindow;
sl@0
   194
	CFbsBitmap* iRefBitmap;
sl@0
   195
	CFbsBitmap* iRotatedRefBitmap;
sl@0
   196
	CFbsBitmap* iScaledBitmap;
sl@0
   197
	CFbsBitmap *iScaledCroppedBitmap;
sl@0
   198
	CFbsBitmap* iCopyBitmap;
sl@0
   199
	CFbsBitmap* iBitmapWrongScreenNumber;
sl@0
   200
	CDirectGdiDriver* iDGdiDriver;
sl@0
   201
	
sl@0
   202
	//Required for RemoteGc testing
sl@0
   203
	RSgImageCollection iImageCollection;
sl@0
   204
	RSgImage iImage;
sl@0
   205
	RDirectGdiImageTarget iImageTarget;
sl@0
   206
	RWsDrawableSource iWsDrawableSource;
sl@0
   207
	CTestWsGraphicsContext* iGraphicsCon;
sl@0
   208
	CWSGraphicsRes* iWsGrapicResolver;
sl@0
   209
	};
sl@0
   210
sl@0
   211
class CTDrawResourceStep : public CTGraphicsStep
sl@0
   212
	{
sl@0
   213
public:
sl@0
   214
	CTDrawResourceStep();
sl@0
   215
protected:	
sl@0
   216
	//from CTGraphicsStep
sl@0
   217
	CTGraphicsBase* CreateTestL();
sl@0
   218
	};
sl@0
   219
sl@0
   220
sl@0
   221
#endif /*TDRAWRESOURCE_H_*/