Searched refs:aSrcPt (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svtools/source/filter/wmf/ |
H A D | emfwr.cxx | 1123 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWrite() local 1134 aSrcPt.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 D | wmfwr.cxx | 1729 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteRecords() local 1743 aSrcPt.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 D | swfwriter1.cxx | 1620 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/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2321 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteOrders() local 2332 aSrcPt.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 D | epict.cxx | 2131 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in WriteOpcodes() local 2142 aSrcPt.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/filter/source/svg/ |
H A D | svgwriter.cxx | 1382 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions() local 1393 aSrcPt.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/vcl/source/gdi/ |
H A D | cvtsvm.cxx | 2268 Point aSrcPt( rTransMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions() local 2276 aSrcPt.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 D | eps.cxx | 1178 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWriteActions() local 1189 aSrcPt.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()
|
Completed in 247 milliseconds