Searched refs:ImplHomMatrixTemplate (Results 1 – 3 of 3) sorted by relevance
81 template < unsigned int _RowSize > class ImplHomMatrixTemplate class107 delete ((ImplHomMatrixTemplate< RowSize >*)this)->mpLine; in isLastLineDefault()108 ((ImplHomMatrixTemplate< RowSize >*)this)->mpLine = 0L; in isLastLineDefault()113 ImplHomMatrixTemplate() in ImplHomMatrixTemplate() function in basegfx::internal::ImplHomMatrixTemplate125 ImplHomMatrixTemplate(const ImplHomMatrixTemplate& rToBeCopied) in ImplHomMatrixTemplate() function in basegfx::internal::ImplHomMatrixTemplate140 ~ImplHomMatrixTemplate() in ~ImplHomMatrixTemplate()391 ImplHomMatrixTemplate aWork(*this); in isInvertible()420 void doInvert(const ImplHomMatrixTemplate& rWork, const sal_uInt16 nIndex[]) in doInvert()468 ImplHomMatrixTemplate aWork(*this); in doDeterminant()519 void doAddMatrix(const ImplHomMatrixTemplate& rMat) in doAddMatrix()[all …]
34 class Impl2DHomMatrix : public ::basegfx::internal::ImplHomMatrixTemplate< 3 >
32 class Impl3DHomMatrix : public ::basegfx::internal::ImplHomMatrixTemplate< 4 >