Lines Matching refs:mpBmpEx
173 BitmapEx* mpBmpEx; member in GraphicCacheEntry
207 mpBmpEx ( NULL ), in GraphicCacheEntry()
222 delete mpBmpEx; in ~GraphicCacheEntry()
237 if( mpBmpEx ) in ImplInit()
238 delete mpBmpEx, mpBmpEx = NULL; in ImplInit()
260 mpBmpEx = new BitmapEx( rGraphic.GetBitmapEx() ); in ImplInit()
309 else if( mpBmpEx ) in ImplFillSubstitute()
311 rSubstitute = *mpBmpEx; in ImplFillSubstitute()
407 delete mpBmpEx, mpBmpEx = NULL; in GraphicObjectWasSwappedOut()
452 BitmapEx* mpBmpEx; member in GraphicDisplayCacheEntry
471 mpMtf( NULL ), mpBmpEx( new BitmapEx( rBmpEx ) ), in GraphicDisplayCacheEntry()
484 mpMtf( new GDIMetaFile( rMtf ) ), mpBmpEx( NULL ), in GraphicDisplayCacheEntry()
571 if( mpBmpEx ) in ~GraphicDisplayCacheEntry()
572 delete mpBmpEx; in ~GraphicDisplayCacheEntry()
581 else if( mpBmpEx ) in Draw()
589 pOut->DrawBitmapEx( aRotBoundRect.TopLeft(), aRotBoundRect.GetSize(), *mpBmpEx ); in Draw()
592 pOut->DrawBitmapEx( rPt, rSz, *mpBmpEx ); in Draw()