Home
last modified time | relevance | path

Searched refs:rPoly (Results 76 – 100 of 131) sorted by relevance

123456

/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx154 … void appendPolygon( const Polygon& rPoly, rtl::OStringBuffer& rBuffer, bool bClose = true ) const;
156 …void appendPolygon( const basegfx::B2DPolygon& rPoly, rtl::OStringBuffer& rBuffer, bool bClose = t…
1234 void drawPolygon( const Polygon& rPoly );
1236 void drawPolyLine( const Polygon& rPoly );
1237 void drawPolyLine( const Polygon& rPoly, const LineInfo& rInfo );
1238 void drawPolyLine( const Polygon& rPoly, const PDFWriter::ExtLineInfo& rInfo );
/aoo41x/main/vcl/source/window/
H A Dwindow2.cxx470 void Window::Invert( const Polygon& rPoly, sal_uInt16 nFlags ) in Invert() argument
477 sal_uInt16 nPoints = rPoly.GetSize(); in Invert()
482 Polygon aPoly( ImplLogicToDevicePixel( rPoly ) ); in Invert()
618 void Window::InvertTracking( const Polygon& rPoly, sal_uInt16 nFlags ) in InvertTracking() argument
622 sal_uInt16 nPoints = rPoly.GetSize(); in InvertTracking()
627 Polygon aPoly( ImplLogicToDevicePixel( rPoly ) ); in InvertTracking()
/aoo41x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx1759 const Polygon& rPoly = pA->GetPolygon(); in WriteOrders() local
1760 if ( rPoly.HasFlags() ) in WriteOrders()
1761 rPoly.AdaptiveSubdivide( aSimplePoly ); in WriteOrders()
1763 aSimplePoly = rPoly; in WriteOrders()
1778 const Polygon& rPoly = pA->GetPolygon(); in WriteOrders() local
1779 if ( rPoly.HasFlags() ) in WriteOrders()
1780 rPoly.AdaptiveSubdivide( aSimplePoly ); in WriteOrders()
1782 aSimplePoly = rPoly; in WriteOrders()
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygon.hxx219 …void insert(sal_uInt32 nIndex, const B2DPolygon& rPoly, sal_uInt32 nIndex2 = 0, sal_uInt32 nCount …
236 void append(const B2DPolygon& rPoly, sal_uInt32 nIndex = 0, sal_uInt32 nCount = 0);
H A Db2dpolygontools.hxx338 bool isRectangle( const B2DPolygon& rPoly );
595 ::rtl::OUString exportToSvgPoints( const B2DPolygon& rPoly );
/aoo41x/main/cppcanvas/source/wrapper/
H A Dbasegfxfactory.cxx73 … const ::basegfx::B2DPolygon& rPoly ) const in createPolyPolygon()
90 rPoly) ) ); in createPolyPolygon()
H A Dvclfactory.cxx115 const ::Polygon& rPoly ) const in createPolyPolygon()
132 rPoly) ) ); in createPolyPolygon()
/aoo41x/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx125 bool createFillAndStroke( const ::basegfx::B2DPolygon& rPoly,
135 void createGradientAction( const ::PolyPolygon& rPoly,
/aoo41x/main/vcl/inc/vcl/
H A Doutdev.hxx472 …SAL_DLLPRIVATE void ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPoly = NU…
553 … SAL_DLLPRIVATE void ImpDrawPolyLineWithLineInfo(const Polygon& rPoly, const LineInfo& rLineInfo);
697 void DrawPolyLine( const Polygon& rPoly );
720 void DrawPolyLine( const Polygon& rPoly,
733 void DrawPolygon( const Polygon& rPoly );
1089 static basegfx::B2DPolygon LogicToLogic( const basegfx::B2DPolygon& rPoly,
H A Dgdimtf.hxx126 …SAL_DLLPRIVATE Polygon ImplGetRotatedPolygon( const Polygon& rPoly, const Point& rRotatePt,
128 …SAL_DLLPRIVATE PolyPolygon ImplGetRotatedPolyPolygon( const PolyPolygon& rPoly, const Point& r…
/aoo41x/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx685 ::rtl::OUString exportToSvgPoints( const B2DPolygon& rPoly ) in exportToSvgPoints() argument
687 …OSL_ENSURE(!rPoly.areControlPointsUsed(), "exportToSvgPoints: Only non-bezier polygons allowed (!)… in exportToSvgPoints()
688 const sal_uInt32 nPointCount(rPoly.count()); in exportToSvgPoints()
693 const basegfx::B2DPoint aPoint(rPoly.getB2DPoint(a)); in exportToSvgPoints()
H A Db2dpolypolygontools.cxx514 bool isRectangle( const B2DPolyPolygon& rPoly ) in isRectangle() argument
517 if( rPoly.count() != 1 ) in isRectangle()
520 return isRectangle( rPoly.getB2DPolygon(0) ); in isRectangle()
H A Db2dpolygontools.cxx2365 bool isRectangle( const B2DPolygon& rPoly ) in isRectangle() argument
2369 if( !rPoly.isClosed() || in isRectangle()
2370 rPoly.count() < 4 || in isRectangle()
2371 rPoly.areControlPointsUsed() ) in isRectangle()
2390 const sal_Int32 nCount( rPoly.count() ); in isRectangle()
2393 const B2DPoint& rPoint0( rPoly.getB2DPoint(i % nCount) ); in isRectangle()
2394 const B2DPoint& rPoint1( rPoly.getB2DPoint((i+1) % nCount) ); in isRectangle()
3153 const B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(0) ); in isPolyPolygonEqualRectangle() local
3154 const sal_uInt32 nCount( rPoly.count() ); in isPolyPolygonEqualRectangle()
3164 const B2DPoint p(rPoly.getB2DPoint(i)); in isPolyPolygonEqualRectangle()
/aoo41x/main/canvas/source/directx/
H A Ddx_impltools.hxx104 const ::basegfx::B2DPolygon& rPoly,
108 const ::basegfx::B2DPolyPolygon& rPoly,
/aoo41x/main/chart2/source/view/inc/
H A DShapeFactory.hxx205 static bool hasPolygonAnyLines( ::com::sun::star::drawing::PolyPolygonShape3D& rPoly );
206 … static bool isPolygonEmptyOrSinglePoint( ::com::sun::star::drawing::PolyPolygonShape3D& rPoly );
207 static void closePolygon( ::com::sun::star::drawing::PolyPolygonShape3D& rPoly );
/aoo41x/main/svx/inc/svx/
H A Dxpoly.hxx83 XPolygon( const Polygon& rPoly );
99 void Insert( sal_uInt16 nPos, const Polygon& rPoly );
/aoo41x/main/svx/source/unodraw/
H A Dunoshap2.cxx1519 const Polygon& rPoly = aPolyPoly[a]; in SvxConvertB2DPolyPolygonToPolyPolygonBezier() local
1522 pOuterSequence->realloc((sal_Int32)rPoly.GetSize()); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1523 pOuterFlags->realloc((sal_Int32)rPoly.GetSize()); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1529 for(sal_uInt16 b=0;b<rPoly.GetSize();b++) in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1531 *pInnerSequence++ = awt::Point( rPoly[b].X(), rPoly[b].Y() ); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1532 *pInnerFlags++ = (drawing::PolygonFlags)((sal_uInt16)rPoly.GetFlags(b)); in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
/aoo41x/main/svtools/source/filter/
H A Dsgvmain.cxx233 SvStream& operator>>(SvStream& rInp, PolyType& rPoly) in operator >>() argument
235 rInp.Read((char*)&rPoly.Last,PolySize); in operator >>()
237 SWAPOBJK (rPoly); in operator >>()
238 SWAPLINE (rPoly.L); in operator >>()
239 SWAPAREA (rPoly.F); in operator >>()
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx322 …bool impHasCutWith(const basegfx::B2DPolygon& rPoly, const basegfx::B2DPoint& rStart, const basegf… in impHasCutWith() argument
325 const sal_uInt32 nPointCount(rPoly.count()); in impHasCutWith()
329 basegfx::B2DPoint aCurrent(rPoly.getB2DPoint(0)); in impHasCutWith()
335 const basegfx::B2DPoint aNext(rPoly.getB2DPoint(nNextIndex)); in impHasCutWith()
/aoo41x/main/sd/source/ui/func/
H A Dfumorph.cxx281 sal_uInt32 FuMorph::ImpGetNearestIndex(const ::basegfx::B2DPolygon& rPoly, const ::basegfx::B2DPoin… in ImpGetNearestIndex() argument
286 for(sal_uInt32 a(0L); a < rPoly.count(); a++) in ImpGetNearestIndex()
288 double fNewDist(::basegfx::B2DVector(rPoly.getB2DPoint(a) - rPos).getLength()); in ImpGetNearestIndex()
/aoo41x/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx172 void WMFRecord_Polygon(const Polygon & rPoly);
173 void WMFRecord_PolyLine(const Polygon & rPoly);
/aoo41x/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx81 const ::basegfx::B2DPolygon& rPoly );
117 ::com::sun::star::rendering::XPolyPolygon2D >& rPoly );
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx2030 const ::basegfx::B2DPolygon& rPoly( aPolyPolygon.getB2DPolygon( i ) ); in createOutline() local
2031 const sal_uInt32 nCount( rPoly.count() ); in createOutline()
2033 rPoly.isClosed() ) in createOutline()
2037 aResultingPolyPolygon.append( rPoly ); in createOutline()
2041 ::basegfx::B2DPolygon aPoly(rPoly); in createOutline()
/aoo41x/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx194 sal_uLong ReadPolygon(Polygon & rPoly);
466 sal_uLong PictReader::ReadPolygon(Polygon & rPoly) in ReadPolygon() argument
475 rPoly.SetSize(nSize); in ReadPolygon()
476 for (i=0; i<nSize; i++) rPoly.SetPoint(ReadPoint(),i); in ReadPolygon()
/aoo41x/main/sw/source/core/layout/
H A Dfly.cxx2809 Polygon& rPoly = rContour[ j ]; in GetContour() local
2811 for ( sal_uInt16 i = 0, nCount = rPoly.GetSize(); i < nCount; i++ ) in GetContour()
2814 aNewPoint = pOutDev->PixelToLogic( rPoly[ i ], aDispMap ); in GetContour()
2816 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in GetContour()
2818rPoly[ i ] = Point( FRound( aNewPoint.X() * fScaleX ), FRound( aNewPoint.Y() * fScaleY ) ); in GetContour()

Completed in 170 milliseconds

123456