Lines Matching refs:B3DPolyPolygon

88 	void insert(sal_uInt32 nIndex, const ::basegfx::B3DPolyPolygon& rPolyPolygon)  in insert()
207 namespace { struct DefaultPolyPolygon : public rtl::Static<B3DPolyPolygon::ImplType,
210 B3DPolyPolygon::B3DPolyPolygon() : in B3DPolyPolygon() function in basegfx::B3DPolyPolygon
215 B3DPolyPolygon::B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon) : in B3DPolyPolygon() function in basegfx::B3DPolyPolygon
220 B3DPolyPolygon::B3DPolyPolygon(const B3DPolygon& rPolygon) : in B3DPolyPolygon() function in basegfx::B3DPolyPolygon
225 B3DPolyPolygon::~B3DPolyPolygon() in ~B3DPolyPolygon()
229 B3DPolyPolygon& B3DPolyPolygon::operator=(const B3DPolyPolygon& rPolyPolygon) in operator =()
235 void B3DPolyPolygon::makeUnique() in makeUnique()
241 bool B3DPolyPolygon::operator==(const B3DPolyPolygon& rPolyPolygon) const in operator ==()
249 bool B3DPolyPolygon::operator!=(const B3DPolyPolygon& rPolyPolygon) const in operator !=()
254 sal_uInt32 B3DPolyPolygon::count() const in count()
259 B3DPolygon B3DPolyPolygon::getB3DPolygon(sal_uInt32 nIndex) const in getB3DPolygon()
266 void B3DPolyPolygon::setB3DPolygon(sal_uInt32 nIndex, const B3DPolygon& rPolygon) in setB3DPolygon()
274 bool B3DPolyPolygon::areBColorsUsed() const in areBColorsUsed()
287 void B3DPolyPolygon::clearBColors() in clearBColors()
293 void B3DPolyPolygon::transformNormals(const B3DHomMatrix& rMatrix) in transformNormals()
299 bool B3DPolyPolygon::areNormalsUsed() const in areNormalsUsed()
312 void B3DPolyPolygon::clearNormals() in clearNormals()
318 void B3DPolyPolygon::transformTextureCoordiantes(const B2DHomMatrix& rMatrix) in transformTextureCoordiantes()
324 bool B3DPolyPolygon::areTextureCoordinatesUsed() const in areTextureCoordinatesUsed()
337 void B3DPolyPolygon::clearTextureCoordinates() in clearTextureCoordinates()
343 void B3DPolyPolygon::insert(sal_uInt32 nIndex, const B3DPolygon& rPolygon, sal_uInt32 nCount) in insert()
351 void B3DPolyPolygon::append(const B3DPolygon& rPolygon, sal_uInt32 nCount) in append()
357 void B3DPolyPolygon::insert(sal_uInt32 nIndex, const B3DPolyPolygon& rPolyPolygon) in insert()
365 void B3DPolyPolygon::append(const B3DPolyPolygon& rPolyPolygon) in append()
371 void B3DPolyPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
379 void B3DPolyPolygon::clear() in clear()
384 bool B3DPolyPolygon::isClosed() const in isClosed()
401 void B3DPolyPolygon::setClosed(bool bNew) in setClosed()
407 void B3DPolyPolygon::flip() in flip()
412 bool B3DPolyPolygon::hasDoublePoints() const in hasDoublePoints()
427 void B3DPolyPolygon::removeDoublePoints() in removeDoublePoints()
433 void B3DPolyPolygon::transform(const B3DHomMatrix& rMatrix) in transform()