Lines Matching refs:B2DPolyPolygon

87 	void insert(sal_uInt32 nIndex, const basegfx::B2DPolyPolygon& rPolyPolygon)  in insert()
198 namespace { struct DefaultPolyPolygon: public rtl::Static<B2DPolyPolygon::ImplType,
201 B2DPolyPolygon::B2DPolyPolygon() : in B2DPolyPolygon() function in basegfx::B2DPolyPolygon
206 B2DPolyPolygon::B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon) : in B2DPolyPolygon() function in basegfx::B2DPolyPolygon
211 B2DPolyPolygon::B2DPolyPolygon(const B2DPolygon& rPolygon) : in B2DPolyPolygon() function in basegfx::B2DPolyPolygon
216 B2DPolyPolygon::~B2DPolyPolygon() in ~B2DPolyPolygon()
220 B2DPolyPolygon& B2DPolyPolygon::operator=(const B2DPolyPolygon& rPolyPolygon) in operator =()
226 void B2DPolyPolygon::makeUnique() in makeUnique()
232 bool B2DPolyPolygon::operator==(const B2DPolyPolygon& rPolyPolygon) const in operator ==()
240 bool B2DPolyPolygon::operator!=(const B2DPolyPolygon& rPolyPolygon) const in operator !=()
245 sal_uInt32 B2DPolyPolygon::count() const in count()
250 B2DPolygon B2DPolyPolygon::getB2DPolygon(sal_uInt32 nIndex) const in getB2DPolygon()
257 void B2DPolyPolygon::setB2DPolygon(sal_uInt32 nIndex, const B2DPolygon& rPolygon) in setB2DPolygon()
265 bool B2DPolyPolygon::areControlPointsUsed() const in areControlPointsUsed()
280 void B2DPolyPolygon::insert(sal_uInt32 nIndex, const B2DPolygon& rPolygon, sal_uInt32 nCount) in insert()
288 void B2DPolyPolygon::append(const B2DPolygon& rPolygon, sal_uInt32 nCount) in append()
294 B2DPolyPolygon B2DPolyPolygon::getDefaultAdaptiveSubdivision() const in getDefaultAdaptiveSubdivision()
296 B2DPolyPolygon aRetval; in getDefaultAdaptiveSubdivision()
306 B2DRange B2DPolyPolygon::getB2DRange() const in getB2DRange()
318 void B2DPolyPolygon::insert(sal_uInt32 nIndex, const B2DPolyPolygon& rPolyPolygon) in insert()
326 void B2DPolyPolygon::append(const B2DPolyPolygon& rPolyPolygon) in append()
332 void B2DPolyPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
340 void B2DPolyPolygon::clear() in clear()
345 bool B2DPolyPolygon::isClosed() const in isClosed()
362 void B2DPolyPolygon::setClosed(bool bNew) in setClosed()
368 void B2DPolyPolygon::flip() in flip()
376 bool B2DPolyPolygon::hasDoublePoints() const in hasDoublePoints()
391 void B2DPolyPolygon::removeDoublePoints() in removeDoublePoints()
397 void B2DPolyPolygon::transform(const B2DHomMatrix& rMatrix) in transform()
405 const B2DPolygon* B2DPolyPolygon::begin() const in begin()
410 const B2DPolygon* B2DPolyPolygon::end() const in end()
415 B2DPolygon* B2DPolyPolygon::begin() in begin()
420 B2DPolygon* B2DPolyPolygon::end() in end()