fbs/fontandbitmapserver/tfbs/TFbsServer.cpp
branchRCL_3
changeset 20 25ffed67c7ef
parent 19 bbf46f59e123
equal deleted inserted replaced
19:bbf46f59e123 20:25ffed67c7ef
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2009 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".
    35 #include "textendedbitmap.h"
    35 #include "textendedbitmap.h"
    36 #include "textendedbitmapnegative.h"
    36 #include "textendedbitmapnegative.h"
    37 #include "textendedbitmaplegacy.h"
    37 #include "textendedbitmaplegacy.h"
    38 #include "textendedbitmappanic.h"
    38 #include "textendedbitmappanic.h"
    39 #include "twdp.h"
    39 #include "twdp.h"
    40 #include "tfonttableandglyph.h"
       
    41 #include "tfbsglyphdata.h"
       
    42 #include "tfbsglyphdatapanic.h"
       
    43 #include "tfbsglyphdataoutlineshadow.h"
       
    44 #include "tglyphatlas.h"
       
    45 #include "tfbsoogm.h"
       
    46 
    40 
       
    41  
    47 /* Path to the script
    42 /* Path to the script
    48 
    43 
    49 z:\GraphicsTest\fbstest.script
    44 z:\GraphicsTest\fbstest.script
    50 
    45 
    51 */
    46 */
   197 		}
   192 		}
   198 	else if(aStepName == KTWDPStep)
   193 	else if(aStepName == KTWDPStep)
   199 		{
   194 		{
   200 		testStep = new CTWDPStep();
   195 		testStep = new CTWDPStep();
   201 		}
   196 		}
   202    	else if(aStepName == KTFontTableAndGlyphStep)
   197 	
   203         {
       
   204         testStep = new CTFontAndGlyphStep();
       
   205         }
       
   206 	else if(aStepName == KTFbsGlyphDataStep)
       
   207 		{
       
   208 		testStep = new CTFbsGlyphDataStep();
       
   209 		}
       
   210     else if(aStepName == KTFbsGlyphDataPanicStep)
       
   211         {
       
   212         testStep = new CTFbsGlyphDataPanicStep();
       
   213         }
       
   214     else if(aStepName == KTFbsGlyphDataOutlineAndShadowStep)
       
   215         {
       
   216         testStep = new CTFbsGlyphDataOutlineAndShadowStep();
       
   217         }
       
   218     else if(aStepName == KTGlyphAtlasStep)
       
   219     	{
       
   220 		testStep = new CTGlyphAtlasStep();
       
   221     	}
       
   222     else if(aStepName == KTFbsOogmStep)
       
   223         {
       
   224         testStep = new CTFbsOogmStep();
       
   225         }
       
   226 
       
   227 	return testStep;
   198 	return testStep;
   228 	}
   199 	}