Home
last modified time | relevance | path

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

/aoo41x/main/tools/source/generic/
H A Dline.cxx135 Point aIntersect1, aIntersect2; in Intersection() local
136 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 7 milliseconds