Searched refs:aTmpPt2 (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdocirc.cxx | 883 Point aTmpPt2; in NbcMirror() local 898 aTmpPt2=Point(Round(cos(a)*nMaxRad),-Round(sin(a)*nMaxRad)); in NbcMirror() 899 if (nWdt==0) aTmpPt2.X()=0; in NbcMirror() 900 if (nHgt==0) aTmpPt2.Y()=0; in NbcMirror() 901 aTmpPt2+=aCenter; in NbcMirror() 904 RotatePoint(aTmpPt2,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror() 908 ShearPoint(aTmpPt2,aRect.TopLeft(),aGeo.nTan); in NbcMirror() 914 MirrorPoint(aTmpPt2,rRef1,rRef2); in NbcMirror() 923 ShearPoint(aTmpPt2,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror() 927 aTmpPt2-=aCenter; in NbcMirror() [all …]
|
Completed in 19 milliseconds