Home
last modified time | relevance | path

Searched refs:pSrcDev (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/ !
H A Doutdev2.cxx147 void OutputDevice::ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry ) in ImplDrawOutDevDirect() argument
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()
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 …]
/trunk/main/vcl/inc/vcl/ !
H A Doutdev.hxx488 …SAL_DLLPRIVATE void ImplDrawOutDevDirect( const OutputDevice* pSrcDev, SalTwoRect& rPosAry…