Home
last modified time | relevance | path

Searched refs:nPolygonIndex (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/basegfx/source/tools/
H A Dunopolypolygon.cxx206 sal_Int32 nPolygonIndex, in getPoints() argument
230 if( nPolygonIndex == -1 ) in setPoints()
243 sal_Int32 nPolygonIndex, in getPoint() argument
247 checkIndex( nPolygonIndex ); in getPoint()
259 sal_Int32 nPolygonIndex, in setPoint() argument
263 checkIndex( nPolygonIndex ); in setPoint()
277 sal_Int32 nPolygonIndex, in getBezierSegments() argument
300 if( nPolygonIndex == -1 ) in setBezierSegments()
317 checkIndex( nPolygonIndex ); in getBezierSegment()
364 sal_Int32 nPolygonIndex, in getSubsetPolyPolygon() argument
[all …]
/aoo4110/main/chart2/source/view/main/
H A DClipping.cxx157 , sal_Int32 nPolygonIndex in lcl_addPointToPoly() argument
161 if(nPolygonIndex<0) in lcl_addPointToPoly()
164 nPolygonIndex=0; in lcl_addPointToPoly()
168 if(nPolygonIndex >= rPoly.SequenceX.getLength() ) in lcl_addPointToPoly()
170 rPoly.SequenceX.realloc(nPolygonIndex+1); in lcl_addPointToPoly()
171 rPoly.SequenceY.realloc(nPolygonIndex+1); in lcl_addPointToPoly()
172 rPoly.SequenceZ.realloc(nPolygonIndex+1); in lcl_addPointToPoly()
173 rResultPointCount.resize(nPolygonIndex+1,0); in lcl_addPointToPoly()
203 rResultPointCount[nPolygonIndex]=nNewResultPointCount; in lcl_addPointToPoly()
285 for( sal_Int32 nPolygonIndex = aResultPointCount.size(); nPolygonIndex--; ) in clipPolygonAtRectangle() local
[all …]
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXLinePolyPolygon2D.idl52 @param nPolygonIndex
57 The number of polygons, starting with nPolygonIndex, to
59 starting with nPolygonIndex (i.e. a total of
60 getNumberOfPolygons() - nPolygonIndex polygons is extracted).
64 index number nPolygonIndex) to start extraction with. Set to 0
72 …nce< ::com::sun::star::geometry::RealPoint2D > > getPoints( [in] long nPolygonIndex, [in] long nNu…
82 @param nPolygonIndex
90 as the polygon index. If nPolygonIndex is -1, the given
98 …] sequence< sequence< ::com::sun::star::geometry::RealPoint2D > > points, [in] long nPolygonIndex )
105 … ::com::sun::star::geometry::RealPoint2D getPoint( [in] long nPolygonIndex, [in] long nPointIndex )
[all …]
H A DXBezierPolyPolygon2D.idl64 @param nPolygonIndex
70 numPolygons-nPolygonIndex.
97 @param nPolygonIndex
105 as the polygon index. If nPolygonIndex is -1, the given
113 …ce< sequence< ::com::sun::star::geometry::RealBezierSegment2D > > points, [in] long nPolygonIndex )
120 @param nPolygonIndex
127 nPolygonIndex, which is to be retrieved. This value must not
136 …::com::sun::star::geometry::RealBezierSegment2D getBezierSegment( [in] long nPolygonIndex, [in] lo…
153 @param nPolygonIndex
159 nPolygonIndex, which is to be set. This value must not
[all …]
/aoo4110/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx61 …:sun::star::geometry::RealPoint2D > > SAL_CALL getPoints( ::sal_Int32 nPolygonIndex, ::sal_Int32 n…
62 …nce< ::com::sun::star::geometry::RealPoint2D > >& points, ::sal_Int32 nPolygonIndex ) throw (::com…
63 …:com::sun::star::geometry::RealPoint2D SAL_CALL getPoint( ::sal_Int32 nPolygonIndex, ::sal_Int32 n…
64 …nt( const ::com::sun::star::geometry::RealPoint2D& point, ::sal_Int32 nPolygonIndex, ::sal_Int32 n…
67 …etry::RealBezierSegment2D > > SAL_CALL getBezierSegments( ::sal_Int32 nPolygonIndex, ::sal_Int32 n…
68 …om::sun::star::geometry::RealBezierSegment2D > >& points, ::sal_Int32 nPolygonIndex ) throw (::com…
69 …:geometry::RealBezierSegment2D SAL_CALL getBezierSegment( ::sal_Int32 nPolygonIndex, ::sal_Int32 n…
70 …t ::com::sun::star::geometry::RealBezierSegment2D& point, ::sal_Int32 nPolygonIndex, ::sal_Int32 n…
87 B2DPolyPolygon getSubsetPolyPolygon( sal_Int32 nPolygonIndex,
/aoo4110/main/chart2/source/tools/
H A DCommonConverters.cxx160 …oly( drawing::PolyPolygonShape3D& rPoly, const drawing::Position3D& rPos, sal_Int32 nPolygonIndex ) in AddPointToPoly() argument
162 if(nPolygonIndex<0) in AddPointToPoly()
165 nPolygonIndex=0; in AddPointToPoly()
169 if(nPolygonIndex >= rPoly.SequenceX.getLength() ) in AddPointToPoly()
171 rPoly.SequenceX.realloc(nPolygonIndex+1); in AddPointToPoly()
172 rPoly.SequenceY.realloc(nPolygonIndex+1); in AddPointToPoly()
173 rPoly.SequenceZ.realloc(nPolygonIndex+1); in AddPointToPoly()
176 drawing::DoubleSequence* pOuterSequenceX = &rPoly.SequenceX.getArray()[nPolygonIndex]; in AddPointToPoly()
177 drawing::DoubleSequence* pOuterSequenceY = &rPoly.SequenceY.getArray()[nPolygonIndex]; in AddPointToPoly()
178 drawing::DoubleSequence* pOuterSequenceZ = &rPoly.SequenceZ.getArray()[nPolygonIndex]; in AddPointToPoly()
/aoo4110/main/chart2/source/view/charttypes/
H A DAreaChart.cxx247 for( sal_Int32 nPolygonIndex = 0; nPolygonIndex<nPolyCount; nPolygonIndex++ ) in lcl_removeDuplicatePoints() local
249 drawing::DoubleSequence* pOuterSourceX = &rPolyPoly.SequenceX.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
250 drawing::DoubleSequence* pOuterSourceY = &rPolyPoly.SequenceY.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
251 drawing::DoubleSequence* pOuterSourceZ = &rPolyPoly.SequenceZ.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
253 drawing::DoubleSequence* pOuterTargetX = &aTmp.SequenceX.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
254 drawing::DoubleSequence* pOuterTargetY = &aTmp.SequenceY.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
255 drawing::DoubleSequence* pOuterTargetZ = &aTmp.SequenceZ.getArray()[nPolygonIndex]; in lcl_removeDuplicatePoints()
/aoo4110/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx134 PointIndex(sal_uInt32 nPolygonIndex, sal_uInt32 nPointIndex) in PointIndex() argument
135 : mnPolygonIndex(nPolygonIndex), in PointIndex()
/aoo4110/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx953 for( sal_uInt32 nPolygonIndex = 0; nPolygonIndex < aPolyPolygon.count(); nPolygonIndex++ ) { in doPolyPolygonImplementation() local
954 ::basegfx::B2DPolygon aPolygon( aPolyPolygon.getB2DPolygon( nPolygonIndex ) ); in doPolyPolygonImplementation()

Completed in 94 milliseconds