Searched refs:pSrcDev (Results 1 – 2 of 2) sorted by relevance
147 void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ) in ImplDrawOutDevDirect() argument153 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()169 …if ( ((Window*)this)->mpWindowImpl->mpFrameWindow == ((Window*)pSrcDev)->mpWindowImpl->mpFrameWind… in ImplDrawOutDevDirect()173 if ( !pSrcDev->mpGraphics ) in ImplDrawOutDevDirect()175 if ( !((OutputDevice*)pSrcDev)->ImplGetGraphics() ) in ImplDrawOutDevDirect()178 pGraphics2 = pSrcDev->mpGraphics; in ImplDrawOutDevDirect()[all …]
488 …SAL_DLLPRIVATE void ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry…