Searched refs:aDestPt (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 834 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx() 891 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx() 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() 2502 Point aDestPt( LogicToPixel( rDestPt ) ); in ImplPrintMask() local 2520 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintMask() [all …]
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1125 const Point aDestPt( pA->GetPoint() ); in ImplWrite() local 1137 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in ImplWrite()
|
H A D | wmfwr.cxx | 1731 const Point aDestPt( pA->GetPoint() ); in WriteRecords() local 1746 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in WriteRecords()
|
/aoo42x/main/vcl/source/window/ |
H A D | window2.cxx | 213 Point aDestPt( mnOutOffX, mnOutOffY ); in ImplRestoreOverlapBackground() local 220 mpWindowImpl->mpFrameWindow->ImplDrawFrameDev( aDestPt, aDevPt, aDevSize, in ImplRestoreOverlapBackground() 226 mpWindowImpl->mpFrameWindow->ImplDrawFrameDev( aDestPt, aDevPt, aDevSize, in ImplRestoreOverlapBackground()
|
/aoo42x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1622 const Point aDestPt( pA->GetPoint() ); in Impl_writeActions() local 1635 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in Impl_writeActions()
|
/aoo42x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2323 const Point aDestPt( pA->GetPoint() ); in WriteOrders() local 2335 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in WriteOrders()
|
/aoo42x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 2133 const Point aDestPt( pA->GetPoint() ); in WriteOpcodes() local 2145 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in WriteOpcodes()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1384 const Point aDestPt( pA->GetPoint() ); in ImplWriteActions() local 1396 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in ImplWriteActions()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1180 const Point aDestPt( pA->GetPoint() ); in ImplWriteActions() local 1192 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in ImplWriteActions()
|
Completed in 72 milliseconds