svgtopt/nvgdecoder/src/nvg.cpp
changeset 1 bfff372fb1f4
parent 0 d46562c3d99d
child 17 db5c883ad1c5
equal deleted inserted replaced
0:d46562c3d99d 1:bfff372fb1f4
   841                 
   841                 
   842                 if ((currentCommand & 0x00020000))
   842                 if ((currentCommand & 0x00020000))
   843                     {
   843                     {
   844                     idoFill = VG_TRUE;
   844                     idoFill = VG_TRUE;
   845                     }
   845                     }
   846                 TUint16 offset = aOffsetVector->DerefInt16L(lOffsetIx * sizeof(TUint16));
   846                 
   847 
   847                 if (idoStroke != VG_FALSE || idoFill != VG_FALSE)
   848                 TDereferencer section = GetCommandSectionL(offset, aIconData, aNVGVersion);
   848                     {
   849 
   849                     TUint16 offset        = aOffsetVector->DerefInt16L(lOffsetIx * sizeof(TUint16));    
   850                 DrawPathL(&section);
   850                     TDereferencer section = GetCommandSectionL(offset, aIconData, aNVGVersion);
       
   851     
       
   852                     DrawPathL(&section);
       
   853                     }
   851                 
   854                 
   852                 break;
   855                 break;
   853                 }
   856                 }
   854                 
   857                 
   855             case KCMD_SET_TRANSFORMATION:
   858             case KCMD_SET_TRANSFORMATION: