Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx826 ImplB3DPolygon(const ImplB3DPolygon& rToBeCopied) in ImplB3DPolygon() argument
827 : maPoints(rToBeCopied.maPoints), in ImplB3DPolygon()
831 maPlaneNormal(rToBeCopied.maPlaneNormal), in ImplB3DPolygon()
832 mbIsClosed(rToBeCopied.mbIsClosed), in ImplB3DPolygon()
836 if(rToBeCopied.mpBColors && rToBeCopied.mpBColors->isUsed()) in ImplB3DPolygon()
841 if(rToBeCopied.mpNormals && rToBeCopied.mpNormals->isUsed()) in ImplB3DPolygon()
846 if(rToBeCopied.mpTextureCoordiantes && rToBeCopied.mpTextureCoordiantes->isUsed()) in ImplB3DPolygon()
858 mbIsClosed(rToBeCopied.mbIsClosed), in ImplB3DPolygon()
862 if(rToBeCopied.mpBColors && rToBeCopied.mpBColors->isUsed()) in ImplB3DPolygon()
873 if(rToBeCopied.mpNormals && rToBeCopied.mpNormals->isUsed()) in ImplB3DPolygon()
[all …]
H A Db2dpolygon.cxx666 ImplB2DPolygon(const ImplB2DPolygon& rToBeCopied) in ImplB2DPolygon() argument
667 : maPoints(rToBeCopied.maPoints), in ImplB2DPolygon()
670 mbIsClosed(rToBeCopied.mbIsClosed) in ImplB2DPolygon()
673 if(rToBeCopied.mpControlVector && rToBeCopied.mpControlVector->isUsed()) in ImplB2DPolygon()
680 : maPoints(rToBeCopied.maPoints, nIndex, nCount), in ImplB2DPolygon()
683 mbIsClosed(rToBeCopied.mbIsClosed) in ImplB2DPolygon()
686 if(rToBeCopied.mpControlVector && rToBeCopied.mpControlVector->isUsed()) in ImplB2DPolygon()
695 ImplB2DPolygon& operator=( const ImplB2DPolygon& rToBeCopied ) in operator =() argument
697 maPoints = rToBeCopied.maPoints; in operator =()
700 mbIsClosed = rToBeCopied.mbIsClosed; in operator =()
[all …]
H A Db2dpolypolygon.cxx48 ImplB2DPolyPolygon(const basegfx::B2DPolygon& rToBeCopied) : in ImplB2DPolyPolygon() argument
49 maPolygons(1,rToBeCopied) in ImplB2DPolyPolygon()
H A Db3dpolypolygon.cxx49 ImplB3DPolyPolygon(const ::basegfx::B3DPolygon& rToBeCopied) : in ImplB3DPolyPolygon() argument
50 maPolygons(1,rToBeCopied) in ImplB3DPolyPolygon()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx125 ImplHomMatrixTemplate(const ImplHomMatrixTemplate& rToBeCopied) in ImplHomMatrixTemplate() argument
131 memcpy(&maLine[a], &rToBeCopied.maLine[a], sizeof(ImplMatLine< RowSize >)); in ImplHomMatrixTemplate()
134 if(rToBeCopied.mpLine) in ImplHomMatrixTemplate()
136 mpLine = new ImplMatLine< RowSize >((RowSize - 1), rToBeCopied.mpLine); in ImplHomMatrixTemplate()

Completed in 32 milliseconds