Home
last modified time | relevance | path

Searched refs:fTan (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2385 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()
H A Dsvdoashp.cxx2086 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 Dsvdotextpathdecomposition.cxx465 const double fTan(tan(fShearValue)); in HandlePair() local
468 aNewTransformB.shearY(fTan); in HandlePair()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1269 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()
/trunk/main/svx/inc/svx/
H A Dsvdopath.hxx130 virtual void NbcShear(const Point& rRefPnt, long nAngle, double fTan, FASTBOOL bVShear);

Completed in 57 milliseconds