equal
deleted
inserted
replaced
558 // --------------------------------------------------------- |
558 // --------------------------------------------------------- |
559 void CRightsObjectMtmUiData::CreateSkinnedBitmapsL( TInt aNumZoomStates ) |
559 void CRightsObjectMtmUiData::CreateSkinnedBitmapsL( TInt aNumZoomStates ) |
560 { |
560 { |
561 MAknsSkinInstance* skins = AknsUtils::SkinInstance(); |
561 MAknsSkinInstance* skins = AknsUtils::SkinInstance(); |
562 TAknsItemID id; |
562 TAknsItemID id; |
563 CFbsBitmap* bitmap; |
563 //CFbsBitmap* bitmap; |
564 CFbsBitmap* bitmapMask; |
564 //CFbsBitmap* bitmapMask; |
565 CBitmapArray* array = NULL; |
565 CBitmapArray* array = NULL; |
566 TParse tp; |
566 TParse tp; |
567 tp.Set( KRoMtmUiDataBitmapFile, &KDC_APP_BITMAP_DIR, NULL ); |
567 tp.Set( KRoMtmUiDataBitmapFile, &KDC_APP_BITMAP_DIR, NULL ); |
568 |
568 |
569 array = new(ELeave) CArrayPtrFlat<CFbsBitmap>( aNumZoomStates ); |
569 array = new(ELeave) CArrayPtrFlat<CFbsBitmap>( aNumZoomStates ); |