fbs/fontandbitmapserver/tfbs/TFbsServer.cpp
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
     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".
    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 
    40 #include "tfonttableandglyph.h"
    41  
    41 #include "tfbsglyphdata.h"
       
    42 #include "tfbsglyphdatapanic.h"
       
    43 #include "tfbsglyphdataoutlineshadow.h"
       
    44 #include "tglyphatlas.h"
       
    45 #include "tfbsoogm.h"
       
    46 
    42 /* Path to the script
    47 /* Path to the script
    43 
    48 
    44 z:\GraphicsTest\fbstest.script
    49 z:\GraphicsTest\fbstest.script
    45 
    50 
    46 */
    51 */
   192 		}
   197 		}
   193 	else if(aStepName == KTWDPStep)
   198 	else if(aStepName == KTWDPStep)
   194 		{
   199 		{
   195 		testStep = new CTWDPStep();
   200 		testStep = new CTWDPStep();
   196 		}
   201 		}
   197 	
   202    	else if(aStepName == KTFontTableAndGlyphStep)
       
   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 
   198 	return testStep;
   227 	return testStep;
   199 	}
   228 	}