Home
last modified time | relevance | path

Searched refs:aSrcPt (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/source/filter/wmf/ !
H A Demfwr.cxx1123 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWrite() local
1134aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWrite()
1137 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in ImplWrite()
H A Dwmfwr.cxx1729 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteRecords() local
1743aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in WriteRecords()
1746 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in WriteRecords()
/trunk/main/filter/source/flash/ !
H A Dswfwriter1.cxx1620 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in Impl_writeActions() local
1631 aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ); in Impl_writeActions()
1632 aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in Impl_writeActions()
1635 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in Impl_writeActions()
/trunk/main/filter/source/svg/ !
H A Dsvgwriter.cxx1382 … Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions() local
1393aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWriteActions()
1396 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/eos2met/ !
H A Deos2met.cxx2321 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteOrders() local
2332aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in WriteOrders()
2335 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/ !
H A Depict.cxx2131 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteOpcodes() local
2142aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in WriteOpcodes()
2145 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in WriteOpcodes()
/trunk/main/vcl/source/gdi/ !
H A Dcvtsvm.cxx2268 Point aSrcPt( rTransMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions() local
2276aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWriteActions()
2279 nMoveX = rPos.X() - aSrcPt.X(), nMoveY = rPos.Y() - aSrcPt.Y(); in ImplWriteActions()
/trunk/main/filter/source/graphicfilter/eps/ !
H A Deps.cxx1178 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions() local
1189aSrcPt.X() = FRound( aSrcPt.X() * fScaleX ), aSrcPt.Y() = FRound( aSrcPt.Y() * fScaleY ); in ImplWriteActions()
1192 nMoveX = aDestPt.X() - aSrcPt.X(), nMoveY = aDestPt.Y() - aSrcPt.Y(); in ImplWriteActions()