Searched refs:rToBeCopied (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b3dpolygon.cxx | 826 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 D | b2dpolygon.cxx | 666 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 D | b2dpolypolygon.cxx | 48 ImplB2DPolyPolygon(const basegfx::B2DPolygon& rToBeCopied) : in ImplB2DPolyPolygon() argument 49 maPolygons(1,rToBeCopied) in ImplB2DPolyPolygon()
|
H A D | b3dpolypolygon.cxx | 49 ImplB3DPolyPolygon(const ::basegfx::B3DPolygon& rToBeCopied) : in ImplB3DPolyPolygon() argument 50 maPolygons(1,rToBeCopied) in ImplB3DPolyPolygon()
|
/aoo41x/main/basegfx/source/inc/ |
H A D | hommatrixtemplate.hxx | 125 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 56 milliseconds