Home
last modified time | relevance | path

Searched refs:pBmpDesc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx635 void CGMImpressOutAct::DrawBitmap( CGMBitmapDescriptor* pBmpDesc ) in DrawBitmap() argument
637 if ( pBmpDesc->mbStatus && pBmpDesc->mpBitmap ) in DrawBitmap()
639 FloatPoint aOrigin = pBmpDesc->mnOrigin; in DrawBitmap()
640 double fdx = pBmpDesc->mndx; in DrawBitmap()
641 double fdy = pBmpDesc->mndy; in DrawBitmap()
644 if ( pBmpDesc->mbVMirror ) in DrawBitmap()
646 if ( pBmpDesc->mbHMirror ) in DrawBitmap()
649 pBmpDesc->mpBitmap->Mirror( nMirr ); in DrawBitmap()
660 if ( pBmpDesc->mnOrientation != 0 ) in DrawBitmap()
662 ImplSetOrientation( aOrigin, pBmpDesc->mnOrientation ); in DrawBitmap()
[all …]
H A Dclass0.cxx45 CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap(); in ImplDoClass0() local
47 mpOutAct->DrawBitmap( pBmpDesc ); in ImplDoClass0()
82 CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap(); in ImplDoClass0() local
84 mpOutAct->DrawBitmap( pBmpDesc ); in ImplDoClass0()
H A Dclass4.cxx120 CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap(); in ImplDoClass4() local
122 mpOutAct->DrawBitmap( pBmpDesc ); in ImplDoClass4()
321 CGMBitmap* pBmpDesc = mpBitmapInUse->GetNext(); in ImplDoClass4() local
322 if ( pBmpDesc ) // eventuell bekommen wir eine bitmap zur�ck, die nicht in ImplDoClass4()
324 mpOutAct->DrawBitmap( pBmpDesc->GetBitmap() ); in ImplDoClass4()
325 delete pBmpDesc; in ImplDoClass4()

Completed in 17 milliseconds