Lines Matching refs:pOutDev
70 short lcl_getHitTolerance( OutputDevice* pOutDev ) in lcl_getHitTolerance() argument
74 if(pOutDev) in lcl_getHitTolerance()
75 nHitTolerance = static_cast<short>(pOutDev->PixelToLogic(Size(HITPIX,0)).Width()); in lcl_getHitTolerance()
191 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in ReInit() local
193 if(pOutDev) in ReInit()
194 aOutputSize = pOutDev->GetOutputSize(); in ReInit()
402 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in Notify() local
403 if( pOutDev ) in Notify()
405 m_aMapModeToRestore = pOutDev->GetMapMode(); in Notify()
415 OutputDevice* pOutDev = this->GetFirstOutputDevice(); in Notify() local
416 if( pOutDev ) in Notify()
418 pOutDev->SetMapMode( m_aMapModeToRestore ); in Notify()