Lines Matching refs:B3DPolygon
1534 namespace { struct DefaultPolygon : public rtl::Static< B3DPolygon::ImplType,
1537 B3DPolygon::B3DPolygon() : in B3DPolygon() function in basegfx::B3DPolygon
1542 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon) : in B3DPolygon() function in basegfx::B3DPolygon
1547 B3DPolygon::B3DPolygon(const B3DPolygon& rPolygon, sal_uInt32 nIndex, sal_uInt32 nCount) : in B3DPolygon() function in basegfx::B3DPolygon
1555 B3DPolygon::~B3DPolygon() in ~B3DPolygon()
1559 B3DPolygon& B3DPolygon::operator=(const B3DPolygon& rPolygon) in operator =()
1565 void B3DPolygon::makeUnique() in makeUnique()
1570 bool B3DPolygon::operator==(const B3DPolygon& rPolygon) const in operator ==()
1578 bool B3DPolygon::operator!=(const B3DPolygon& rPolygon) const in operator !=()
1583 sal_uInt32 B3DPolygon::count() const in count()
1588 basegfx::B3DPoint B3DPolygon::getB3DPoint(sal_uInt32 nIndex) const in getB3DPoint()
1595 void B3DPolygon::setB3DPoint(sal_uInt32 nIndex, const basegfx::B3DPoint& rValue) in setB3DPoint()
1603 BColor B3DPolygon::getBColor(sal_uInt32 nIndex) const in getBColor()
1610 void B3DPolygon::setBColor(sal_uInt32 nIndex, const BColor& rValue) in setBColor()
1618 bool B3DPolygon::areBColorsUsed() const in areBColorsUsed()
1623 void B3DPolygon::clearBColors() in clearBColors()
1629 B3DVector B3DPolygon::getNormal() const in getNormal()
1634 B3DVector B3DPolygon::getNormal(sal_uInt32 nIndex) const in getNormal()
1641 void B3DPolygon::setNormal(sal_uInt32 nIndex, const B3DVector& rValue) in setNormal()
1649 void B3DPolygon::transformNormals(const B3DHomMatrix& rMatrix) in transformNormals()
1655 bool B3DPolygon::areNormalsUsed() const in areNormalsUsed()
1660 void B3DPolygon::clearNormals() in clearNormals()
1666 B2DPoint B3DPolygon::getTextureCoordinate(sal_uInt32 nIndex) const in getTextureCoordinate()
1673 void B3DPolygon::setTextureCoordinate(sal_uInt32 nIndex, const B2DPoint& rValue) in setTextureCoordinate()
1681 void B3DPolygon::transformTextureCoordiantes(const B2DHomMatrix& rMatrix) in transformTextureCoordiantes()
1687 bool B3DPolygon::areTextureCoordinatesUsed() const in areTextureCoordinatesUsed()
1692 void B3DPolygon::clearTextureCoordinates() in clearTextureCoordinates()
1698 void B3DPolygon::insert(sal_uInt32 nIndex, const ::basegfx::B3DPoint& rPoint, sal_uInt32 nCount) in insert()
1706 void B3DPolygon::append(const basegfx::B3DPoint& rPoint, sal_uInt32 nCount) in append()
1712 …void B3DPolygon::insert(sal_uInt32 nIndex, const B3DPolygon& rPoly, sal_uInt32 nIndex2, sal_uInt32… in insert()
1736 void B3DPolygon::append(const B3DPolygon& rPoly, sal_uInt32 nIndex, sal_uInt32 nCount) in append()
1758 void B3DPolygon::remove(sal_uInt32 nIndex, sal_uInt32 nCount) in remove()
1766 void B3DPolygon::clear() in clear()
1771 bool B3DPolygon::isClosed() const in isClosed()
1776 void B3DPolygon::setClosed(bool bNew) in setClosed()
1782 void B3DPolygon::flip() in flip()
1788 bool B3DPolygon::hasDoublePoints() const in hasDoublePoints()
1793 void B3DPolygon::removeDoublePoints() in removeDoublePoints()
1802 void B3DPolygon::transform(const basegfx::B3DHomMatrix& rMatrix) in transform()