Searched refs:tempDiff (Results 1 – 2 of 2) sorted by relevance
796 CvPoint2D32f tempDiff = cvSubdiv2DEdgeDst( edge )->pt; in cvFindNearestPoint2D() local798 tempDiff.x -= t.x; in cvFindNearestPoint2D()799 tempDiff.y -= t.y; in cvFindNearestPoint2D()801 if( icvIsRightOf2( pt, t, tempDiff ) >= 0 ) in cvFindNearestPoint2D()
689 Point2f tempDiff; in findNearest() local690 edgeDst(edge, &tempDiff); in findNearest()692 tempDiff -= t; in findNearest()694 if( isRightOf2( pt, t, tempDiff ) >= 0 ) in findNearest()