Lines Matching refs:Polygon

57 DBG_NAME( Polygon )
351 inline void Polygon::ImplMakeUnique() in ImplMakeUnique()
372 Polygon::Polygon() in Polygon() function in Polygon
374 DBG_CTOR( Polygon, NULL ); in Polygon()
380 Polygon::Polygon( sal_uInt16 nSize ) in Polygon() function in Polygon
382 DBG_CTOR( Polygon, NULL ); in Polygon()
392 Polygon::Polygon( sal_uInt16 nPoints, const Point* pPtAry, const sal_uInt8* pFlagAry ) in Polygon() function in Polygon
394 DBG_CTOR( Polygon, NULL ); in Polygon()
404 Polygon::Polygon( const Polygon& rPoly ) in Polygon() function in Polygon
406 DBG_CTOR( Polygon, NULL ); in Polygon()
407 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in Polygon()
417 Polygon::Polygon( const Rectangle& rRect ) in Polygon() function in Polygon
419 DBG_CTOR( Polygon, NULL ); in Polygon()
436 Polygon::Polygon( const Rectangle& rRect, sal_uIntPtr nHorzRound, sal_uIntPtr nVertRound ) in Polygon() function in Polygon
438 DBG_CTOR( Polygon, NULL ); in Polygon()
465 Polygon* pEllipsePoly = new Polygon( Point(), nHorzRound, nVertRound ); in Polygon()
493 Polygon::Polygon( const Point& rCenter, long nRadX, long nRadY, sal_uInt16 nPoints ) in Polygon() function in Polygon
495 DBG_CTOR( Polygon, NULL ); in Polygon()
546 Polygon::Polygon( const Rectangle& rBound, in Polygon() function in Polygon
549 DBG_CTOR( Polygon, NULL ); in Polygon()
624 Polygon::Polygon( const Point& rBezPt1, const Point& rCtrlPt1, in Polygon() function in Polygon
628 DBG_CTOR( Polygon, NULL ); in Polygon()
661 Polygon::~Polygon() in ~Polygon()
663 DBG_DTOR( Polygon, NULL ); in ~Polygon()
678 Point* Polygon::ImplGetPointAry() in ImplGetPointAry()
680 DBG_CHKTHIS( Polygon, NULL ); in ImplGetPointAry()
688 sal_uInt8* Polygon::ImplGetFlagAry() in ImplGetFlagAry()
690 DBG_CHKTHIS( Polygon, NULL ); in ImplGetFlagAry()
699 const Point* Polygon::GetConstPointAry() const in GetConstPointAry()
701 DBG_CHKTHIS( Polygon, NULL ); in GetConstPointAry()
707 const sal_uInt8* Polygon::GetConstFlagAry() const in GetConstFlagAry()
709 DBG_CHKTHIS( Polygon, NULL ); in GetConstFlagAry()
715 void Polygon::SetPoint( const Point& rPt, sal_uInt16 nPos ) in SetPoint()
717 DBG_CHKTHIS( Polygon, NULL ); in SetPoint()
727 void Polygon::SetFlags( sal_uInt16 nPos, PolyFlags eFlags ) in SetFlags()
729 DBG_CHKTHIS( Polygon, NULL ); in SetFlags()
745 const Point& Polygon::GetPoint( sal_uInt16 nPos ) const in GetPoint()
747 DBG_CHKTHIS( Polygon, NULL ); in GetPoint()
756 PolyFlags Polygon::GetFlags( sal_uInt16 nPos ) const in GetFlags()
758 DBG_CHKTHIS( Polygon, NULL ); in GetFlags()
768 sal_Bool Polygon::HasFlags() const in HasFlags()
775 sal_Bool Polygon::IsControl(sal_uInt16 nPos) const in IsControl()
777 DBG_CHKTHIS( Polygon, NULL ); in IsControl()
788 sal_Bool Polygon::IsSmooth(sal_uInt16 nPos) const in IsSmooth()
790 DBG_CHKTHIS( Polygon, NULL ); in IsSmooth()
801 sal_Bool Polygon::IsRect() const in IsRect()
821 void Polygon::SetSize( sal_uInt16 nNewSize ) in SetSize()
823 DBG_CHKTHIS( Polygon, NULL ); in SetSize()
834 sal_uInt16 Polygon::GetSize() const in GetSize()
836 DBG_CHKTHIS( Polygon, NULL ); in GetSize()
843 void Polygon::Clear() in Clear()
845 DBG_CHKTHIS( Polygon, NULL ); in Clear()
860 double Polygon::CalcDistance( sal_uInt16 nP1, sal_uInt16 nP2 ) in CalcDistance()
877 void Polygon::Optimize( sal_uIntPtr nOptimizeFlags, const PolyOptimizeData* pData ) in Optimize()
879 DBG_CHKTHIS( Polygon, NULL ); in Optimize()
897 Polygon aNewPoly; in Optimize()
1042 void Polygon::AdaptiveSubdivide( Polygon& rResult, const double d ) const in AdaptiveSubdivide()
1095 rResult = Polygon( (sal_uInt16)aPoints.size() ); // ensure sufficient size for copy in AdaptiveSubdivide()
1102 void Polygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection()
1110 void Polygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion()
1118 void Polygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetDifference()
1126 void Polygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetXOR()
1134 void Polygon::ImplReduceEdges( Polygon& rPoly, const double& rArea, sal_uInt16 nPercent ) in ImplReduceEdges()
1142 Polygon aNewPoly( nPntCnt ); in ImplReduceEdges()
1235 void Polygon::Move( long nHorzMove, long nVertMove ) in Move()
1237 DBG_CHKTHIS( Polygon, NULL ); in Move()
1257 void Polygon::Translate(const Point& rTrans) in Translate()
1259 DBG_CHKTHIS( Polygon, NULL ); in Translate()
1268 void Polygon::Scale( double fScaleX, double fScaleY ) in Scale()
1270 DBG_CHKTHIS( Polygon, NULL ); in Scale()
1283 void Polygon::Rotate( const Point& rCenter, sal_uInt16 nAngle10 ) in Rotate()
1285 DBG_CHKTHIS( Polygon, NULL ); in Rotate()
1297 void Polygon::Rotate( const Point& rCenter, double fSin, double fCos ) in Rotate()
1299 DBG_CHKTHIS( Polygon, NULL ); in Rotate()
1319 void Polygon::SlantX( long nYRef, double fSin, double fCos ) in SlantX()
1321 DBG_CHKTHIS( Polygon, NULL ); in SlantX()
1336 void Polygon::SlantY( long nXRef, double fSin, double fCos ) in SlantY()
1338 DBG_CHKTHIS( Polygon, NULL ); in SlantY()
1353 void Polygon::Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect ) in Distort()
1355 DBG_CHKTHIS( Polygon, NULL ); in Distort()
1592 void Polygon::Clip( const Rectangle& rRect, sal_Bool bPolygon ) in Clip()
1626 Rectangle Polygon::GetBoundRect() const in GetBoundRect()
1628 DBG_CHKTHIS( Polygon, NULL ); in GetBoundRect()
1669 double Polygon::GetArea() const in GetArea()
1677 double Polygon::GetSignedArea() const in GetSignedArea()
1679 DBG_CHKTHIS( Polygon, NULL ); in GetSignedArea()
1705 sal_Bool Polygon::IsInside( const Point& rPoint ) const in IsInside()
1707 DBG_CHKTHIS( Polygon, NULL ); in IsInside()
1757 sal_Bool Polygon::IsRightOrientated() const in IsRightOrientated()
1759 DBG_CHKTHIS( Polygon, NULL ); in IsRightOrientated()
1765 void Polygon::Insert( sal_uInt16 nPos, const Point& rPt, PolyFlags eFlags ) in Insert()
1767 DBG_CHKTHIS( Polygon, NULL ); in Insert()
1785 void Polygon::Insert( sal_uInt16 nPos, const Polygon& rPoly ) in Insert()
1787 DBG_CHKTHIS( Polygon, NULL ); in Insert()
1806 void Polygon::Remove( sal_uInt16 nPos, sal_uInt16 nCount ) in Remove()
1808 DBG_CHKTHIS( Polygon, NULL ); in Remove()
1818 Point& Polygon::operator[]( sal_uInt16 nPos ) in operator []()
1820 DBG_CHKTHIS( Polygon, NULL ); in operator []()
1829 Polygon& Polygon::operator=( const Polygon& rPoly ) in operator =()
1831 DBG_CHKTHIS( Polygon, NULL ); in operator =()
1832 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in operator =()
1856 sal_Bool Polygon::operator==( const Polygon& rPoly ) const in operator ==()
1858 DBG_CHKTHIS( Polygon, NULL ); in operator ==()
1859 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in operator ==()
1869 sal_Bool Polygon::IsEqual( const Polygon& rPoly ) const in IsEqual()
1892 SvStream& operator>>( SvStream& rIStream, Polygon& rPoly ) in operator >>()
1894 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in operator >>()
1974 SvStream& operator<<( SvStream& rOStream, const Polygon& rPoly ) in operator <<()
1976 DBG_CHKOBJ( &rPoly, Polygon, NULL ); in operator <<()
2077 void Polygon::ImplRead( SvStream& rIStream ) in ImplRead()
2093 void Polygon::Read( SvStream& rIStream ) in Read()
2102 void Polygon::ImplWrite( SvStream& rOStream ) const in ImplWrite()
2114 void Polygon::Write( SvStream& rOStream ) const in Write()
2182 basegfx::B2DPolygon Polygon::getB2DPolygon() const in getB2DPolygon()
2276 Polygon::Polygon(const basegfx::B2DPolygon& rPolygon) in Polygon() function in Polygon
2279 DBG_CTOR( Polygon, NULL ); in Polygon()