Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx111 sal_uInt32 nISmallest(0); in getNormal() local
127 nISmallest = a; in getNormal()
133 for(a = (nISmallest + 1) % nPointCount; a != nISmallest; a = (a + 1) % nPointCount) in getNormal()
145 …for(a = (nISmallest + nPointCount - 1) % nPointCount; a != nISmallest; a = (a + nPointCount - 1) %… in getNormal()

Completed in 18 milliseconds