Searched refs:nIndPrev (Results 1 – 2 of 2) sorted by relevance
1151 sal_uInt16 nIndPrev = !n ? nPntCnt - 1 : n - 1; in ImplReduceEdges() local1152 sal_uInt16 nIndPrevPrev = !nIndPrev ? nPntCnt - 1 : nIndPrev - 1; in ImplReduceEdges()1155 Vector2D aVec1( rPoly[ nIndPrev ] ); aVec1 -= rPoly[ nIndPrevPrev ]; in ImplReduceEdges()1156 Vector2D aVec2( rPoly[ n ] ); aVec2 -= rPoly[ nIndPrev ]; in ImplReduceEdges()1168 double fDistB = ( aVecB -= rPoly[ nIndPrev ] ).GetLength(); in ImplReduceEdges()
662 const sal_uInt32 nIndPrev((a + nNumSlices - 1L) % nNumSlices); in extractPlanesFromSlice() local663 const Slice3D& rSlicePrev(rSliceVector[nIndPrev]); in extractPlanesFromSlice()749 if(bCreateNormals && bSmoothNormals && (nIndPrev != a + 1L)) in extractPlanesFromSlice()
Completed in 36 milliseconds