Searched refs:rPol (Results 1 – 6 of 6) sorted by relevance
379 rPol.nLineWdt2=0; in ImpCalcGeometrics()384 rPol.nArrow1Wdt=0; in ImpCalcGeometrics()385 rPol.nArrow2Wdt=0; in ImpCalcGeometrics()457 rPol.nTextWink=rPol.nLineWink; in ImpCalcGeometrics()470 rPol.nTextWink=NormAngle360(rPol.nTextWink); in ImpCalcGeometrics()471 rPol.nHlpWink=rPol.nLineWink+9000; in ImpCalcGeometrics()473 rPol.nHlpWink=NormAngle360(rPol.nHlpWink); in ImpCalcGeometrics()480 rPol.nHlpSin=nHlpSin; in ImpCalcGeometrics()481 rPol.nHlpCos=nHlpCos; in ImpCalcGeometrics()510 rPol.aMainline2=rPol.aMainline1; in ImpCalcGeometrics()[all …]
610 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo) in Poly2Rect() argument612 rGeo.nDrehWink=GetAngle(rPol[1]-rPol[0]); in Poly2Rect()617 Point aPt1(rPol[1]-rPol[0]); in Poly2Rect()621 Point aPt0(rPol[0]); in Poly2Rect()622 Point aPt3(rPol[3]-rPol[0]); in Poly2Rect()647 aPt0=rPol[3]; in Poly2Rect()
345 const Polygon& rPol = rPoly[ i ]; in Calc() local346 nCount = rPol.GetSize(); in Calc()349 const Point& rNull = rPol[ 0 ]; in Calc()350 SetClosed( IsConcat() || ( rNull == rPol[ nCount - 1 ] ) ); in Calc()392 const Point& rLast = rPol[ nIdx - 1 ]; in Calc()395 const Point& rNext = rPol[ nIdx ]; in Calc()
1898 const Polygon& rPol = (*pPol)[ i ]; in ShowContour() local1899 MSHORT nCount = rPol.GetSize(); in ShowContour()1900 if( nCount > 1 && rPol[ 0 ] == rPol[ nCount - 1 ] ) in ShowContour()1902 pOut->DrawPolygon( rPol ); in ShowContour()1912 const Polygon& rPol = (*pPol)[ i ]; in ShowContour() local1913 MSHORT nCount = rPol.GetSize(); in ShowContour()1916 Point aPt( rPol[ k ] ); in ShowContour()
81 void ImpCalcGeometrics(const ImpMeasureRec& rRec, ImpMeasurePoly& rPol) const;82 basegfx::B2DPolyPolygon ImpCalcXPoly(const ImpMeasurePoly& rPol) const;
234 void Poly2Rect(const Polygon& rPol, Rectangle& rRect, GeoStat& rGeo);
Completed in 54 milliseconds