Lines Matching refs:maPolygons
171 maPolygons(), in DebugPlotter()
182 maPolygons(), in DebugPlotter()
192 const bool bHavePolygons( !maPolygons.empty() ); in ~DebugPlotter()
229 const ::std::size_t nSize( maPolygons.size() ); in ~DebugPlotter()
232 if( maPolygons.at(i).first.areControlPointsUsed() ) in ~DebugPlotter()
234 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter()
279 << maPolygons.at(i).second.getStr() << "\" with lp"; in ~DebugPlotter()
282 maPolygons.at(i).second.getStr() ); in ~DebugPlotter()
327 const ::std::size_t nSize( maPolygons.size() ); in ~DebugPlotter()
330 if( !maPolygons.at(i).first.areControlPointsUsed() ) in ~DebugPlotter()
332 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter()
374 maPolygons.push_back( ::std::make_pair( aPoly, in plot()
388 maPolygons.push_back( ::std::make_pair( rPoly, in plot()
398 maPolygons.push_back( ::std::make_pair( rPoly.getB2DPolygon( i ), in plot()