Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db3dpolygon.cxx113 const basegfx::B3DPoint* pSmallest(&maVector[0].getCoordinate()); in getNormal() local
123 if((rCandidate.getX() < pSmallest->getX()) in getNormal()
124 … || (rCandidate.getX() == pSmallest->getX() && rCandidate.getY() < pSmallest->getY()) in getNormal()
125 …|| (rCandidate.getX() == pSmallest->getX() && rCandidate.getY() == pSmallest->getY() && rCandidate… in getNormal()
128 pSmallest = &rCandidate; in getNormal()
137 if(!rCandidate.equal(*pSmallest)) in getNormal()
149 if(!rCandidate.equal(*pSmallest)) in getNormal()
160 const basegfx::B3DVector aPrev(*pPrev - *pSmallest); in getNormal()
161 const basegfx::B3DVector aNext(*pNext - *pSmallest); in getNormal()
/trunk/main/basegfx/test/
H A Dboxclipper.cxx207 B2DPoint* pSmallest=0; in normalizePoly() local
210 if( ! pSmallest || compare(*pCurr, *pSmallest) ) in normalizePoly()
212 pSmallest=pCurr; in normalizePoly()
216 if( pSmallest ) in normalizePoly()
217 std::rotate(aTmp.begin(),pSmallest,aTmp.end()); in normalizePoly()

Completed in 17 milliseconds