Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx1287 sal_uInt16 nIndPrev = !n ? nPntCnt - 1 : n - 1; in ImplReduceEdges() local
1288 sal_uInt16 nIndPrevPrev = !nIndPrev ? nPntCnt - 1 : nIndPrev - 1; in ImplReduceEdges()
1291 Vector2D aVec1( rPoly[ nIndPrev ] ); aVec1 -= Vector2D(rPoly[ nIndPrevPrev ]); in ImplReduceEdges()
1292 Vector2D aVec2( rPoly[ n ] ); aVec2 -= Vector2D(rPoly[ nIndPrev ]); in ImplReduceEdges()
1304 aVecB -= Vector2D(rPoly[ nIndPrev ] ); in ImplReduceEdges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx1267 sal_uInt16 nIndPrev = !n ? nPntCnt - 1 : n - 1; in ImplReduceEdges() local
1268 sal_uInt16 nIndPrevPrev = !nIndPrev ? nPntCnt - 1 : nIndPrev - 1; in ImplReduceEdges()
1271 Vector2D aVec1( rPoly[ nIndPrev ] ); aVec1 -= Vector2D(rPoly[ nIndPrevPrev ]); in ImplReduceEdges()
1272 Vector2D aVec2( rPoly[ n ] ); aVec2 -= Vector2D(rPoly[ nIndPrev ]); in ImplReduceEdges()
1284 aVecB -= Vector2D(rPoly[ nIndPrev ] ); in ImplReduceEdges()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx645 const sal_uInt32 nIndPrev((a + nNumSlices - 1) % nNumSlices); in extractPlanesFromSlice() local
646 const Slice3D& rSlicePrev(rSliceVector[nIndPrev]); in extractPlanesFromSlice()
734 if(bCreateNormals && bSmoothNormals && (nIndPrev != a + 1)) in extractPlanesFromSlice()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx646 const sal_uInt32 nIndPrev((a + nNumSlices - 1) % nNumSlices); in extractPlanesFromSlice() local
647 const Slice3D& rSlicePrev(rSliceVector[nIndPrev]); in extractPlanesFromSlice()
735 if(bCreateNormals && bSmoothNormals && (nIndPrev != a + 1)) in extractPlanesFromSlice()