Searched refs:rEdge1Start (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 1050 const B2DPoint& rEdge1Start, const B2DVector& rEdge1Delta, in findCut() argument 1068 if(rEdge1Start.equal(rEdge2Start)) in findCut() 1078 const B2DPoint aEnd1(rEdge1Start + rEdge1Delta); in findCut() 1094 if(rEdge1Start.equal(aEnd2)) in findCut() 1106 const B2DPoint aEnd1(rEdge1Start + rEdge1Delta); in findCut() 1123 if(isPointOnEdge(rEdge1Start, rEdge2Start, rEdge2Delta, &fCut2)) in findCut() 1133 if(isPointOnEdge(rEdge2Start, rEdge1Start, rEdge1Delta, &fCut1)) in findCut() 1143 const B2DPoint aEnd1(rEdge1Start + rEdge1Delta); in findCut() 1157 if(isPointOnEdge(aEnd2, rEdge1Start, rEdge1Delta, &fCut1)) in findCut() 1184 fCut2 = (rEdge1Start.getX() + fCut1 in findCut() [all …]
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 179 const B2DPoint& rEdge1Start, const B2DVector& rEdge1Delta,
|
Completed in 50 milliseconds