equal
deleted
inserted
replaced
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); |