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 …]
2196 Point aOutPt( LogicToPixel( rDestPt ) ); in ImplDrawAlpha() local2212 aOutPt.X() -= ( aOutSz.Width() - 1L ); in ImplDrawAlpha()2218 aOutPt.Y() -= ( aOutSz.Height() - 1L ); in ImplDrawAlpha()2221 if( !aDstRect.Intersection( Rectangle( aOutPt, aOutSz ) ).IsEmpty() ) in ImplDrawAlpha()2244 Point aRelPt = aOutPt + Point( mnOutOffX, mnOutOffY ); in ImplDrawAlpha()2285 ? aOutSz.Width() - aDstRect.GetWidth() - (aDstRect.Left() - aOutPt.X()) in ImplDrawAlpha()2286 : aDstRect.Left() - aOutPt.X(), in ImplDrawAlpha()2287 nOffY = aDstRect.Top() - aOutPt.Y(); in ImplDrawAlpha()
Completed in 29 milliseconds