Searched refs:DebugPlotter (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 166 DebugPlotter::DebugPlotter( const sal_Char* pTitle ) : in DebugPlotter() function in basegfx::DebugPlotter 176 DebugPlotter::DebugPlotter( const sal_Char* pTitle, in DebugPlotter() function in basegfx::DebugPlotter 187 DebugPlotter::~DebugPlotter() in ~DebugPlotter() 354 void DebugPlotter::plot( const B2DPoint& rPoint, in plot() 361 void DebugPlotter::plot( const B2DVector& rVec, in plot() 368 void DebugPlotter::plot( const B2DCubicBezier& rBezier, in plot() 378 void DebugPlotter::plot( const B2DRange& rRange, in plot() 385 void DebugPlotter::plot( const B2DPolygon& rPoly, in plot() 392 void DebugPlotter::plot( const B2DPolyPolygon& rPoly, in plot() 402 void DebugPlotter::print( const sal_Char* pStr ) in print()
|
/aoo41x/main/basegfx/inc/basegfx/tools/ |
H A D | debugplotter.hxx | 53 class DebugPlotter : private ::boost::noncopyable class 61 explicit DebugPlotter( const sal_Char* pTitle ); 72 DebugPlotter( const sal_Char* pTitle, 75 ~DebugPlotter();
|
/aoo41x/main/basegfx/test/ |
H A D | basegfx2d.cxx | 398 DebugPlotter aPlotter( "Original curves", in setUp() 440 DebugPlotter aPlotter( "distance-adaptive subdivision", in adaptiveByDistance() 491 DebugPlotter aPlotter( "angle-adaptive subdivision", in adaptiveByAngle()
|
Completed in 50 milliseconds