Searched refs:pSmallest (Results 1 – 2 of 2) sorted by relevance
113 const basegfx::B3DPoint* pSmallest(&maVector[0].getCoordinate()); in getNormal() local123 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()
207 B2DPoint* pSmallest=0; in normalizePoly() local210 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 34 milliseconds