Searched refs:pBmpDesc (Results 1 – 3 of 3) sorted by relevance
635 void CGMImpressOutAct::DrawBitmap( CGMBitmapDescriptor* pBmpDesc ) in DrawBitmap() argument637 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 …]
45 CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap(); in ImplDoClass0() local47 mpOutAct->DrawBitmap( pBmpDesc ); in ImplDoClass0()82 CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap(); in ImplDoClass0() local84 mpOutAct->DrawBitmap( pBmpDesc ); in ImplDoClass0()
120 CGMBitmapDescriptor* pBmpDesc = mpBitmapInUse->GetBitmap(); in ImplDoClass4() local122 mpOutAct->DrawBitmap( pBmpDesc ); in ImplDoClass4()321 CGMBitmap* pBmpDesc = mpBitmapInUse->GetNext(); in ImplDoClass4() local322 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 28 milliseconds