Lines Matching refs:aDestPt

829         const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY()));  in DrawTransformedBitmapEx()  local
831 basegfx::fround(aScale.getX() + aTranslate.getX()) - aDestPt.X(), in DrawTransformedBitmapEx()
832 basegfx::fround(aScale.getY() + aTranslate.getY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
834 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx()
886 … const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx() local
888 basegfx::fround(aScale.getX() + aTranslate.getX()) - aDestPt.X(), in DrawTransformedBitmapEx()
889 basegfx::fround(aScale.getY() + aTranslate.getY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
891 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx()
1026 …const Point aDestPt(basegfx::fround(aVisibleRange.getMinX()), basegfx::fround(aVisibleRange.getMin… in DrawTransformedBitmapEx() local
1028 basegfx::fround(aVisibleRange.getMaxX()) - aDestPt.X(), in DrawTransformedBitmapEx()
1029 basegfx::fround(aVisibleRange.getMaxY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
1031 DrawBitmapEx(aDestPt, aDestSize, aTransformed); in DrawTransformedBitmapEx()
2388 Point aDestPt( LogicToPixel( rDestPt ) ); in ImplPrintTransparent() local
2406 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintTransparent()
2414 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintTransparent()
2450 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2453 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
2502 Point aDestPt( LogicToPixel( rDestPt ) ); in ImplPrintMask() local
2520 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintMask()
2528 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintMask()
2558 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()
2561 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()