Searched refs:aOutPt (Results 1 – 2 of 2) sorted by relevance
521 Point aOutPt; in ImplCreateOutput() local616 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() local1969 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 …]
2205 Point aOutPt( LogicToPixel( rDestPt ) ); in ImplDrawAlpha() local2221 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 43 milliseconds