Searched refs:getBezierSegment (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygoncutandtouch.cxx | 129 rCandidate.getBezierSegment(a, aEdge); in mergeTemporaryPointsAndPolygon() 548 rCandidate.getBezierSegment(a, aCubicA); in findCuts() 561 rCandidate.getBezierSegment(b, aCubicB); in findCuts() 807 rCandidateA.getBezierSegment(a, aCubicA); in findCuts() 814 rCandidateB.getBezierSegment(b, aCubicB); in findCuts() 1065 rCandidate.getBezierSegment(a, aCubic); in addPointsAtCuts() 1136 rCandidate.getBezierSegment(a, aCubicA); in addPointsAtCuts() 1148 aMask.getBezierSegment(b, aCubicB); in addPointsAtCuts()
|
H A D | b2dpolygonclipper.cxx | 110 aCandidate.getBezierSegment(a, aEdge); in clipPolygonOnParallelAxis() 436 aCandidate.getBezierSegment(b, aEdge); in clipPolyPolygonOnPolyPolygon()
|
H A D | b2dpolygon.cxx | 1480 void B2DPolygon::getBezierSegment(sal_uInt32 nIndex, B2DCubicBezier& rTarget) const in getBezierSegment() function in basegfx::B2DPolygon
|
H A D | b2dpolygontools.cxx | 3691 rCandidate.getBezierSegment(nPrev, aSegment); in getTangentEnteringPoint() 3728 rCandidate.getBezierSegment(nCurrent, aSegment); in getTangentLeavingPoint()
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 126 mrPolygon.getBezierSegment(mnIndex % mrPolygon.count(), maCurrentSegment); in advanceToPosition() 157 mrPolygon.getBezierSegment(mnIndex % mrPolygon.count(), maCurrentSegment); in pathTextBreakupHelper()
|
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygon.hxx | 139 void getBezierSegment(sal_uInt32 nIndex, B2DCubicBezier& rTarget) const;
|
/aoo41x/main/basegfx/inc/basegfx/tools/ |
H A D | unopolypolygon.hxx | 69 …virtual ::com::sun::star::geometry::RealBezierSegment2D SAL_CALL getBezierSegment( ::sal_Int32 nPo…
|
/aoo41x/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 312 … geometry::RealBezierSegment2D SAL_CALL UnoPolyPolygon::getBezierSegment( sal_Int32 nPolygonIndex, in getBezierSegment() function in basegfx::unotools::UnoPolyPolygon
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | XBezierPolyPolygon2D.idl | 136 …::com::sun::star::geometry::RealBezierSegment2D getBezierSegment( [in] long nPolygonIndex, [in] lo…
|
Completed in 507 milliseconds