Searched refs:rPointPolygon (Results 1 – 1 of 1) sorted by relevance
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygoncutandtouch.cxx | 231 …void findTouches(const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVe… 652 const B2DPoint& rCurr, const B2DPoint& rNext, const B2DPolygon& rPointPolygon, in findTouchesOnEdge() argument 657 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouchesOnEdge() 669 const B2DPoint aTestPoint(rPointPolygon.getB2DPoint(a)); in findTouchesOnEdge() 699 const B2DCubicBezier& rCubicA, const B2DPolygon& rPointPolygon, in findTouchesOnCurve() argument 713 findTouches(aTempPolygon, rPointPolygon, aTempPointVector); in findTouchesOnCurve() 724 …void findTouches(const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVe… in findTouches() argument 728 const sal_uInt32 nPointCount(rPointPolygon.count()); in findTouches() 755 findTouchesOnCurve(aCubicA, rPointPolygon, a, rTempPoints); in findTouches() 761 findTouchesOnEdge(aCurr, aNext, rPointPolygon, a, rTempPoints); in findTouches()
|
Completed in 16 milliseconds