/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolypolygontools.hxx | 44 class B2DPolyPolygon; 54 B2DPolyPolygon correctOrientations(const B2DPolyPolygon& rCandidate); 59 B2DPolyPolygon correctOutmostPolygon(const B2DPolyPolygon& rCandidate); 115 B2DPolyPolygon* pLineTarget, 189 B2DPolyPolygon growInNormalDirection(const B2DPolyPolygon& rCandidate, double fValue); 195 void correctGrowShrinkPolygonPair(B2DPolyPolygon& rOriginal, B2DPolyPolygon& rGrown); 202 B2DPolyPolygon interpolate(const B2DPolyPolygon& rOld1, const B2DPolyPolygon& rOld2, double t); 226 B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate); 280 B2DPolyPolygon simplifyCurveSegments(const B2DPolyPolygon& rCandidate); 299 bool equal(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rCandidateB); [all …]
|
H A D | b2dpolypolygoncutter.hxx | 42 B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate); 47 B2DPolyPolygon solveCrossovers(const B2DPolygon& rCandidate); 53 B2DPolyPolygon stripNeutralPolygons(const B2DPolyPolygon& rCandidate); 66 …B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero = fa… 73 B2DPolyPolygon createNonzeroConform(const B2DPolyPolygon& rCandidate); 93 B2DPolyPolygon prepareForPolygonOperation(const B2DPolyPolygon& rCandidate); 96 …B2DPolyPolygon solvePolygonOperationOr(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rC… 99 …B2DPolyPolygon solvePolygonOperationXor(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& r… 102 …B2DPolyPolygon solvePolygonOperationAnd(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& r… 105 …B2DPolyPolygon solvePolygonOperationDiff(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& … [all …]
|
H A D | b2dpolygoncutandtouch.hxx | 44 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rCandidate, bool bSelfIntersections… 48 B2DPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolygon& rCandidate); 52 …B2DPolyPolygon addPointsAtCutsAndTouches(const B2DPolyPolygon& rMask, const B2DPolyPolygon& rCandi… 57 …B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPoint& rStart, const B2D… 61 B2DPolygon addPointsAtCuts(const B2DPolygon& rCandidate, const B2DPolyPolygon& rMask); 62 … B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon& rMask); 70 B2DPolyPolygon addPointsAtCuts(const B2DPolyPolygon& rCandidate, bool bSelfIntersections = true);
|
H A D | b2dpolygonclipper.hxx | 45 …B2DPolyPolygon clipPolyPolygonOnParallelAxis(const B2DPolyPolygon& rCandidate, bool bParallelToXAx… 46 …B2DPolyPolygon clipPolygonOnParallelAxis(const B2DPolygon& rCandidate, bool bParallelToXAxis, bool… 51 …B2DPolyPolygon clipPolyPolygonOnRange(const B2DPolyPolygon& rCandidate, const B2DRange& rRange, bo… 52 …B2DPolyPolygon clipPolygonOnRange(const B2DPolygon& rCandidate, const B2DRange& rRange, bool bInsi… 58 …B2DPolyPolygon clipPolyPolygonOnEdge(const B2DPolyPolygon& rCandidate, const B2DPoint& rPointA, co… 59 …B2DPolyPolygon clipPolygonOnEdge(const B2DPolygon& rCandidate, const B2DPoint& rPointA, const B2DP… 67 …B2DPolyPolygon clipPolyPolygonOnPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon… 68 …B2DPolyPolygon clipPolygonOnPolyPolygon(const B2DPolygon& rCandidate, const B2DPolyPolygon& rClip,…
|
H A D | b2dpolypolygon.hxx | 44 class B2DPolyPolygon class 53 B2DPolyPolygon(); 54 B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon); 55 explicit B2DPolyPolygon(const B2DPolygon& rPolygon); 56 ~B2DPolyPolygon(); 59 B2DPolyPolygon& operator=(const B2DPolyPolygon& rPolyPolygon); 65 bool operator==(const B2DPolyPolygon& rPolyPolygon) const; 66 bool operator!=(const B2DPolyPolygon& rPolyPolygon) const; 88 B2DPolyPolygon getDefaultAdaptiveSubdivision() const; 101 void append(const B2DPolyPolygon& rPolyPolygon); [all …]
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygontools.cxx | 40 B2DPolyPolygon correctOrientations(const B2DPolyPolygon& rCandidate) in correctOrientations() 78 B2DPolyPolygon correctOutmostPolygon(const B2DPolyPolygon& rCandidate) in correctOutmostPolygon() 127 B2DPolyPolygon aRetval; in adaptiveSubdivideByDistance() 156 B2DPolyPolygon aRetval; in adaptiveSubdivideByAngle() 185 B2DPolyPolygon aRetval; in adaptiveSubdivideByCount() 355 B2DPolyPolygon aRetval; in createB2DPolyPolygonFromB3DPolyPolygon() 402 B2DPolyPolygon aRetval; in distort() 417 B2DPolyPolygon aRetval; in rotateAroundPoint() 429 B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate) in expandToCurve() 501 B2DPolyPolygon interpolate(const B2DPolyPolygon& rOld1, const B2DPolyPolygon& rOld2, double t) in interpolate() [all …]
|
H A D | b2dpolypolygon.cxx | 201 B2DPolyPolygon::B2DPolyPolygon() : in B2DPolyPolygon() function in basegfx::B2DPolyPolygon 206 B2DPolyPolygon::B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon) : in B2DPolyPolygon() function in basegfx::B2DPolyPolygon 211 B2DPolyPolygon::B2DPolyPolygon(const B2DPolygon& rPolygon) : in B2DPolyPolygon() function in basegfx::B2DPolyPolygon 216 B2DPolyPolygon::~B2DPolyPolygon() in ~B2DPolyPolygon() 220 B2DPolyPolygon& B2DPolyPolygon::operator=(const B2DPolyPolygon& rPolyPolygon) in operator =() 232 bool B2DPolyPolygon::operator==(const B2DPolyPolygon& rPolyPolygon) const in operator ==() 240 bool B2DPolyPolygon::operator!=(const B2DPolyPolygon& rPolyPolygon) const in operator !=() 294 B2DPolyPolygon B2DPolyPolygon::getDefaultAdaptiveSubdivision() const in getDefaultAdaptiveSubdivision() 296 B2DPolyPolygon aRetval; in getDefaultAdaptiveSubdivision() 318 void B2DPolyPolygon::insert(sal_uInt32 nIndex, const B2DPolyPolygon& rPolyPolygon) in insert() [all …]
|
H A D | b2dpolypolygoncutter.cxx | 733 B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate) in solveCrossovers() 756 B2DPolyPolygon stripNeutralPolygons(const B2DPolyPolygon& rCandidate) in stripNeutralPolygons() 758 B2DPolyPolygon aRetval; in stripNeutralPolygons() 775 B2DPolyPolygon createNonzeroConform(const B2DPolyPolygon& rCandidate) in createNonzeroConform() 866 B2DPolyPolygon aRetval; in stripDispensablePolygons() 975 B2DPolyPolygon prepareForPolygonOperation(const B2DPolyPolygon& rCandidate) in prepareForPolygonOperation() 983 …B2DPolyPolygon solvePolygonOperationOr(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rC… in solvePolygonOperationOr() 1007 …B2DPolyPolygon solvePolygonOperationXor(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& r… in solvePolygonOperationXor() 1032 …B2DPolyPolygon solvePolygonOperationAnd(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& r… in solvePolygonOperationAnd() 1057 …B2DPolyPolygon solvePolygonOperationDiff(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& … in solvePolygonOperationDiff() [all …]
|
H A D | b2dpolygonclipper.cxx | 46 B2DPolyPolygon aRetval; in clipPolygonOnParallelAxis() 178 B2DPolyPolygon aRetval; in clipPolyPolygonOnParallelAxis() 196 B2DPolyPolygon aRetval; in clipPolygonOnRange() 226 return B2DPolyPolygon(rCandidate); in clipPolygonOnRange() 300 B2DPolyPolygon aRetval; in clipPolyPolygonOnRange() 348 B2DPolyPolygon aRetval; in clipPolygonOnEdge() 381 B2DPolyPolygon aRetval; in clipPolyPolygonOnEdge() 391 B2DPolyPolygon aCandidate(rCandidate); in clipPolyPolygonOnEdge() 414 …B2DPolyPolygon clipPolyPolygonOnPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon… in clipPolyPolygonOnPolyPolygon() 416 B2DPolyPolygon aRetval; in clipPolyPolygonOnPolyPolygon() [all …]
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | polypolygonprimitive2d.hxx | 56 basegfx::B2DPolyPolygon maPolyPolygon; 102 basegfx::B2DPolyPolygon maPolyPolygon; 118 const basegfx::B2DPolyPolygon& rPolyPolygon, 158 basegfx::B2DPolyPolygon maPolyPolygon; 173 const basegfx::B2DPolyPolygon& rPolyPolygon, 179 const basegfx::B2DPolyPolygon& rPolyPolygon, 272 basegfx::B2DPolyPolygon maPolyPolygon; 316 basegfx::B2DPolyPolygon maPolyPolygon; 361 basegfx::B2DPolyPolygon maPolyPolygon; 376 const basegfx::B2DPolyPolygon& rPolyPolygon, [all …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | region.cxx | 369 Region::Region(const basegfx::B2DPolyPolygon& rPolyPoly) in Region() 446 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Move() 493 basegfx::B2DPolyPolygon aPoly(*getB2DPolyPolygon()); in Scale() 561 const basegfx::B2DPolyPolygon aClip( in Union() 564 basegfx::B2DPolyPolygon(aRectPoly))); in Union() 633 const basegfx::B2DPolyPolygon aPoly( in Intersect() 738 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in Exclude() 821 const basegfx::B2DPolyPolygon aOtherPolyPoly(aRectPoly); in XOr() 1018 const basegfx::B2DPolyPolygon aClip( in Intersect() 1325 const basegfx::B2DPolyPolygon Region::GetAsB2DPolyPolygon() const in GetAsB2DPolyPolygon() [all …]
|
H A D | gdimetafiletools.cxx | 41 const basegfx::B2DPolyPolygon& rClip, in handleGeometricContent() 42 const basegfx::B2DPolyPolygon& rSource, in handleGeometricContent() 48 const basegfx::B2DPolyPolygon aResult( in handleGeometricContent() 88 const basegfx::B2DPolyPolygon& rClip, in handleGradientContent() 89 const basegfx::B2DPolyPolygon& rSource, in handleGradientContent() 95 const basegfx::B2DPolyPolygon aResult( in handleGradientContent() 124 const basegfx::B2DPolyPolygon& rClip, in handleBitmapContent() 139 const basegfx::B2DPolyPolygon aClipOfBitmap( in handleBitmapContent() 202 basegfx::B2DPolyPolygon aInvertPixelPoly; in handleBitmapContent() 279 std::vector< basegfx::B2DPolyPolygon > aClips; in clipMetafileContentAgainstOwnRegions() [all …]
|
/aoo41x/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 191 void unionPolyPolygon(const B2DPolyPolygon& rPolyPoly) in unionPolyPolygon() 281 void xorPolyPolygon(const B2DPolyPolygon& rPolyPoly) in xorPolyPolygon() 291 B2DPolyPolygon getClipPoly() const in getClipPoly() 348 B2DPolyPolygon( in commitPendingPolygons() 377 B2DPolyPolygon( in commitPendingPolygons() 398 B2DPolyPolygon aCollectedRanges; in commitPendingRanges() 450 B2DPolyPolygon( in commitPendingRanges() 479 B2DPolyPolygon( in commitPendingRanges() 494 mutable B2DPolyPolygon maPendingPolygons; 496 mutable B2DPolyPolygon maClipPoly; [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdopath.hxx | 48 basegfx::B2DPolyPolygon maPathPolygon; 67 basegfx::B2DPolyPolygon maPathPolygon; 88 SdrPathObj(SdrObjKind eNewKind, const basegfx::B2DPolyPolygon& rPathPoly); 98 virtual basegfx::B2DPolyPolygon TakeXorPoly() const; 112 virtual basegfx::B2DPolyPolygon getSpecialDragPoly(const SdrDragStat& rDrag) const; 119 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const; 123 basegfx::B2DPolyPolygon getObjectPolyPolygon(const SdrDragStat& rDrag) const; 124 basegfx::B2DPolyPolygon getDragPolyPolygon(const SdrDragStat& rDrag) const; 156 const basegfx::B2DPolyPolygon& GetPathPoly() const { return maPathPolygon; } in GetPathPoly() 157 void SetPathPoly(const basegfx::B2DPolyPolygon& rPathPoly); [all …]
|
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrlinestartendattribute.cxx | 41 basegfx::B2DPolyPolygon maStartPolyPolygon; // start Line PolyPolygon 42 basegfx::B2DPolyPolygon maEndPolyPolygon; // end Line PolyPolygon 53 const basegfx::B2DPolyPolygon& rStartPolyPolygon, in ImpSdrLineStartEndAttribute() 54 const basegfx::B2DPolyPolygon& rEndPolyPolygon, in ImpSdrLineStartEndAttribute() 74 const basegfx::B2DPolyPolygon& getStartPolyPolygon() const { return maStartPolyPolygon; } in getStartPolyPolygon() 75 const basegfx::B2DPolyPolygon& getEndPolyPolygon() const { return maEndPolyPolygon; } in getEndPolyPolygon() 102 basegfx::B2DPolyPolygon(), in get_global_default() 103 basegfx::B2DPolyPolygon(), in get_global_default() 120 const basegfx::B2DPolyPolygon& rStartPolyPolygon, in SdrLineStartEndAttribute() 121 const basegfx::B2DPolyPolygon& rEndPolyPolygon, in SdrLineStartEndAttribute() [all …]
|
/aoo41x/main/basebmp/test/ |
H A D | filltest.cxx | 72 basegfx::B2DPolyPolygon( in implTestRectFill() 107 basegfx::B2DPolyPolygon( in implTestCornerCases() 115 basegfx::B2DPolyPolygon( in implTestCornerCases() 123 basegfx::B2DPolyPolygon( in implTestCornerCases() 134 basegfx::B2DPolyPolygon( in implTestCornerCases() 145 basegfx::B2DPolyPolygon( in implTestCornerCases() 156 basegfx::B2DPolyPolygon( in implTestCornerCases() 169 basegfx::B2DPolyPolygon aPoly; in implTestCornerCases() 190 rDevice->fillPolyPolygon( basegfx::B2DPolyPolygon( in implTestClipping() 197 rDevice->fillPolyPolygon( basegfx::B2DPolyPolygon( in implTestClipping() [all …]
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 54 const basegfx::B2DPolyPolygon aPolyPolygon(getB2DPolyPolygon()); in create2DDecomposition() 140 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonMarkerPrimitive2D() 210 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokePrimitive2D() 221 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokePrimitive2D() 306 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokeArrowPrimitive2D() 318 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokeArrowPrimitive2D() 370 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonColorPrimitive2D() 432 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonGradientPrimitive2D() 487 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonHatchPrimitive2D() 563 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonGraphicPrimitive2D() [all …]
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 105 ::basegfx::B2DPolyPolygon aPolyPoly1; in DoExecute() 106 ::basegfx::B2DPolyPolygon aPolyPoly2; in DoExecute() 107 ::basegfx::B2DPolyPolygon* pPolyPoly; in DoExecute() 183 …for(pPolyPoly = (::basegfx::B2DPolyPolygon*)aPolyPolyList.First(); pPolyPoly; pPolyPoly = (::baseg… in DoExecute() 303 void FuMorph::ImpAddPolys(::basegfx::B2DPolyPolygon& rSmaller, const ::basegfx::B2DPolyPolygon& rBi… in ImpAddPolys() 401 …const ::basegfx::B2DPolyPolygon& rPolyPoly3D = *(::basegfx::B2DPolyPolygon*)rPolyPolyList3D.GetObj… in ImpInsertPolygons() 445 const ::basegfx::B2DPolyPolygon& rPolyPolyStart, in ImpCreateMorphedPolygon() 446 const ::basegfx::B2DPolyPolygon& rPolyPolyEnd, in ImpCreateMorphedPolygon() 449 ::basegfx::B2DPolyPolygon* pNewPolyPolygon = new ::basegfx::B2DPolyPolygon(); in ImpCreateMorphedPolygon() 477 const ::basegfx::B2DPolyPolygon& rPolyPoly1, in ImpMorphPolygons() [all …]
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | fumorph.hxx | 36 class B2DPolyPolygon; 62 ::basegfx::B2DPolyPolygon* ImpCreateMorphedPolygon( 63 const ::basegfx::B2DPolyPolygon& rPolyPolyStart, 64 const ::basegfx::B2DPolyPolygon& rPolyPolyEnd, 67 const ::basegfx::B2DPolyPolygon& rPolyPoly1, const ::basegfx::B2DPolyPolygon& rPolyPoly2, 69 void ImpAddPolys(::basegfx::B2DPolyPolygon& rSmaller, const ::basegfx::B2DPolyPolygon& rBigger);
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | polypolyaction.cxx | 61 PolyPolyAction( const ::basegfx::B2DPolyPolygon&, 66 PolyPolyAction( const ::basegfx::B2DPolyPolygon&, 97 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction() 118 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction() 259 TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, 287 … TexturedPolyPolyAction::TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in TexturedPolyPolyAction() 373 StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, 399 … StrokedPolyPolyAction::StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in StrokedPolyPolyAction() 479 …ionSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, in createPolyPolyAction() 490 …nSharedPtr PolyPolyActionFactory::createPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPoly, in createPolyPolyAction() [all …]
|
/aoo41x/main/svx/source/table/ |
H A D | tablehandles.cxx | 55 basegfx::B2DPolyPolygon maPolyPolygon; 62 OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible ); 104 basegfx::B2DPolyPolygon TableEdgeHdl::getSpecialDragPoly(const SdrDragStat& rDrag) const in getSpecialDragPoly() 106 basegfx::B2DPolyPolygon aVisible; in getSpecialDragPoly() 107 basegfx::B2DPolyPolygon aInvisible; in getSpecialDragPoly() 116 void TableEdgeHdl::getPolyPolygon(basegfx::B2DPolyPolygon& rVisible, basegfx::B2DPolyPolygon& rInvi… in getPolyPolygon() 167 basegfx::B2DPolyPolygon aVisible; in CreateB2dIAObject() 168 basegfx::B2DPolyPolygon aInvisible; in CreateB2dIAObject() 210 OverlayTableEdge::OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible ) in OverlayTableEdge()
|
/aoo41x/main/slideshow/source/engine/transitions/ |
H A D | snakewipe.cxx | 48 ::basegfx::B2DPolyPolygon SnakeWipe::calcSnake( double t ) const in calcSnake() 50 ::basegfx::B2DPolyPolygon res; in calcSnake() 88 ::basegfx::B2DPolyPolygon SnakeWipe::calcHalfDiagonalSnake( in calcHalfDiagonalSnake() 91 ::basegfx::B2DPolyPolygon res; in calcHalfDiagonalSnake() 182 ::basegfx::B2DPolyPolygon SnakeWipe::operator () ( double t ) in operator ()() 184 ::basegfx::B2DPolyPolygon res; in operator ()() 200 ::basegfx::B2DPolyPolygon ParallelSnakesWipe::operator () ( double t ) in operator ()() 202 ::basegfx::B2DPolyPolygon res; in operator ()() 206 ::basegfx::B2DPolyPolygon half( in operator ()() 226 ::basegfx::B2DPolyPolygon half( calcSnake( t / 2.0 ) ); in operator ()()
|
H A D | spiralwipe.cxx | 48 ::basegfx::B2DPolyPolygon SpiralWipe::calcNegSpiral( double t ) const in calcNegSpiral() 61 ::basegfx::B2DPolyPolygon res(poly); in calcNegSpiral() 90 ::basegfx::B2DPolyPolygon SpiralWipe::operator () ( double t ) in operator ()() 92 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()() 93 ::basegfx::B2DPolyPolygon innerSpiral( calcNegSpiral( 1.0 - t ) ); in operator ()() 99 ::basegfx::B2DPolyPolygon BoxSnakesWipe::operator () ( double t ) in operator ()() 101 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()() 102 ::basegfx::B2DPolyPolygon innerSpiral( calcNegSpiral( 1.0 - t ) ); in operator ()()
|
/aoo41x/main/basegfx/inc/basegfx/tools/ |
H A D | b2dclipstate.hxx | 37 class B2DPolyPolygon; 68 explicit B2DClipState( const B2DPolyPolygon& ); 89 void unionPolyPolygon(const B2DPolyPolygon& ); 94 void intersectPolyPolygon(const B2DPolyPolygon& ); 99 void subtractPolyPolygon(const B2DPolyPolygon& ); 104 void xorPolyPolygon(const B2DPolyPolygon& ); 107 B2DPolyPolygon getClipPoly() const;
|
/aoo41x/main/slideshow/source/engine/ |
H A D | slideview.cxx | 128 basegfx::B2DPolyPolygon createClipPolygon( const basegfx::B2DPolyPolygon& rClip, in createClipPolygon() 155 basegfx::B2DPolyPolygon prepareClip( const basegfx::B2DPolyPolygon& rClip ) in prepareClip() 157 basegfx::B2DPolyPolygon aClip( rClip ); in prepareClip() 179 ::basegfx::B2DPolyPolygon const* pClipPoly( pCanvas->getClip() ); in clearRect() 182 ::basegfx::B2DPolyPolygon aClipPoly( *pClipPoly ); in clearRect() 423 basegfx::B2DPolyPolygon maClip; 637 virtual void setClip( const basegfx::B2DPolyPolygon& rClip ) in setClip() 639 basegfx::B2DPolyPolygon aNewClip = prepareClip( rClip ); in setClip() 704 virtual void setClip( const ::basegfx::B2DPolyPolygon& rClip ); 969 void SlideView::setClip( const basegfx::B2DPolyPolygon& rClip ) in setClip() [all …]
|