fbs/fontandbitmapserver/tfbs/TFbsServer.cpp
changeset 187 9f66f99ee56f
parent 36 01a6848ebfd7
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
     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".
    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"
    40 #include "tfonttableandglyph.h"
    41 
    41 #include "tfbsglyphdata.h"
    42  
    42 #include "tfbsglyphdatapanic.h"
       
    43 #include "tfbsglyphdataoutlineshadow.h"
       
    44 #include "tglyphatlas.h"
       
    45 #include "tfbsoogm.h"
       
    46 
    43 /* Path to the script
    47 /* Path to the script
    44 
    48 
    45 z:\GraphicsTest\fbstest.script
    49 z:\GraphicsTest\fbstest.script
    46 
    50 
    47 */
    51 */
   194 	else if(aStepName == KTWDPStep)
   198 	else if(aStepName == KTWDPStep)
   195 		{
   199 		{
   196 		testStep = new CTWDPStep();
   200 		testStep = new CTWDPStep();
   197 		}
   201 		}
   198    	else if(aStepName == KTFontTableAndGlyphStep)
   202    	else if(aStepName == KTFontTableAndGlyphStep)
   199         	{
   203         {
   200         	testStep = new CTFontAndGlyphStep();
   204         testStep = new CTFontAndGlyphStep();
   201         	}
   205         }
   202 	
   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 
   203 	return testStep;
   227 	return testStep;
   204 	}
   228 	}