uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
    43 void CHuiFxVg10Engine::ConstructL(CHuiVg10RenderPlugin& aPlugin)
    43 void CHuiFxVg10Engine::ConstructL(CHuiVg10RenderPlugin& aPlugin)
    44     {
    44     {
    45     CHuiFxEngine::ConstructL(EHuiFxEngineVg10);
    45     CHuiFxEngine::ConstructL(EHuiFxEngineVg10);
    46     iPlugin = &aPlugin;
    46     iPlugin = &aPlugin;
    47     iDefaultBuffer = 0;
    47     iDefaultBuffer = 0;
    48 	// usually we don't have any vg context set at this point, so we cannot yet create the actual paint
    48     iCompPaint = vgCreatePaint();
    49     iCompPaint = VG_INVALID_HANDLE; 
       
    50     }
    49     }
    51 
    50 
    52 CHuiFxVg10Engine::~CHuiFxVg10Engine()
    51 CHuiFxVg10Engine::~CHuiFxVg10Engine()
    53     {
    52     {
    54     delete iDefaultBuffer;
    53     delete iDefaultBuffer;