Lines Matching refs:mpBitmap
81 Bitmap* mpBitmap; member
467 if ( pSet->mpBitmap ) in ImplDeleteSet()
468 delete pSet->mpBitmap; in ImplDeleteSet()
1045 if ( pSet->mpBitmap ) in ImplDrawBack()
1051 ImplDrawBack( pWindow, aRect, pSet->mpWallpaper, pSet->mpBitmap ); in ImplDrawBack()
1060 if ( pSet->mpBitmap || pSet->mpWallpaper ) in ImplDrawBack()
1066 ImplDrawBack( pWindow, aRect, pSet->mpWallpaper, pSet->mpBitmap ); in ImplDrawBack()
1363 pNewSet->mpBitmap = NULL; in ImplInit()
1440 if ( mpMainSet->mpBitmap ) in ImplInitSettings()
2918 pNewSet->mpBitmap = NULL; in InsertItem()
3070 mpMainSet->mpBitmap = NULL; in Clear()
3212 if ( pSet->mpBitmap ) in SetItemBitmap()
3214 delete pSet->mpBitmap; in SetItemBitmap()
3215 pSet->mpBitmap = NULL; in SetItemBitmap()
3225 if ( !pSet->mpBitmap ) in SetItemBitmap()
3226 pSet->mpBitmap = new Bitmap( rBitmap ); in SetItemBitmap()
3228 *(pSet->mpBitmap) = rBitmap; in SetItemBitmap()
3246 if ( pSet && pSet->mpBitmap ) in GetItemBitmap()
3247 return *(pSet->mpBitmap); in GetItemBitmap()