Searched refs:aTmpPt1 (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdocirc.cxx | 882 Point aTmpPt1; in NbcMirror() local 892 aTmpPt1=Point(Round(cos(a)*nMaxRad),-Round(sin(a)*nMaxRad)); in NbcMirror() 893 if (nWdt==0) aTmpPt1.X()=0; in NbcMirror() 894 if (nHgt==0) aTmpPt1.Y()=0; in NbcMirror() 895 aTmpPt1+=aCenter; in NbcMirror() 903 RotatePoint(aTmpPt1,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in NbcMirror() 907 ShearPoint(aTmpPt1,aRect.TopLeft(),aGeo.nTan); in NbcMirror() 913 MirrorPoint(aTmpPt1,rRef1,rRef2); in NbcMirror() 922 ShearPoint(aTmpPt1,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror() 926 aTmpPt1-=aCenter; in NbcMirror() [all …]
|
Completed in 20 milliseconds