Lines Matching refs:aBitmap
1223 Bitmap aBitmap(rBitmapEx.GetBitmap()); in SetXBitmap() local
1224 BitmapReadAccess* pRead = aBitmap.AcquireReadAccess(); in SetXBitmap()
1243 aBitmap.ReleaseAccess(pRead); in SetXBitmap()
1394 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1395 if( !aBitmap.IsEmpty() ) in Fill()
1396 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1475 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1476 if( !aBitmap.IsEmpty() ) in Fill()
1477 ListBox::InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1514 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1515 if( !aBitmap.IsEmpty() ) in Fill()
1516 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1595 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1596 if( !aBitmap.IsEmpty() ) in Fill()
1597 ListBox::InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1903 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
1904 if( !aBitmap.IsEmpty() ) in Fill()
1906 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
2006 const Bitmap aBitmap = aList->GetUiBitmap( i ); in Fill() local
2007 if( !aBitmap.IsEmpty() ) in Fill()
2009 Size aBmpSize( aBitmap.GetSizePixel() ); in Fill()
2011 aVD.DrawBitmap( Point(), aBitmap ); in Fill()