Lines Matching refs:aBitmap
1185 Bitmap aBitmap(rBitmapEx.GetBitmap()); in SetXBitmap() local
1186 BitmapReadAccess* pRead = aBitmap.AcquireReadAccess(); in SetXBitmap()
1205 aBitmap.ReleaseAccess(pRead); in SetXBitmap()
1340 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1341 if( !aBitmap.IsEmpty() ) in Fill()
1342 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1419 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1420 if( !aBitmap.IsEmpty() ) in Fill()
1421 ListBox::InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1456 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1457 if( !aBitmap.IsEmpty() ) in Fill()
1458 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1535 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1536 if( !aBitmap.IsEmpty() ) in Fill()
1537 ListBox::InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1835 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1836 if( !aBitmap.IsEmpty() ) in Fill()
1838 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1936 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1937 if( !aBitmap.IsEmpty() ) in Fill()
1939 Size aBmpSize( aBitmap.GetSizePixel() ); in Fill()
1941 aVD.DrawBitmap( Point(), aBitmap ); in Fill()