uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtFbsRasterizer.cpp
changeset 50 c6286dcf6040
parent 21 4ab28fdd25ad
child 54 08459e712984
child 79 a1b3ef187795
equal deleted inserted replaced
43:1951b3078691 50:c6286dcf6040
   549     TInt C = 0;
   549     TInt C = 0;
   550     TInt hNTN = Ha - 2.0 * 0.12 * Ha;   
   550     TInt hNTN = Ha - 2.0 * 0.12 * Ha;   
   551     TReal R = 1.0;
   551     TReal R = 1.0;
   552     TInt HaN = Ha;
   552     TInt HaN = Ha;
   553     
   553     
   554     const TInt lastColumn = aSize.iHeight - 1;
   554     const TInt lastColumn = aSize.iWidth - 1;
   555     for ( TInt curRow = 0; curRow < validMargin; curRow++ )
   555     for ( TInt curRow = 0; curRow < validMargin; curRow++ )
   556         {
   556         {
   557         const TInt y = (aSize.iHeight - 1) - curRow; // h - 1 is the last line
   557         const TInt y = (aSize.iHeight - 1) - curRow; // h - 1 is the last line
   558         
   558         
   559         vgGetImageSubData(aVgImage, ptr, sizeof(TUint)*aSize.iWidth, VG_sRGBA_8888_PRE, 0, y, aSize.iWidth, 1);
   559         vgGetImageSubData(aVgImage, ptr, sizeof(TUint)*aSize.iWidth, VG_sRGBA_8888_PRE, 0, y, aSize.iWidth, 1);