Searched refs:DebugPlotter (Results 1 – 3 of 3) sorted by relevance
/trunk/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()
|
/trunk/main/basegfx/inc/basegfx/tools/ |
H A D | debugplotter.hxx | 54 class BASEGFX_DLLPUBLIC DebugPlotter : private ::boost::noncopyable class 62 explicit DebugPlotter( const sal_Char* pTitle ); 73 DebugPlotter( const sal_Char* pTitle, 76 ~DebugPlotter();
|
/trunk/main/basegfx/test/ |
H A D | basegfx2d.cxx | 364 DebugPlotter aPlotter( "Original curves", in SetUp() 407 DebugPlotter aPlotter( "distance-adaptive subdivision", in TEST_F() 458 DebugPlotter aPlotter( "angle-adaptive subdivision", in TEST_F()
|
Completed in 37 milliseconds