Searched refs:fCut2 (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygoncutandtouch.cxx | 261 double fCut2; in findEdgeCutsTwoEdges() local 266 fCut2 = (rCurrA.getX() + (fCut * aVecA.getX()) - rCurrB.getX()) / aVecB.getX(); in findEdgeCutsTwoEdges() 270 fCut2 = (rCurrA.getY() + (fCut * aVecA.getY()) - rCurrB.getY()) / aVecB.getY(); in findEdgeCutsTwoEdges() 273 if(fTools::more(fCut2, fZero) && fTools::less(fCut2, fOne)) in findEdgeCutsTwoEdges() 280 rTempPointsB.push_back(temporaryPoint(aCutPoint, nIndB, fCut2)); in findEdgeCutsTwoEdges()
|
H A D | b2dpolygontools.cxx | 1057 double fCut2(0.0); in findCut() local 1085 fCut1 = fCut2 = 1.0; in findCut() 1099 fCut2 = 1.0; in findCut() 1113 fCut2 = 0.0; in findCut() 1123 if(isPointOnEdge(rEdge1Start, rEdge2Start, rEdge2Delta, &fCut2)) in findCut() 1145 if(isPointOnEdge(aEnd1, rEdge2Start, rEdge2Delta, &fCut2)) in findCut() 1184 fCut2 = (rEdge1Start.getX() + fCut1 in findCut() 1189 fCut2 = (rEdge1Start.getY() + fCut1 in findCut() 1194 if(fTools::more(fCut2, fZero) && fTools::less(fCut2, fOne)) in findCut() 1212 *pCut2 = fCut2; in findCut()
|
Completed in 32 milliseconds