/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 66 rCandidate.append(rCandidate.getB2DPoint(0)); in openWithGeometryChange() 83 …while(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.cou… in closeWithGeometryChange() 102 …if(rCandidate.count() > 1 && rCandidate.getB2DPoint(0) == rCandidate.getB2DPoint(rCandidate.count(… in checkClosed() 417 aCurrentPoint = aCandidate.getB2DPoint(a); in isInside() 486 aRetval.expand(rCandidate.getB2DPoint(a)); in getRangeWithControlPoints() 710 aRetval = rCandidate.getB2DPoint(nIndex); in getPositionAbsolute() 1501 if(aFirst.getB2DPoint(0).equal(aLast.getB2DPoint(aLast.count() - 1))) in applyLineDashing() 1523 if(aFirst.getB2DPoint(0).equal(aLast.getB2DPoint(aLast.count() - 1))) in applyLineDashing() 2341 B2DPoint aLast(rCandidate.getB2DPoint(1L)); in addTriangleFan() 3124 aRetval.append(interpolate(rOld1.getB2DPoint(a), rOld2.getB2DPoint(a), t)); in interpolate() [all …]
|
H A D | b2dpolygoncutandtouch.cxx | 124 aRetval.append(rCandidate.getB2DPoint(0)); in mergeTemporaryPointsAndPolygon() 313 B2DPoint aCurrA(rCandidateA.getB2DPoint(0L)); in findCutsAndTouchesAndCommonForBezier() 317 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L)); in findCutsAndTouchesAndCommonForBezier() 319 B2DPoint aCurrB(rCandidateB.getB2DPoint(0L)); in findCutsAndTouchesAndCommonForBezier() 323 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L)); in findCutsAndTouchesAndCommonForBezier() 602 B2DPoint aCurrA(rCandidate.getB2DPoint(0L)); in findCuts() 608 B2DPoint aCurrB(rCandidate.getB2DPoint(a + 1L)); in findCuts() 669 const B2DPoint aTestPoint(rPointPolygon.getB2DPoint(a)); in findTouchesOnEdge() 734 B2DPoint aCurr(rEdgePolygon.getB2DPoint(0)); in findTouches() 854 B2DPoint aCurrA(rCandidateA.getB2DPoint(0L)); in findCuts() [all …]
|
H A D | b2dsvgpolypolygon.cxx | 97 nLastX = aCurrPoly.getB2DPoint(0).getX(); in importFromSvgD() 98 nLastY = aCurrPoly.getB2DPoint(0).getY(); in importFromSvgD() 257 const B2DPoint aPrevPoint(aCurrPoly.getB2DPoint(nIndex)); in importFromSvgD() 409 const B2DPoint aPrevPoint(aCurrPoly.getB2DPoint(nIndex)); in importFromSvgD() 480 const B2DPoint aPrevPoint(aCurrPoly.getB2DPoint(aCurrPoly.count() - 1)); in importFromSvgD() 693 const basegfx::B2DPoint aPoint(rPoly.getB2DPoint(a)); in exportToSvgPoints() 731 B2DPoint aEdgeStart(aPolygon.getB2DPoint(0)); in exportToSvgD() 753 const B2DPoint aEdgeEnd(aPolygon.getB2DPoint(nNextIndex)); in exportToSvgD() 949 aCurrentSVGPosition = aPolygon.getB2DPoint(0); in exportToSvgD()
|
H A D | b2dlinegeometry.cxx | 108 const B2DVector aHead(rCandidate.getB2DPoint((bStart) ? 0L : rCandidate.count() - 1L)); in createAreaGeometryForLineStartEnd() 239 aEdge.setStartPoint(rCandidate.getB2DPoint(0)); in subdivideToSimple() 248 aEdge.setEndPoint(rCandidate.getB2DPoint(nNextIndex)); in subdivideToSimple() 551 if(aCutPoint.equal(aBezierPolygon.getB2DPoint(b))) in createAreaGeometryForEdge() 849 aEdge.setStartPoint(aCandidate.getB2DPoint(0)); in createAreaGeometry() 855 aPrev.setStartPoint(aCandidate.getB2DPoint(nPrevIndex)); in createAreaGeometry() 867 aEdge.setEndPoint(aCandidate.getB2DPoint(nNextIndex)); in createAreaGeometry()
|
H A D | b2dpolygonclipper.cxx | 118 if(!aRun.count() || !aRun.getB2DPoint(aRun.count() - 1).equal(aEdge.getStartPoint())) in clipPolygonOnParallelAxis() 152 …if(aStartPolygon.count() && aStartPolygon.getB2DPoint(0).equal(aRun.getB2DPoint(aRun.count() - 1))) in clipPolygonOnParallelAxis() 476 …if(aStartPolygon.count() && aStartPolygon.getB2DPoint(0).equal(aRun.getB2DPoint(aRun.count() - 1))) in clipPolyPolygonOnPolyPolygon() 877 stack[2] = rCandidate.getB2DPoint(nIndex); in clipTriangleListOnRange()
|
/trunk/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 209 …double fNextSrcLen(::basegfx::B2DVector(rCandidate.getB2DPoint(nSrcPos) - rCandidate.getB2DPoint(n… in ImpGetExpandedPolygon() 219 …fNextSrcLen = ::basegfx::B2DVector(rCandidate.getB2DPoint(nSrcPos) - rCandidate.getB2DPoint(nSrcPo… in ImpGetExpandedPolygon() 224 const ::basegfx::B2DPoint aOld1(rCandidate.getB2DPoint(nSrcPos)); in ImpGetExpandedPolygon() 225 const ::basegfx::B2DPoint aOld2(rCandidate.getB2DPoint(nSrcPosNext)); in ImpGetExpandedPolygon() 268 sal_uInt32 nInd(ImpGetNearestIndex(aPoly1, aTrans * rBig.getB2DPoint(0L))); in ImpEqualizePolyPointCount() 272 aPoly2.setB2DPoint((a + nCnt - nInd) % nCnt, aPoly1.getB2DPoint(a)); in ImpEqualizePolyPointCount() 288 double fNewDist(::basegfx::B2DVector(rPoly.getB2DPoint(a) - rPos).getLength()); in ImpGetNearestIndex() 461 const ::basegfx::B2DPoint& aPtStart(aPolyStart.getB2DPoint(b)); in ImpCreateMorphedPolygon() 462 const ::basegfx::B2DPoint& aPtEnd(aPolyEnd.getB2DPoint(b)); in ImpCreateMorphedPolygon()
|
/trunk/main/basegfx/test/ |
H A D | testtools.cxx | 128 plot( rPoly.getB2DPoint(0) ); in plot() 138 rPoly.getB2DPoint(i), rPoly.getNextControlPoint(i), in plot() 139 rPoly.getPrevControlPoint(i + 1), rPoly.getB2DPoint(i + 1)); in plot() 145 plot( rPoly.getB2DPoint(i), rPoly.getB2DPoint(i+1) ); in plot()
|
H A D | basegfx2d.cxx | 873 ASSERT_TRUE(aPoly.getB2DPoint(0) == B2DPoint(3,3)) << "#1 first polygon point wrong"; in TEST_F() 885 ASSERT_TRUE(aPoly.getB2DPoint(0) == B2DPoint(3,3)) << "resetControlPoints() did not clear"; in TEST_F() 894 ASSERT_TRUE(aPoly.getB2DPoint(0) == B2DPoint(0,0)) << "#2 first polygon point wrong"; in TEST_F() 899 ASSERT_TRUE(aPoly.getB2DPoint(1) == B2DPoint(3,3)) << "#2 second polygon point wrong"; in TEST_F()
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudeprimitive3d.cxx | 239 const basegfx::B2DPoint aPoint(aCandidate.getB2DPoint(d)); in create3DDecomposition() 240 const basegfx::B2DVector aPrev(aCandidate.getB2DPoint(nPrevInd) - aPoint); in create3DDecomposition() 241 const basegfx::B2DVector aNext(aCandidate.getB2DPoint(nNextInd) - aPoint); in create3DDecomposition() 292 const basegfx::B2DPoint aPoint(aCandidate.getB2DPoint(nIndexA)); in create3DDecomposition() 304 const basegfx::B2DPoint aPoint(aCandidate.getB2DPoint(nIndexB)); in create3DDecomposition() 316 const basegfx::B2DPoint aPoint(aCandidate.getB2DPoint(nIndexC)); in create3DDecomposition()
|
H A D | sdrextrudelathetools3d.cxx | 329 basegfx::B2DPoint aCurrent(rPoly.getB2DPoint(0)); in impHasCutWith() 335 const basegfx::B2DPoint aNext(rPoly.getB2DPoint(nNextIndex)); in impHasCutWith() 934 const basegfx::B2DPoint aStart(a2DLoopA.getB2DPoint(a)); in createReducedOutlines() 935 const basegfx::B2DPoint aEnd(a2DLoopB.getB2DPoint(a)); in createReducedOutlines()
|
/trunk/main/sdext/source/pdfimport/tree/ |
H A D | genericelements.cxx | 182 basegfx::B2DPoint aPoint = aPoly.getB2DPoint( n ); in emitStructure() 413 aPoly.getB2DPoint(0).getY() != aPoly.getB2DPoint(1).getY() ) in resolveUnderlines() 418 double l_x = aPoly.getB2DPoint(0).getX(); in resolveUnderlines() 419 double r_x = aPoly.getB2DPoint(1).getX(); in resolveUnderlines() 425 u_y = aPoly.getB2DPoint(0).getY(); in resolveUnderlines()
|
/trunk/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 242 const B2DPoint& rP0( rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter() 245 … const B2DPoint& rP3( k+1<nCount ? rCurrPoly.getB2DPoint(k+1) : rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter() 337 const B2DPoint& rP( rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter()
|
H A D | unopolypolygon.cxx | 254 return unotools::point2DFromB2DPoint( rPoly.getB2DPoint( nPointIndex ) ); in getPoint() 325 const B2DPoint& rPt( rPoly.getB2DPoint( nPointIndex ) ); in getBezierSegment() 437 aTmp.append( rCurrPoly.getB2DPoint(j) ); in getSubsetPolyPolygon()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 67 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 73 const basegfx::B2DPoint aNext(rPolygon.getB2DPoint(nNextIndex)); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 113 basegfx::B2DPoint aCurr(rPolygon.getB2DPoint(0)); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() 119 const basegfx::B2DPoint aNext(rPolygon.getB2DPoint(nNextIndex)); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 831 if(aDstPoly.getB2DPoint(nMaxDstPnt) == rSrcPoly.getB2DPoint(0L)) in CheckLastLineMerge() 836 else if(aDstPoly.getB2DPoint(0L) == rSrcPoly.getB2DPoint(nMaxSrcPnt)) in CheckLastLineMerge() 843 else if(aDstPoly.getB2DPoint(0L) == rSrcPoly.getB2DPoint(0L)) in CheckLastLineMerge() 849 else if(aDstPoly.getB2DPoint(nMaxDstPnt) == rSrcPoly.getB2DPoint(nMaxSrcPnt)) in CheckLastLineMerge()
|
H A D | svdedtv2.cxx | 749 const basegfx::B2DPoint aCA(aCandidate.getB2DPoint(0L)); in ImpCombineToSinglePolygon() 750 const basegfx::B2DPoint aCB(aCandidate.getB2DPoint(aCandidate.count() - 1L)); in ImpCombineToSinglePolygon() 751 const basegfx::B2DPoint aRA(aRetval.getB2DPoint(0L)); in ImpCombineToSinglePolygon() 752 const basegfx::B2DPoint aRB(aRetval.getB2DPoint(aRetval.count() - 1L)); in ImpCombineToSinglePolygon() 1323 const basegfx::B2DPoint aPointA(aPolygon.getB2DPoint(0L)); in CombineMarkedObjects() 1324 const basegfx::B2DPoint aPointB(aPolygon.getB2DPoint(nPointCount - 1L)); in CombineMarkedObjects() 1539 aNewPolygon.append(rCandidate.getB2DPoint(b)); in ImpDismantleOneObject() 1546 rCandidate.getB2DPoint(nNextIndex)); in ImpDismantleOneObject() 1551 aNewPolygon.append(rCandidate.getB2DPoint(nNextIndex)); in ImpDismantleOneObject()
|
H A D | svdopath.cxx | 1722 const basegfx::B2DPoint aB2DPoint0(aPoly.getB2DPoint(0L)); in ImpForceLineWink() 1723 const basegfx::B2DPoint aB2DPoint1(aPoly.getB2DPoint(1L)); in ImpForceLineWink() 1900 const basegfx::B2DPoint aB2DPoint0(aPoly.getB2DPoint(0L)); in TakeObjNameSingul() 1901 const basegfx::B2DPoint aB2DPoint1(aPoly.getB2DPoint(1L)); in TakeObjNameSingul() 2283 …nst basegfx::B2DVector aDistVector(aCandidate.getB2DPoint(aCandidate.count() - 1) - aCandidate.get… in EndCreate() 2485 const basegfx::B2DPoint aB2DPoint(GetPathPoly().getB2DPolygon(nPoly).getB2DPoint(nPnt)); in GetSnapPoint() 2515 const basegfx::B2DPoint aPoint(aPoly.getB2DPoint(nPnt)); in GetPoint() 2616 …aCandidate.setNextControlPoint(0, interpolate(aTestPoint, aCandidate.getB2DPoint(1), (1.0 / 3.0))); in NbcInsPoint() 2617 …aCandidate.setPrevControlPoint(1, interpolate(aTestPoint, aCandidate.getB2DPoint(1), (2.0 / 3.0))); in NbcInsPoint() 2658 aCandidate.getB2DPoint(nSmallestEdgeIndex), in NbcInsPoint() [all …]
|
H A D | polypolygoneditor.cxx | 109 const basegfx::B2DPoint aStart(aCandidate.getB2DPoint(nPntNum)); in SetSegmentsKind() 110 const basegfx::B2DPoint aEnd(aCandidate.getB2DPoint(nNextIndex)); in SetSegmentsKind()
|
/trunk/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 349 const ::basegfx::B2DPoint& rOuterPoint1( aOuterPoly.getB2DPoint(p-1) ); in fillPolygonalGradient() 350 const ::basegfx::B2DPoint& rInnerPoint1( aInnerPoly.getB2DPoint(p-1) ); in fillPolygonalGradient() 351 const ::basegfx::B2DPoint& rOuterPoint2( aOuterPoly.getB2DPoint(p) ); in fillPolygonalGradient() 352 const ::basegfx::B2DPoint& rInnerPoint2( aInnerPoly.getB2DPoint(p) ); in fillPolygonalGradient()
|
H A D | dx_impltools.cxx | 216 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon() 234 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint(0) ); in graphicsPathFromB2DPolygon() 283 const ::basegfx::B2DPoint& rPoint( rPoly.getB2DPoint( nCurrPoint ) ); in graphicsPathFromB2DPolygon()
|
/trunk/main/basebmp/source/ |
H A D | polypolygonrenderer.cxx | 50 const basegfx::B2DPoint& rP1( rPoly.getB2DPoint(k) ); in setupGlobalEdgeTable() 51 const basegfx::B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in setupGlobalEdgeTable()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrpathobj.cxx | 88 const basegfx::B2DPoint aStart(aSubPolygon.getB2DPoint(0)); in createViewIndependentPrimitive2DSequence() 89 const basegfx::B2DPoint aEnd(aSubPolygon.getB2DPoint(1)); in createViewIndependentPrimitive2DSequence()
|
H A D | viewcontactofe3dpolygon.cxx | 97 aCandidate3D.setTextureCoordinate(b, aTexture2D.getB2DPoint(b)); in createViewIndependentPrimitive3DSequence() 99 aCandidate3D.setTextureCoordinate(b, aTexture2D.getB2DPoint(0)); in createViewIndependentPrimitive3DSequence()
|
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 399 const ::basegfx::B2DPoint& rOuterPoint( aOuterPoly.getB2DPoint(p) ); in fillPolygonalGradient() 400 const ::basegfx::B2DPoint& rInnerPoint( aInnerPoly.getB2DPoint(p) ); in fillPolygonalGradient() 463 const ::basegfx::B2DPoint& rOuterPoint( aOuterPoly.getB2DPoint(p) ); in fillPolygonalGradient() 464 const ::basegfx::B2DPoint& rInnerPoint( aInnerPoly.getB2DPoint(p) ); in fillPolygonalGradient()
|
/trunk/main/oox/source/drawingml/ |
H A D | shape.cxx | 333 const ::basegfx::B2DPoint aPoint( aPoly.getB2DPoint( i ) ); in createAndInsert() 348 basegfx::B2DPoint aStartPosition( aPoly.getB2DPoint( 0 ) ); in createAndInsert() 349 basegfx::B2DPoint aEndPosition( aPoly.getB2DPoint( 1 ) ); in createAndInsert()
|