Home
last modified time | relevance | path

Searched refs:ImplMatLine (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx44 template < unsigned int _RowSize > class ImplMatLine class
51 ImplMatLine() in ImplMatLine() function in basegfx::internal::ImplMatLine
55 ImplMatLine(sal_uInt16 nRow, ImplMatLine< RowSize >* pToBeCopied = 0L) in ImplMatLine() function in basegfx::internal::ImplMatLine
85 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 7 milliseconds