Searched refs:rRotatePt (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/inc/vcl/ |
H A D | gdimtf.hxx | 124 SAL_DLLPRIVATE Point ImplGetRotatedPoint( const Point& rPt, const Point& rRotatePt, 126 …SAL_DLLPRIVATE Polygon ImplGetRotatedPolygon( const Polygon& rPoly, const Point& rRotatePt, 128 …RIVATE PolyPolygon ImplGetRotatedPolyPolygon( const PolyPolygon& rPoly, const Point& rRotatePt,
|
/aoo4110/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 950 Point GDIMetaFile::ImplGetRotatedPoint( const Point& rPt, const Point& rRotatePt, in ImplGetRotatedPoint() argument 953 const long nX = rPt.X() - rRotatePt.X(); in ImplGetRotatedPoint() 954 const long nY = rPt.Y() - rRotatePt.Y(); in ImplGetRotatedPoint() 956 return Point( FRound( fCos * nX + fSin * nY ) + rRotatePt.X() + rOffset.Width(), in ImplGetRotatedPoint() 957 -FRound( fSin * nX - fCos * nY ) + rRotatePt.Y() + rOffset.Height() ); in ImplGetRotatedPoint() 962 Polygon GDIMetaFile::ImplGetRotatedPolygon( const Polygon& rPoly, const Point& rRotatePt, in ImplGetRotatedPolygon() argument 967 aRet.Rotate( rRotatePt, fSin, fCos ); in ImplGetRotatedPolygon() 975 …lygon GDIMetaFile::ImplGetRotatedPolyPolygon( const PolyPolygon& rPolyPoly, const Point& rRotatePt, in ImplGetRotatedPolyPolygon() argument 980 aRet.Rotate( rRotatePt, fSin, fCos ); in ImplGetRotatedPolyPolygon()
|
Completed in 55 milliseconds