Lines Matching refs:aDestPt

828         const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY()));  in DrawTransformedBitmapEx()  local
831 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx()
882 … const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx() local
885 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx()
1019 …const Point aDestPt(basegfx::fround(aVisibleRange.getMinX()), basegfx::fround(aVisibleRange.getMin… in DrawTransformedBitmapEx() local
1022 DrawBitmapEx(aDestPt, aDestSize, aTransformed); in DrawTransformedBitmapEx()
2379 Point aDestPt( LogicToPixel( rDestPt ) ); in ImplPrintTransparent() local
2397 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintTransparent()
2405 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintTransparent()
2441 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2444 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2493 Point aDestPt( LogicToPixel( rDestPt ) ); in ImplPrintMask() local
2511 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintMask()
2519 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintMask()
2549 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()
2552 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()