Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/generic/
H A Dline.cxx135 Point aIntersect1, aIntersect2; in Intersection() local
139 pCurIntersection = &aIntersect2; 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()
154 rIntersection.maEnd = aIntersect2; in Intersection()
156 else if( pCurIntersection == &aIntersect2 ) in Intersection()

Completed in 12 milliseconds