Lines Matching refs:first
124 … *mpStream << " " << rElem.first.getX() << "\t" << rElem.first.getY() << ::std::endl; in outputPoint()
126 OSL_TRACE( " %f\t%f\n", rElem.first.getX(), rElem.first.getY() ); in outputPoint()
132 …*mpStream << " " << rElem.first.getX() << "\t" << rElem.first.getY() << ::std::endl << ::std::endl; in outputVector()
134 OSL_TRACE( " %f\t%f\n\n", rElem.first.getX(), rElem.first.getY() ); in outputVector()
139 const double nX0( rElem.first.getMinX() ); in outputRect()
140 const double nY0( rElem.first.getMinY() ); in outputRect()
141 const double nX1( rElem.first.getMaxX() ); in outputRect()
142 const double nY1( rElem.first.getMaxY() ); in outputRect()
232 if( maPolygons.at(i).first.areControlPointsUsed() ) in ~DebugPlotter()
234 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter()
330 if( !maPolygons.at(i).first.areControlPointsUsed() ) in ~DebugPlotter()
332 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter()