Home
last modified time | relevance | path

Searched refs:rPolyPolygon (Results 1 – 25 of 90) sorted by relevance

1234

/aoo41x/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx76 maPolyPolygon(rPolyPolygon), in PolyPolygonHairlinePrimitive2D()
140 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonMarkerPrimitive2D() argument
145 maPolyPolygon(rPolyPolygon), in PolyPolygonMarkerPrimitive2D()
210 const basegfx::B2DPolyPolygon& rPolyPolygon, in PolyPolygonStrokePrimitive2D() argument
214 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D()
224 maPolyPolygon(rPolyPolygon), in PolyPolygonStrokePrimitive2D()
373 maPolyPolygon(rPolyPolygon), in PolyPolygonColorPrimitive2D()
435 maPolyPolygon(rPolyPolygon), in PolyPolygonGradientPrimitive2D()
491 maPolyPolygon(rPolyPolygon), in PolyPolygonHatchPrimitive2D()
566 maPolyPolygon(rPolyPolygon), in PolyPolygonGraphicPrimitive2D()
[all …]
H A Dsdrdecompositiontools2d.cxx52 const basegfx::B2DPolyPolygon& rPolyPolygon) in createHiddenGeometryPrimitives2D() argument
56 rPolyPolygon, in createHiddenGeometryPrimitives2D()
85 const basegfx::B2DPolyPolygon& rPolyPolygon, in createHiddenGeometryPrimitives2D() argument
90 basegfx::B2DPolyPolygon aScaledOutline(rPolyPolygon); in createHiddenGeometryPrimitives2D()
H A Dsvggradientprimitive2d.cxx289 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgGradientHelper() argument
295 maPolyPolygon(rPolyPolygon), in SvgGradientHelper()
570 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgLinearGradientPrimitive2D() argument
577 …SvgGradientHelper(rGradientTransform, rPolyPolygon, rGradientEntries, rStart, bUseUnitCoordinates,… in SvgLinearGradientPrimitive2D()
858 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgRadialGradientPrimitive2D() argument
866 …SvgGradientHelper(rGradientTransform, rPolyPolygon, rGradientEntries, rStart, bUseUnitCoordinates,… in SvgRadialGradientPrimitive2D()
H A Dtextprimitive2d.cxx201 basegfx::B2DPolyPolygon& rPolyPolygon = aB2DPolyPolyVector[a]; in create2DDecomposition() local
202 rPolyPolygon.transform(aPolygonTransform); in create2DDecomposition()
203 aRetval[a] = new PolyPolygonColorPrimitive2D(rPolyPolygon, getFontColor()); in create2DDecomposition()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygon.cxx89 const sal_uInt32 nCount = rPolyPolygon.count(); in insert()
207 mpPolyPolygon(rPolyPolygon.mpPolyPolygon) in B2DPolyPolygon()
222 mpPolyPolygon = rPolyPolygon.mpPolyPolygon; in operator =()
234 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==()
237 return ((*mpPolyPolygon) == (*rPolyPolygon.mpPolyPolygon)); in operator ==()
242 return !((*this) == rPolyPolygon); in operator !=()
322 if(rPolyPolygon.count()) in insert()
323 mpPolyPolygon->insert(nIndex, rPolyPolygon); in insert()
326 void B2DPolyPolygon::append(const B2DPolyPolygon& rPolyPolygon) in append() argument
328 if(rPolyPolygon.count()) in append()
[all …]
H A Db3dpolypolygon.cxx90 const sal_uInt32 nCount = rPolyPolygon.count(); in insert()
101 maPolygons.insert(aIndex, rPolyPolygon.getB3DPolygon(a)); in insert()
216 mpPolyPolygon(rPolyPolygon.mpPolyPolygon) in B3DPolyPolygon()
231 mpPolyPolygon = rPolyPolygon.mpPolyPolygon; in operator =()
243 if(mpPolyPolygon.same_object(rPolyPolygon.mpPolyPolygon)) in operator ==()
246 return ((*mpPolyPolygon) == (*rPolyPolygon.mpPolyPolygon)); in operator ==()
251 return !(*this == rPolyPolygon); in operator !=()
361 if(rPolyPolygon.count()) in insert()
362 mpPolyPolygon->insert(nIndex, rPolyPolygon); in insert()
367 if(rPolyPolygon.count()) in append()
[all …]
H A Db2dpolypolygontools.cxx634 const B2DPolyPolygon& rPolyPolygon, in B2DPolyPolygonToUnoPointSequenceSequence() argument
637 const sal_uInt32 nCount(rPolyPolygon.count()); in B2DPolyPolygonToUnoPointSequenceSequence()
646 const B2DPolygon aPolygon(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPointSequenceSequence()
692 const B2DPolyPolygon& rPolyPolygon, in B2DPolyPolygonToUnoPolyPolygonBezierCoords() argument
695 const sal_uInt32 nCount(rPolyPolygon.count()); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
709 const B2DPolygon aSource(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx67 …PolyPolygonHairlinePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::BColor&…
118 const basegfx::B2DPolyPolygon& rPolyPolygon,
173 const basegfx::B2DPolyPolygon& rPolyPolygon,
179 const basegfx::B2DPolyPolygon& rPolyPolygon,
226 const basegfx::B2DPolyPolygon& rPolyPolygon,
234 const basegfx::B2DPolyPolygon& rPolyPolygon,
280 const basegfx::B2DPolyPolygon& rPolyPolygon,
328 const basegfx::B2DPolyPolygon& rPolyPolygon,
376 const basegfx::B2DPolyPolygon& rPolyPolygon,
423 const basegfx::B2DPolyPolygon& rPolyPolygon,
[all …]
H A Dsvggradientprimitive2d.hxx156 const basegfx::B2DPolyPolygon& rPolyPolygon,
208 const basegfx::B2DPolyPolygon& rPolyPolygon,
277 const basegfx::B2DPolyPolygon& rPolyPolygon,
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygon.hxx54 B2DPolyPolygon(const B2DPolyPolygon& rPolyPolygon);
59 B2DPolyPolygon& operator=(const B2DPolyPolygon& rPolyPolygon);
65 bool operator==(const B2DPolyPolygon& rPolyPolygon) const;
66 bool operator!=(const B2DPolyPolygon& rPolyPolygon) const;
100 void insert(sal_uInt32 nIndex, const B2DPolyPolygon& rPolyPolygon);
101 void append(const B2DPolyPolygon& rPolyPolygon);
H A Db3dpolypolygon.hxx54 B3DPolyPolygon(const B3DPolyPolygon& rPolyPolygon);
59 B3DPolyPolygon& operator=(const B3DPolyPolygon& rPolyPolygon);
65 bool operator==(const B3DPolyPolygon& rPolyPolygon) const;
66 bool operator!=(const B3DPolyPolygon& rPolyPolygon) const;
94 void insert(sal_uInt32 nIndex, const B3DPolyPolygon& rPolyPolygon);
95 void append(const B3DPolyPolygon& rPolyPolygon);
/aoo41x/main/svx/inc/svx/
H A Dxlnedit.hxx43 XLineEndItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
44 XLineEndItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon);
63 …void SetLineEndValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon; … in SetLineEndValue() argument
H A Dxlnstit.hxx43 XLineStartItem(const String& rName, const basegfx::B2DPolyPolygon& rPolyPolygon);
44 XLineStartItem(SfxItemPool* pPool, const basegfx::B2DPolyPolygon& rPolyPolygon);
63 …void SetLineStartValue(const basegfx::B2DPolyPolygon& rPolyPolygon) { maPolyPolygon = rPolyPolygon in SetLineStartValue() argument
/aoo41x/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx85 if ( rPolyPolygon.Count() && rPolyPolygon[ 0 ].HasFlags() ) in SetClipPath()
86 rPolyPolygon.AdaptiveSubdivide( aSimplePoly, 100 ); in SetClipPath()
583 PolyPolygon& WinMtfOutput::ImplMap( PolyPolygon& rPolyPolygon ) in ImplMap() argument
585 sal_uInt16 nPolys = rPolyPolygon.Count(); in ImplMap()
586 for ( sal_uInt16 i = 0; i < nPolys; ImplMap( rPolyPolygon[ i++ ] ) ) ; in ImplMap()
587 return rPolyPolygon; in ImplMap()
911 aClipPath.SetClipPath( rPolyPolygon, nClippingMode ); in SetClipPath()
914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath()
1390 ImplMap( rPolyPolygon ); in DrawPolyPolygon()
1393 aPathObj.AddPolyPolygon( rPolyPolygon ); in DrawPolyPolygon()
[all …]
H A Dwinmtf.hxx323 void SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode );
351 void AddPolyPolygon( const PolyPolygon& rPolyPolygon );
592 PolyPolygon& ImplMap( PolyPolygon& rPolyPolygon );
658 void DrawPolyPolygon( PolyPolygon& rPolyPolygon, sal_Bool bRecordPath = sal_False );
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrextrudelathetools3d.hxx62 const basegfx::B2DPolyPolygon& rPolyPolygon, in Slice3D() argument
65 : maPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(rPolyPolygon)), in Slice3D()
72 const basegfx::B3DPolyPolygon& rPolyPolygon, in Slice3D() argument
74 : maPolyPolygon(rPolyPolygon), in Slice3D()
/aoo41x/main/drawinglayer/source/attribute/
H A Dlinestartendattribute.cxx52 const basegfx::B2DPolyPolygon& rPolyPolygon, in ImpLineStartEndAttribute() argument
56 maPolyPolygon(rPolyPolygon), in ImpLineStartEndAttribute()
94 const basegfx::B2DPolyPolygon& rPolyPolygon, in LineStartEndAttribute() argument
97 fWidth, rPolyPolygon, bCentered)) in LineStartEndAttribute()
/aoo41x/main/drawinglayer/source/processor3d/
H A Dcutfindprocessor3d.cxx173 const basegfx::B3DPolyPolygon& rPolyPolygon = rPrimitive.getB3DPolyPolygon(); in processBasePrimitive3D() local
174 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in processBasePrimitive3D()
178 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(0)); in processBasePrimitive3D()
194 if(basegfx::tools::isInside(rPolyPolygon, aCutPoint, false)) in processBasePrimitive3D()
/aoo41x/main/chart2/source/tools/
H A DCommonConverters.cxx326 const drawing::PolyPolygonShape3D& rPolyPolygon ) in PolyToPointSequence() argument
329 aRet.realloc( rPolyPolygon.SequenceX.getLength() ); in PolyToPointSequence()
331 for(sal_Int32 nN = 0; nN < rPolyPolygon.SequenceX.getLength(); nN++) in PolyToPointSequence()
333 sal_Int32 nInnerLength = rPolyPolygon.SequenceX[nN].getLength(); in PolyToPointSequence()
337 aRet[nN][nM].X = static_cast<sal_Int32>(rPolyPolygon.SequenceX[nN][nM]); in PolyToPointSequence()
338 aRet[nN][nM].Y = static_cast<sal_Int32>(rPolyPolygon.SequenceY[nN][nM]); in PolyToPointSequence()
/aoo41x/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx115 const basegfx::B3DPolyPolygon& rPolyPolygon = rPrimitive.getB3DPolyPolygon(); in processBasePrimitive3D() local
116 const sal_uInt32 nPolyCount(rPolyPolygon.count()); in processBasePrimitive3D()
120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D()
/aoo41x/main/svx/source/table/
H A Dtablehandles.cxx62 OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible );
210 OverlayTableEdge::OverlayTableEdge( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bVisible ) in OverlayTableEdge() argument
212 , maPolyPolygon( rPolyPolygon ) in OverlayTableEdge()
/aoo41x/main/svx/source/svdraw/
H A Dsvdopath.cxx1703 sal_Bool ImpIsLine(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpIsLine() argument
1705 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine()
1708 Rectangle ImpGetBoundRect(const basegfx::B2DPolyPolygon& rPolyPolygon) in ImpGetBoundRect() argument
1710 basegfx::B2DRange aRange(basegfx::tools::getRange(rPolyPolygon)); in ImpGetBoundRect()
2887 rPolyPolygon = GetPathPoly(); in TRGetBaseGeometry()
2896 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2920 rPolyPolygon.transform(aInvObjectMatrix); in TRGetBaseGeometry()
2942 const basegfx::B2DRange aPolyRangeNoCurve(basegfx::tools::getRange(rPolyPolygon)); in TRGetBaseGeometry()
2952 rPolyPolygon.transform(aMoveToZeroMatrix); in TRGetBaseGeometry()
2984 rPolyPolygon.transform(aTwipsToMM); in TRGetBaseGeometry()
[all …]
/aoo41x/main/editeng/source/outliner/
H A Doutlin2.cxx254 void Outliner::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon ) in SetPolygon() argument
257 pEditEngine->SetPolygon( rPolyPolygon ); in SetPolygon()
260 void Outliner::SetPolygon( const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::B2DPolyPolyg… in SetPolygon() argument
263 pEditEngine->SetPolygon( rPolyPolygon, pLinePolyPolygon); in SetPolygon()
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dpolypolygonprimitive3d.cxx43 const basegfx::B3DPolyPolygon& rPolyPolygon, in PolyPolygonMaterialPrimitive3D() argument
47 maPolyPolygon(rPolyPolygon), in PolyPolygonMaterialPrimitive3D()
/aoo41x/main/tools/source/generic/
H A Dpoly2.cxx870 PolyPolygon::PolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) in PolyPolygon() argument
873 const sal_uInt16 nCount(sal_uInt16(rPolyPolygon.count())); in PolyPolygon()
874 DBG_ASSERT(sal_uInt32(nCount) == rPolyPolygon.count(), in PolyPolygon()
883 basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(sal_uInt32(a))); in PolyPolygon()

Completed in 166 milliseconds

1234