Home
last modified time | relevance | path

Searched refs:rPoly (Results 101 – 125 of 131) sorted by relevance

123456

/aoo41x/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx349 void AddPolygon( const Polygon& rPoly );
350 void AddPolyLine( const Polygon& rPoly );
H A Demfwr.hxx81 void ImplWritePolygonRecord( const Polygon& rPoly, sal_Bool bClose );
/aoo41x/main/basegfx/test/
H A Dtesttools.hxx62 void plot( const B2DPolygon& rPoly );
/aoo41x/main/svx/inc/svx/
H A Dpolypolygoneditor.hxx63 …static bool GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbsPnt, sal_uI…
H A Dsvdopath.hxx82 …static sal_Bool ImpFindPolyPnt(const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbsPnt, sal_uInt3…
H A Dsvdoedge.hxx253 void SetEdgeTrackPath( const basegfx::B2DPolyPolygon& rPoly );
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx509 bool ImplRenderer::createFillAndStroke( const ::basegfx::B2DPolygon& rPoly, in createFillAndStroke() argument
512 return createFillAndStroke( ::basegfx::B2DPolyPolygon( rPoly ), in createFillAndStroke()
590 void ImplRenderer::createGradientAction( const ::PolyPolygon& rPoly, in createGradientAction() argument
598 ::basegfx::B2DPolyPolygon aDevicePoly( rPoly.getB2DPolyPolygon() ); in createGradientAction()
853 rParms.mrVDev.AddGradientActions( rPoly.GetBoundRect(), in createGradientAction()
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1461 sal_uInt16 nPoints = rPoly.GetSize(); in appendPolygon()
1469 appendPoint( rPoly[0], rBuffer ); in appendPolygon()
1477 appendPoint( rPoly[i], rBuffer ); in appendPolygon()
1479 appendPoint( rPoly[i+1], rBuffer ); in appendPolygon()
1488 appendPoint( rPoly[i], rBuffer ); in appendPolygon()
8454 int nPoints = rPoly.GetSize(); in drawPolygon()
9020 sal_uInt16 nPoints = rPoly.GetSize(); in drawPolyLine()
9030 m_aPages.back().appendPolygon( rPoly, aLine, rPoly[0] == rPoly[nPoints-1] ); in drawPolyLine()
9050 drawPolyLine( rPoly ); in drawPolyLine()
9057 drawPolyLine( rPoly, aInfo ); in drawPolyLine()
[all …]
H A Dgdimetafiletools.cxx704 const PolyPolygon& rPoly = pA->GetPolyPolygon(); in clipMetafileContentAgainstOwnRegions() local
708 rPoly.getB2DPolyPolygon(), in clipMetafileContentAgainstOwnRegions()
H A Dcvtsvm.cxx72 void ImplReadPoly( SvStream& rIStm, Polygon& rPoly ) in ImplReadPoly() argument
77 rPoly = Polygon( (sal_uInt16) nSize ); in ImplReadPoly()
80 rIStm >> rPoly[ i ]; in ImplReadPoly()
/aoo41x/main/sd/source/ui/inc/
H A Dfumorph.hxx71 sal_uInt32 ImpGetNearestIndex(const ::basegfx::B2DPolygon& rPoly, const ::basegfx::B2DPoint& rPos);
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx580 void Scale(Polygon& rPoly) const;
581 void Scale(PolyPolygon& rPoly) const;
/aoo41x/main/basegfx/source/workbench/
H A Dbezierclip.hxx78 Polygon2D convexHull( const Polygon2D& rPoly );
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrlatheprimitive3d.hxx89 const basegfx::B2DPolygon& rPoly,
/aoo41x/main/canvas/source/vcl/
H A Dimpltools.hxx185 ::PolyPolygon mapPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly,
/aoo41x/main/svx/source/dialog/
H A Dimapwnd.cxx293 const Polygon& rPoly = pIMapPolyObj->GetPolygon( sal_False ); in CreateObj() local
294 Polygon aDrawPoly( rPoly ); in CreateObj()
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx242 bool isRectangle( const B2DPolyPolygon& rPoly );
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.hxx198 Polygon& ImplMap( const Polygon& rPoly, Polygon& rDstPoly ) const;
/aoo41x/main/chart2/source/inc/
H A DCommonConverters.hxx105 void AddPointToPoly( ::com::sun::star::drawing::PolyPolygonShape3D& rPoly
/aoo41x/main/svtools/source/inc/
H A Dsgvmain.hxx191 friend SvStream& operator>>(SvStream& rIStream, PolyType& rPoly);
/aoo41x/main/vcl/inc/vcl/
H A Dwindow.hxx1000 void Invert( const Polygon& rPoly, sal_uInt16 nFlags = 0 );
1014 void InvertTracking( const Polygon& rPoly, sal_uInt16 nFlags = 0 );
/aoo41x/main/svtools/inc/svtools/
H A Druler.hxx721 SVT_DLLPRIVATE void ImplDrawIndent( const Polygon& rPoly, sal_uInt16 nStyle );
/aoo41x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx714 , drawing::PolyPolygonShape3D& rPoly, sal_Int32 nSequenceIndex ) in lcl_AddErrorBottomLine() argument
726 …AddPointToPoly( rPoly, drawing::Position3D( aStart.getX(), aStart.getY(), rPosition.PositionZ), nS… in lcl_AddErrorBottomLine()
727 …AddPointToPoly( rPoly, drawing::Position3D( aEnd.getX(), aEnd.getY(), rPosition.PositionZ), nSeque… in lcl_AddErrorBottomLine()
/aoo41x/main/chart2/source/view/inc/
H A DPlottingPositionHelper.hxx93 … void transformScaledLogicToScene( ::com::sun::star::drawing::PolyPolygonShape3D& rPoly ) const;
/aoo41x/main/sw/source/core/unocore/
H A Dunoframe.cxx1469 const Polygon& rPoly = aContour.GetObject(i); in getPropertyValue() local
1470 pPSeq[i].realloc(rPoly.GetSize()); in getPropertyValue()
1472 for(sal_uInt16 j = 0; j < rPoly.GetSize(); j++) in getPropertyValue()
1474 const Point& rPoint = rPoly.GetPoint(j); in getPropertyValue()

Completed in 210 milliseconds

123456