215 TInt cells_count_old = iHeapOld->AllocSize(alloc_size_old); |
215 TInt cells_count_old = iHeapOld->AllocSize(alloc_size_old); |
216 INFO_PRINTF5(_L("CellsCntNew=%d, AllocSizeNew=%d CellsCntOld=%d, AllocSizeOld=%d\r\n"), cells_count_new, alloc_size_new, cells_count_old, alloc_size_old); |
216 INFO_PRINTF5(_L("CellsCntNew=%d, AllocSizeNew=%d CellsCntOld=%d, AllocSizeOld=%d\r\n"), cells_count_new, alloc_size_new, cells_count_old, alloc_size_old); |
217 INFO_PRINTF2(_L("Profit=%d bytes\r\n"), alloc_size_old - alloc_size_new); |
217 INFO_PRINTF2(_L("Profit=%d bytes\r\n"), alloc_size_old - alloc_size_new); |
218 for(TInt j=0;j<256;j++) |
218 for(TInt j=0;j<256;j++) |
219 { |
219 { |
|
220 INFO_PRINTF2(_L("Char code %d"),j); |
220 const TUint8* bytes_new = NULL; |
221 const TUint8* bytes_new = NULL; |
221 const TUint8* bytes_old = NULL; |
222 const TUint8* bytes_old = NULL; |
222 TBitmapFontCharacterMetrics metrics_new; |
223 TBitmapFontCharacterMetrics metrics_new; |
223 TBitmapFontCharacterMetrics metrics_old; |
224 TBitmapFontCharacterMetrics metrics_old; |
224 metrics_new = font_new->CharacterMetrics(j, bytes_new); |
225 metrics_new = font_new->CharacterMetrics(j, bytes_new); |