Lines Matching refs:pOutDev
282 OutputDevice* pOutDev = Application::GetDefaultDevice(); in ScaleContour() local
293 aOrgSize = pOutDev->PixelToLogic( aGrfSize, aDispMap ); in ScaleContour()
295 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in ScaleContour()
309 aNewPoint = pOutDev->PixelToLogic( rPoly[ i ], aDispMap ); in ScaleContour()
311 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in ScaleContour()
557 OutputDevice* pOutDev = Application::GetDefaultDevice(); in SetPolyPolygon() local
569 rPt = pOutDev->LogicToPixel( rPt, aGrfMap ); in SetPolyPolygon()
571 rPt = pOutDev->PixelToLogic( rPt, aMap100 ); in SetPolyPolygon()
594 OutputDevice* pOutDev = Application::GetDefaultDevice(); in GetPolyPolygon() local
605 rPt = pOutDev->LogicToPixel( rPt, aMap100 ); in GetPolyPolygon()
608 rPt = pOutDev->PixelToLogic( rPt, aGrfMap ); in GetPolyPolygon()
690 OutputDevice* pOutDev = Application::GetDefaultDevice(); in ReducePoints() local
696 aPtPix = pOutDev->LogicToPixel( rPoly[ 0 ], aMapMode ); in ReducePoints()
701 const Point aNewPtPix( pOutDev->LogicToPixel( rNewPt, aMapMode ) ); in ReducePoints()