Searched refs:pSrcDev (Results 1 – 2 of 2) sorted by relevance
153 if ( this == pSrcDev ) in ImplDrawOutDevDirect()157 if ( (GetOutDevType() != pSrcDev->GetOutDevType()) || in ImplDrawOutDevDirect()160 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect()162 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect()165 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect()173 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect()175 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect()178 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect()185 DBG_ASSERT( mpGraphics && pSrcDev->mpGraphics, in ImplDrawOutDevDirect()192 Rectangle aSrcOutRect( Point( pSrcDev->mnOutOffX, pSrcDev->mnOutOffY ), in ImplDrawOutDevDirect()[all …]
488 SAL_DLLPRIVATE void ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry );
Completed in 43 milliseconds