Lines Matching refs:mpMtf
174 GDIMetaFile* mpMtf; member in GraphicCacheEntry
208 mpMtf ( NULL ), in GraphicCacheEntry()
223 delete mpMtf; in ~GraphicCacheEntry()
240 if( mpMtf ) in ImplInit()
241 delete mpMtf, mpMtf = NULL; in ImplInit()
267 mpMtf = new GDIMetaFile( rGraphic.GetGDIMetaFile() ); in ImplInit()
317 else if( mpMtf ) in ImplFillSubstitute()
319 rSubstitute = *mpMtf; in ImplFillSubstitute()
408 delete mpMtf, mpMtf = NULL; in GraphicObjectWasSwappedOut()
451 GDIMetaFile* mpMtf; member in GraphicDisplayCacheEntry
471 mpMtf( NULL ), mpBmpEx( new BitmapEx( rBmpEx ) ), in GraphicDisplayCacheEntry()
484 mpMtf( new GDIMetaFile( rMtf ) ), mpBmpEx( NULL ), in GraphicDisplayCacheEntry()
568 if( mpMtf ) in ~GraphicDisplayCacheEntry()
569 delete mpMtf; in ~GraphicDisplayCacheEntry()
579 if( mpMtf ) in Draw()
580 GraphicManager::ImplDraw( pOut, rPt, rSz, *mpMtf, maAttr ); in Draw()