Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx227 const sal_uInt32 nIndNext((b + 1) % nPointCount); in impCreateInBetweenNormals() local
228 const basegfx::B3DPoint aNextA(aSubA.getB3DPoint(nIndNext)); in impCreateInBetweenNormals()
238 const basegfx::B3DPoint aNextB(aSubB.getB3DPoint(nIndNext)); in impCreateInBetweenNormals()
743 const sal_uInt32 nIndNext((a + 2) % nNumSlices); in extractPlanesFromSlice() local
744 const Slice3D& rSliceNext(rSliceVector[nIndNext]); in extractPlanesFromSlice()
825 if(bCreateNormals && bSmoothNormals && (nIndNext != a)) in extractPlanesFromSlice()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx227 const sal_uInt32 nIndNext((b + 1) % nPointCount); in impCreateInBetweenNormals() local
228 const basegfx::B3DPoint aNextA(aSubA.getB3DPoint(nIndNext)); in impCreateInBetweenNormals()
238 const basegfx::B3DPoint aNextB(aSubB.getB3DPoint(nIndNext)); in impCreateInBetweenNormals()
744 const sal_uInt32 nIndNext((a + 2) % nNumSlices); in extractPlanesFromSlice() local
745 const Slice3D& rSliceNext(rSliceVector[nIndNext]); in extractPlanesFromSlice()
826 if(bCreateNormals && bSmoothNormals && (nIndNext != a)) in extractPlanesFromSlice()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx1289 sal_uInt16 nIndNext = ( n == nPntCnt-1 ) ? 0 : n + 1; in ImplReduceEdges() local
1290 sal_uInt16 nIndNextNext = ( nIndNext == nPntCnt - 1 ) ? 0 : nIndNext + 1; in ImplReduceEdges()
1293 Vector2D aVec3( rPoly[ nIndNext ] ); aVec3 -= Vector2D(rPoly[ n ]); in ImplReduceEdges()
1294 Vector2D aVec4( rPoly[ nIndNextNext ] ); aVec4 -= Vector2D(rPoly[ nIndNext ]); in ImplReduceEdges()
1303 Vector2D aVecB( rPoly[ nIndNext ] ); in ImplReduceEdges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx1269 sal_uInt16 nIndNext = ( n == nPntCnt-1 ) ? 0 : n + 1; in ImplReduceEdges() local
1270 sal_uInt16 nIndNextNext = ( nIndNext == nPntCnt - 1 ) ? 0 : nIndNext + 1; in ImplReduceEdges()
1273 Vector2D aVec3( rPoly[ nIndNext ] ); aVec3 -= Vector2D(rPoly[ n ]); in ImplReduceEdges()
1274 Vector2D aVec4( rPoly[ nIndNextNext ] ); aVec4 -= Vector2D(rPoly[ nIndNext ]); in ImplReduceEdges()
1283 Vector2D aVecB( rPoly[ nIndNext ] ); in ImplReduceEdges()