Searched refs:ImplMatLine (Results 1 – 1 of 1) sorted by relevance
44 template < unsigned int _RowSize > class ImplMatLine class51 ImplMatLine() in ImplMatLine() function in basegfx::internal::ImplMatLine55 ImplMatLine(sal_uInt16 nRow, ImplMatLine< RowSize >* pToBeCopied = 0L) in ImplMatLine() function in basegfx::internal::ImplMatLine85 ImplMatLine< RowSize > maLine[RowSize - 1];86 ImplMatLine< RowSize >* mpLine;131 memcpy(&maLine[a], &rToBeCopied.maLine[a], sizeof(ImplMatLine< RowSize >)); in ImplHomMatrixTemplate()136 mpLine = new ImplMatLine< RowSize >((RowSize - 1), rToBeCopied.mpLine); in ImplHomMatrixTemplate()181 mpLine = new ImplMatLine< RowSize >((RowSize - 1), 0L); in set()
Completed in 10 milliseconds