Lines Matching refs:LogicToPixel

499 	Size	aUnrotatedSzPix( pOut->LogicToPixel( rSz ) );  in ImplCreateOutput()
508 aOutPtPix = pOut->LogicToPixel( aRotBoundRect.TopLeft() ); in ImplCreateOutput()
509 aOutSzPix = pOut->LogicToPixel( aRotBoundRect.GetSize() ); in ImplCreateOutput()
513 aOutPtPix = pOut->LogicToPixel( rPt ); in ImplCreateOutput()
609 aOutRect.Intersection( pOut->LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplCreateOutput()
743 const Size& rSizePix( pOut->LogicToPixel( aNewSize, in ImplCreateOutput()
812 muckWithBitmap( pOut->LogicToPixel( pAction->GetPoint(), in ImplCreateOutput()
827 muckWithBitmap( pOut->LogicToPixel( pAction->GetPoint(), in ImplCreateOutput()
829 pOut->LogicToPixel( pAction->GetSize(), in ImplCreateOutput()
845 pOut->LogicToPixel( pAction->GetDestPoint(), in ImplCreateOutput()
847 pOut->LogicToPixel( pAction->GetDestSize(), in ImplCreateOutput()
861 muckWithBitmap( pOut->LogicToPixel( pAction->GetPoint(), in ImplCreateOutput()
876 muckWithBitmap( pOut->LogicToPixel( pAction->GetPoint(), in ImplCreateOutput()
878 pOut->LogicToPixel( pAction->GetSize(), in ImplCreateOutput()
894 pOut->LogicToPixel( pAction->GetDestPoint(), in ImplCreateOutput()
896 pOut->LogicToPixel( pAction->GetDestSize(), in ImplCreateOutput()
2304 const Size aOutOffset( pOut->LogicToPixel( rOffset, aOutMapMode ) ); in ImplDrawTiled()
2305 const Rectangle aOutArea( pOut->LogicToPixel( rArea, aOutMapMode ) ); in ImplDrawTiled()
2324 const Point aOutOrigin( pOut->LogicToPixel( Point( rArea.Left() - rOffset.Width(), in ImplDrawTiled()