Home
last modified time | relevance | path

Searched refs:aOutPt (Results 1 – 2 of 2) sorted by path

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx521 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()
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()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx2205 Point aOutPt( LogicToPixel( rDestPt ) ); in ImplDrawAlpha() local
2221 aOutPt.X() -= ( aOutSz.Width() - 1L ); in ImplDrawAlpha()
2227 aOutPt.Y() -= ( aOutSz.Height() - 1L ); in ImplDrawAlpha()
2230 if( !aDstRect.Intersection( Rectangle( aOutPt, aOutSz ) ).IsEmpty() ) in ImplDrawAlpha()
2253 Point aRelPt = aOutPt + Point( mnOutOffX, mnOutOffY ); in ImplDrawAlpha()
2294 ? aOutSz.Width() - aDstRect.GetWidth() - (aDstRect.Left() - aOutPt.X()) in ImplDrawAlpha()
2295 : aDstRect.Left() - aOutPt.X(), in ImplDrawAlpha()
2296 nOffY = aDstRect.Top() - aOutPt.Y(); in ImplDrawAlpha()

Completed in 37 milliseconds