Searched refs:fTan (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 1269 const double fTan = tan( fAngle ); in ImplCalcHatchValues() local 1270 const long nYOff = FRound( ( rRect.Right() - rRect.Left() ) * fTan ); in ImplCalcHatchValues() 1280 nPY = FRound( aRef.Y() - ( ( rPt1.X() - aRef.X() ) * fTan ) ); in ImplCalcHatchValues() 1287 nPY = FRound( aRef.Y() + ( ( rPt1.X() - aRef.X() ) * fTan ) ); in ImplCalcHatchValues() 1301 const double fTan = tan( fAngle ); in ImplCalcHatchValues() local 1302 const long nXOff = FRound( ( rRect.Bottom() - rRect.Top() ) / fTan ); in ImplCalcHatchValues() 1312 nPX = FRound( aRef.X() - ( ( rPt1.Y() - aRef.Y() ) / fTan ) ); in ImplCalcHatchValues() 1319 nPX = FRound( aRef.X() + ( ( rPt1.Y() - aRef.Y() ) / fTan ) ); in ImplCalcHatchValues()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 465 const double fTan(tan(fShearValue)); in HandlePair() local 468 aNewTransformB.shearY(fTan); in HandlePair()
|
H A D | svdoashp.cxx | 2086 double fTan = aGeo.nTan; in ImpCheckCustomGluePointsAreAdded() local 2095 ShearPoint(aPoly[i],aRect.Center(), fTan, sal_False ); in ImpCheckCustomGluePointsAreAdded() 2107 fTan = -fTan; in ImpCheckCustomGluePointsAreAdded() 2116 ShearPoint( aGlue, aRef, fTan ); in ImpCheckCustomGluePointsAreAdded()
|
H A D | svdopath.cxx | 2385 void SdrPathObj::NbcShear(const Point& rRefPnt, long nAngle, double fTan, FASTBOOL bVShear) in NbcShear() argument 2392 aTrans.shearY(-fTan); in NbcShear() 2396 aTrans.shearX(-fTan); in NbcShear() 2403 SdrTextObj::NbcShear(rRefPnt,nAngle,fTan,bVShear); in NbcShear()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdopath.hxx | 130 virtual void NbcShear(const Point& rRefPnt, long nAngle, double fTan, FASTBOOL bVShear);
|
Completed in 55 milliseconds