Home
last modified time | relevance | path

Searched refs:rP3 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx245 … const B2DPoint& rP3( k+1<nCount ? rCurrPoly.getB2DPoint(k+1) : rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter() local
252 << rP3.getX() << ",t), \\\n cubicBezier(" in ~DebugPlotter()
256 << rP3.getY() << ",t)"; in ~DebugPlotter()
263 rP3.getX(), in ~DebugPlotter()
267 rP3.getY() ); in ~DebugPlotter()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx753 Polygon lclCreatePolygon( const Point& rP1, const Point& rP2, const Point& rP3, const Point& rP4 ) in lclCreatePolygon() argument
759 aPoints.push_back( rP3 ); in lclCreatePolygon()
765 Polygon lclCreatePolygon( const Point& rP1, const Point& rP2, const Point& rP3, const Point& rP4, c… in lclCreatePolygon() argument
771 aPoints.push_back( rP3 ); in lclCreatePolygon()
860 …lygon( OutputDevice& rDev, const Point& rP1, const Point& rP2, const Point& rP3, const Point& rP4 ) in lclDrawPolygon() argument
862 rDev.DrawPolygon( lclCreatePolygon( rP1, rP2, rP3, rP4 ) ); in lclDrawPolygon()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx198 …void ImplCurveTo( const Point& rP1, const Point& rP2, const Point& rP3, sal_uInt32 nMode = PS_S…
1431 void PSWriter::ImplCurveTo( const Point& rP1, const Point& rP2, const Point& rP3, sal_uInt32 nMode ) in ImplCurveTo() argument
1435 ImplWritePoint( rP3 ); in ImplCurveTo()

Completed in 61 milliseconds