Home
last modified time | relevance | path

Searched refs:rEnd (Results 1 – 25 of 148) sorted by path

123456

/trunk/main/basegfx/inc/basegfx/curve/
H A Db2dcubicbezier.hxx53 B2DCubicBezier(const B2DPoint& rStart, const B2DPoint& rEnd);
54 …int& rStart, const B2DPoint& rControlPointA, const B2DPoint& rControlPointB, const B2DPoint& rEnd);
H A Db2dquadraticbezier.hxx43 B2DQuadraticBezier(const ::basegfx::B2DPoint& rStart, const ::basegfx::B2DPoint& rEnd);
45 const ::basegfx::B2DPoint& rControlPoint, const ::basegfx::B2DPoint& rEnd);
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygoncutandtouch.hxx57 …olygon addPointsAtCuts(const B2DPolygon& rCandidate, const B2DPoint& rStart, const B2DPoint& rEnd);
58 …on addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPoint& rStart, const B2DPoint& rEnd);
H A Db2dpolygontools.hxx407 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint&…
417 …BASEGFX_DLLPUBLIC bool arePointsOnSameSideOfLine(const B2DPoint& rStart, const B2DPoint& rEnd, con…
H A Db3dpolygontools.hxx152 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&…
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx348 B2DCubicBezier::B2DCubicBezier(const B2DPoint& rStart, const B2DPoint& rEnd) in B2DCubicBezier() argument
350 maEndPoint(rEnd), in B2DCubicBezier()
352 maControlPointB(rEnd) in B2DCubicBezier()
356 …oint& rStart, const B2DPoint& rControlPointA, const B2DPoint& rControlPointB, const B2DPoint& rEnd) in B2DCubicBezier() argument
358 maEndPoint(rEnd), in B2DCubicBezier()
H A Db2dquadraticbezier.cxx44 …raticBezier::B2DQuadraticBezier(const ::basegfx::B2DPoint& rStart, const ::basegfx::B2DPoint& rEnd) in B2DQuadraticBezier() argument
46 maEndPoint(rEnd) in B2DQuadraticBezier()
50 … ::basegfx::B2DPoint& rStart, const ::basegfx::B2DPoint& rControl, const ::basegfx::B2DPoint& rEnd) in B2DQuadraticBezier() argument
52 maEndPoint(rEnd), in B2DQuadraticBezier()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx1047 …Polygon addPointsAtCuts(const B2DPolygon& rCandidate, const B2DPoint& rStart, const B2DPoint& rEnd) in addPointsAtCuts() argument
1051 if(nCount && !rStart.equal(rEnd)) in addPointsAtCuts()
1054 const B2DRange aEdgeRange(rStart, rEnd); in addPointsAtCuts()
1075 … findEdgeCutsBezierAndEdge(aCubic, rStart, rEnd, a, 0, aTempPoints, aUnusedTempPoints); in addPointsAtCuts()
1082 …findEdgeCutsTwoEdges(aCubic.getStartPoint(), aCubic.getEndPoint(), rStart, rEnd, a, 0, aTempPoints… in addPointsAtCuts()
1094 …gon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPoint& rStart, const B2DPoint& rEnd) in addPointsAtCuts() argument
1100 aRetval.append(addPointsAtCuts(rCandidate.getB2DPolygon(a), rStart, rEnd)); in addPointsAtCuts()
H A Db2dpolygontools.cxx2228 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool … in isPointOnLine() argument
2230 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
2235 else if(rStart.equal(rEnd)) in isPointOnLine()
2242 const B2DVector aEdgeVector(rEnd - rStart); in isPointOnLine()
2309 …bool arePointsOnSameSideOfLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCand… in arePointsOnSameSideOfLine() argument
2311 const B2DVector aLineVector(rEnd - rStart); in arePointsOnSameSideOfLine()
2312 const B2DVector aVectorToA(rEnd - rCandidateA); in arePointsOnSameSideOfLine()
2321 const B2DVector aVectorToB(rEnd - rCandidateB); in arePointsOnSameSideOfLine()
H A Db2dpolygontriangulator.cxx52 EdgeEntry(const B2DPoint& rStart, const B2DPoint& rEnd) in EdgeEntry() argument
55 maEnd(rEnd), in EdgeEntry()
75 maStart = rEnd; in EdgeEntry()
133 void handleClosingEdge(const B2DPoint& rStart, const B2DPoint& rEnd);
144 void Triangulator::handleClosingEdge(const B2DPoint& rStart, const B2DPoint& rEnd) in handleClosingEdge() argument
147 EdgeEntry aNew(rStart, rEnd); in handleClosingEdge()
H A Db2dpolypolygoncutter.cxx202 const B2DPoint& rEnd(maPNV[bPrev ? rPN.mnIP : rPN.mnIN].maPoint); in createSegment() local
208 return B2DCubicBezier(rStart, rStart + rCPA, rEnd + rCPB, rEnd); in createSegment()
H A Db3dpolygontools.cxx1035 …bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint& rCandidate, bool … in isPointOnLine() argument
1037 if(rCandidate.equal(rStart) || rCandidate.equal(rEnd)) in isPointOnLine()
1042 else if(rStart.equal(rEnd)) in isPointOnLine()
1049 const B3DVector aEdgeVector(rEnd - rStart); in isPointOnLine()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx804 aPoints[0][1].X = static_cast<sal_Int32>(rEnd.getX()); in lcl_makePointSequence()
805 aPoints[0][1].Y = static_cast<sal_Int32>(rEnd.getY()); in lcl_makePointSequence()
993 rEnd = getScreenPosition( fXEnd, fYEnd, fZEnd ); in get2DAxisMainLine()
995 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
996 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
1049 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
1050 double fDeltaY = rEnd.getY() - rStart.getY(); in get2DAxisMainLine()
1129 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
1167 rEnd = getScreenPosition( fXEnd, fYEnd, fZEnd ); in get2DAxisMainLine()
1174 double fDeltaX = rEnd.getX() - rStart.getX(); in get2DAxisMainLine()
[all …]
H A DVCartesianAxis.hxx75 …void get2DAxisMainLine( ::basegfx::B2DVector& rStart, ::basegfx::B2DVector& rEnd, double fC…
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2833 const ImplRenderer::ActionVector::const_iterator& rEnd ) in forSubsetRange() argument
2872 if( aRangeEnd == rEnd || in forSubsetRange()
/trunk/main/cppuhelper/source/
H A Dshlib.cxx201 const OUString & rText, const OUString & rEnd ) SAL_THROW( () ) in endsWith() argument
203 if (rText.getLength() >= rEnd.getLength() && in endsWith()
204 rEnd.equalsIgnoreAsciiCase( in endsWith()
205 rText.copy( rText.getLength() - rEnd.getLength() ) )) in endsWith()
207 return rText.getLength() - rEnd.getLength(); in endsWith()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dborderlineprimitive2d.hxx121 const basegfx::B2DPoint& rEnd,
H A Dpolygonprimitive2d.hxx291 const attribute::LineStartEndAttribute& rEnd);
298 const attribute::LineStartEndAttribute& rEnd);
H A Dpolypolygonprimitive2d.hxx230 const attribute::LineStartEndAttribute& rEnd);
237 const attribute::LineStartEndAttribute& rEnd);
H A Dsvggradientprimitive2d.hxx211 const basegfx::B2DPoint& rEnd,
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrlatheprimitive3d.hxx91 const basegfx::B2DPoint& rEnd) const;
/trunk/main/drawinglayer/inc/drawinglayer/texture/
H A Dtexture.hxx91 const basegfx::BColor& rEnd,
129 const basegfx::BColor& rEnd,
160 const basegfx::BColor& rEnd,
186 const basegfx::BColor& rEnd,
213 const basegfx::BColor& rEnd,
241 const basegfx::BColor& rEnd,
269 const basegfx::BColor& rEnd,
/trunk/main/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx174 const basegfx::B2DPoint& rEnd, in BorderLinePrimitive2D() argument
187 maEnd(rEnd), in BorderLinePrimitive2D()
H A Dpolygonprimitive2d.cxx606 const attribute::LineStartEndAttribute& rEnd) in PolygonStrokeArrowPrimitive2D() argument
609 maEnd(rEnd) in PolygonStrokeArrowPrimitive2D()
617 const attribute::LineStartEndAttribute& rEnd) in PolygonStrokeArrowPrimitive2D() argument
620 maEnd(rEnd) in PolygonStrokeArrowPrimitive2D()
H A Dpolypolygonprimitive2d.cxx310 const attribute::LineStartEndAttribute& rEnd) in PolyPolygonStrokeArrowPrimitive2D() argument
313 maEnd(rEnd) in PolyPolygonStrokeArrowPrimitive2D()
321 const attribute::LineStartEndAttribute& rEnd) in PolyPolygonStrokeArrowPrimitive2D() argument
324 maEnd(rEnd) in PolyPolygonStrokeArrowPrimitive2D()

Completed in 141 milliseconds

123456