| H A D | b2dhommatrix.cxx | 42 namespace { struct IdentityMatrix : public rtl::Static< B2DHomMatrix::ImplType, 45 B2DHomMatrix::B2DHomMatrix() : in B2DHomMatrix() function in basegfx::B2DHomMatrix 50 B2DHomMatrix::B2DHomMatrix(const B2DHomMatrix& rMat) : in B2DHomMatrix() function in basegfx::B2DHomMatrix 55 B2DHomMatrix::~B2DHomMatrix() in ~B2DHomMatrix() 59 …B2DHomMatrix::B2DHomMatrix(double f_0x0, double f_0x1, double f_0x2, double f_1x0, double f_1x1, d… in B2DHomMatrix() function in basegfx::B2DHomMatrix 70 B2DHomMatrix& B2DHomMatrix::operator=(const B2DHomMatrix& rMat) in operator =() 76 void B2DHomMatrix::makeUnique() in makeUnique() 81 double B2DHomMatrix::get(sal_uInt16 nRow, sal_uInt16 nColumn) const in get() 86 void B2DHomMatrix::set(sal_uInt16 nRow, sal_uInt16 nColumn, double fValue) in set() 91 …void B2DHomMatrix::set3x2(double f_0x0, double f_0x1, double f_0x2, double f_1x0, double f_1x1, do… in set3x2() [all …]
|