graphicsdeviceinterface/gdi/tgdi/TGdiServer.cpp
changeset 171 414d4b727fd9
parent 0 5d03bc08d59c
equal deleted inserted replaced
160:969102054596 171:414d4b727fd9
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    20 */
    20 */
    21 
    21 
    22 #include "TGdiServer.h"
    22 #include "TGdiServer.h"
    23 #include "TRGB.H"
    23 #include "TRGB.H"
    24 #include "TTYPES.H"
    24 #include "TTYPES.H"
    25 #include "TBiDi.h"
       
    26 #include "TBiDiDefect.h"
       
    27 #include "TLineBreak.h"
       
    28 #include "TGlyphSel.h"
       
    29  
    25  
    30 /* Path to the script
    26 /* Path to the script
    31 z:\GraphicsTest\gditest.script
    27 z:\GraphicsTest\gditest.script
    32 */
    28 */
    33 
    29 
   111 	CTestStep* testStep = NULL;
   107 	CTestStep* testStep = NULL;
   112 	if(aStepName == KTRgbStep)
   108 	if(aStepName == KTRgbStep)
   113 		testStep = new CTRgbStep();
   109 		testStep = new CTRgbStep();
   114 	else if(aStepName == KTTypesStep)
   110 	else if(aStepName == KTTypesStep)
   115 		testStep = new CTTypesStep();
   111 		testStep = new CTTypesStep();
   116 	else if(aStepName == KTBiDiStep)
       
   117 		testStep = new CTBiDiStep();
       
   118 	else if(aStepName == KTBiDiDefectStep)
       
   119 		testStep = new CTBiDiDefectStep();
       
   120 	else if(aStepName == KTLineBreakStep)
       
   121 		testStep = new CTLineBreakStep();
       
   122 	else if(aStepName == KTGlyphSelectionStep)
       
   123 		testStep = new CTGlyphSelectionStep();
       
   124 
       
   125 	return testStep;
   112 	return testStep;
   126 	}
   113 	}