Searched refs:aIntersect1 (Results 1 – 1 of 1) sorted by relevance
135 Point aIntersect1, aIntersect2; in Intersection() local136 Point* pCurIntersection = &aIntersect1; in Intersection()142 pCurIntersection = ( pCurIntersection == &aIntersect1 ) ? &aIntersect2 : NULL; in Intersection()145 pCurIntersection = ( pCurIntersection == &aIntersect1 ) ? &aIntersect2 : NULL; in Intersection()148 pCurIntersection = ( pCurIntersection == &aIntersect1 ) ? &aIntersect2 : NULL; in Intersection()153 rIntersection.maStart = aIntersect1; in Intersection()159 rIntersection.maStart = aIntersect1; in Intersection()161 if( ( maStart != aIntersect1 ) && bStartInside ) in Intersection()163 else if( ( maEnd != aIntersect1 ) && bEndInside ) in Intersection()
Completed in 17 milliseconds