Lines Matching refs:B2DPolyPolygon
45 class BASEGFX_DLLPUBLIC B2DPolyPolygon class
54 B2DPolyPolygon();
55 B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon);
56 explicit B2DPolyPolygon(const B2DPolygon& rPolygon);
57 ~B2DPolyPolygon();
60 B2DPolyPolygon& operator=(const B2DPolyPolygon& rPolyPolygon);
66 bool operator==(const B2DPolyPolygon& rPolyPolygon) const;
67 bool operator!=(const B2DPolyPolygon& rPolyPolygon) const;
89 B2DPolyPolygon getDefaultAdaptiveSubdivision() const;
101 void insert(sal_uInt32 nIndex, const B2DPolyPolygon& rPolyPolygon);
102 void append(const B2DPolyPolygon& rPolyPolygon);
134 typedef ::std::vector< B2DPolyPolygon > B2DPolyPolygonVector;