Lines Matching refs:aOutPt
521 Point aOutPt; in ImplCreateOutput() local
616 aOutPt = pOut->PixelToLogic( aOutRect.TopLeft() ); in ImplCreateOutput()
628 aOutPt = pOut->PixelToLogic( aOutPtPix ); in ImplCreateOutput()
664 aOutPt = pOut->PixelToLogic( aOutPtPix ); in ImplCreateOutput()
705 pOut->DrawBitmapEx( aOutPt, aOutSz, aOutBmpEx ); in ImplCreateOutput()
711 pOut->DrawBitmapEx( aOutPt, aOutSz, *pBmpEx = aOutBmpEx ); in ImplCreateOutput()
1964 Point aOutPt( rPt ); in ImplDraw() local
1969 Polygon aPoly( Rectangle( aOutPt, aOutSz ) ); in ImplDraw()
1971 aPoly.Rotate( aOutPt, nRot10 ); in ImplDraw()
1973 aOutPt = aRotBoundRect.TopLeft(); in ImplDraw()
1978 pOut->IntersectClipRegion( Rectangle( aOutPt, aOutSz ) ); in ImplDraw()
1981 ( (GDIMetaFile&) rMtf ).Play( pOut, aOutPt, aOutSz ); in ImplDraw()