uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiFxVg10Engine.cpp
branchRCL_3
changeset 20 31fccae4f8a7
parent 19 e5af45d51884
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
    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     iCompPaint = vgCreatePaint();
    48 	// usually we don't have any vg context set at this point, so we cannot yet create the actual paint
       
    49     iCompPaint = VG_INVALID_HANDLE; 
    49     }
    50     }
    50 
    51 
    51 CHuiFxVg10Engine::~CHuiFxVg10Engine()
    52 CHuiFxVg10Engine::~CHuiFxVg10Engine()
    52     {
    53     {
    53     delete iDefaultBuffer;
    54     delete iDefaultBuffer;