Home
last modified time | relevance | path

Searched refs:rPoly (Results 51 – 75 of 131) sorted by relevance

123456

/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx92 basegfx::B2DPolyPolygon const& rPoly,
146 basegfx::B2DPolyPolygon const& rPoly, in renderClippedPolyPolygon() argument
156 basegfx::B2DRange const aPolyBounds( basegfx::tools::getRange(rPoly) ); in renderClippedPolyPolygon()
171 detail::setupGlobalEdgeTable( aGET, rPoly, nMinY ) ); in renderClippedPolyPolygon()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1996 rPoly[ 0 ].X(), in CreatePolygonProperties()
1997 rPoly[ 0 ].Y(), in CreatePolygonProperties()
1998 rPoly[ 1 ].X() - rPoly[ 0 ].X(), in CreatePolygonProperties()
1999 rPoly[ 1 ].Y() - rPoly[ 0 ].Y() ); in CreatePolygonProperties()
2124 switch ( rPoly.GetSize() ) in lcl_GetAdjustValueCount()
2137 if ( rPoly.GetSize()>=6 ) in lcl_GetAdjustValueCount()
2152 Point aStart = rPoly[0]; in lcl_GetConnectorAdjustValue()
2153 Point aEnd = rPoly[k-1]; in lcl_GetConnectorAdjustValue()
2162 aPt = rPoly[ nIndex + 1]; in lcl_GetConnectorAdjustValue()
2216 Point aStart = rPoly[0]; in lcl_GetAngle()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx478 Polygon& rPoly = aPolyPoly[ i ]; in getGlyph() local
480 const sal_uInt16 nSize = rPoly.GetSize(); in getGlyph()
486 Point aPoint( rPoly[n] ); in getGlyph()
489 rPoly[n] = aPoint; in getGlyph()
491 Writer::Impl_addPolygon( maGlyphData, rPoly, true ); in getGlyph()
H A Dswfwriter.hxx291 sal_uInt16 defineShape( const Polygon& rPoly, const FillStyle& rFillStyle );
365 void Impl_writePolygon( const Polygon& rPoly, sal_Bool bFilled );
366 …void Impl_writePolygon( const Polygon& rPoly, sal_Bool bFilled, const Color& rFillColor, const Col…
380 static void Impl_addPolygon( BitStream& rBits, const Polygon& rPoly, sal_Bool bFilled );
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx359 void AddPointsToPath(const Polygon & rPoly);
360 void AddPointsToArea(const Polygon & rPoly);
480 void OS2METReader::AddPointsToArea(const Polygon & rPoly) in AddPointsToArea() argument
484 if (pAreaStack==NULL || rPoly.GetSize()==0) return; in AddPointsToArea()
491 nNewSize=nOldSize+rPoly.GetSize(); in AddPointsToArea()
494 aLastPoly.SetPoint(rPoly.GetPoint(i-nOldSize),i); in AddPointsToArea()
501 void OS2METReader::AddPointsToPath(const Polygon & rPoly) in AddPointsToPath() argument
505 if (pPathStack==NULL || rPoly.GetSize()==0) return; in AddPointsToPath()
511 if (aLastPoly.GetPoint(nOldSize-1)!=rPoly.GetPoint(0)) pPP->Insert(rPoly); in AddPointsToPath()
514 nNewSize=nOldSize+rPoly.GetSize(); in AddPointsToPath()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1598 void PSWriter::ImplPolyLine( const Polygon & rPoly ) in ImplPolyLine() argument
1603 sal_uInt16 i, nPointCount = rPoly.GetSize(); in ImplPolyLine()
1608 ImplMoveTo( rPoly.GetPoint( 0 ) ); in ImplPolyLine()
1612 if ( ( rPoly.GetFlags( i ) == POLY_CONTROL ) in ImplPolyLine()
1614 && ( rPoly.GetFlags( i + 1 ) == POLY_CONTROL ) in ImplPolyLine()
1615 && ( rPoly.GetFlags( i + 2 ) != POLY_CONTROL ) ) in ImplPolyLine()
1617 ImplCurveTo( rPoly[ i ], rPoly[ i + 1 ], rPoly[ i + 2 ], PS_WRAP ); in ImplPolyLine()
1621 ImplLineTo( rPoly.GetPoint( i++ ), PS_SPACE | PS_WRAP ); in ImplPolyLine()
1626 if( rPoly[ 0 ] == rPoly[ nPointCount-1 ] ) in ImplPolyLine()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx549 const PolyPolygon& rPoly, in gradientFill() argument
581 rPoly.GetBoundRect() ); in gradientFill()
583 if( tools::isRectangle( rPoly ) ) in gradientFill()
623 const Region aPolyClipRegion( rPoly ); in gradientFill()
665 rOutDev.DrawPolyPolygon( rPoly ); in gradientFill()
689 p2ndOutDev->DrawPolyPolygon( rPoly ); in gradientFill()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx64 for( sal_uInt16 i = 0, nCount = rPoly.GetSize(); i < nCount; i++ ) in ImplScalePoly()
65 ImplScalePoint( rPoly[ i ], fScaleX, fScaleY ); in ImplScalePoly()
911 maPoly ( rPoly ) in IMPL_META_ACTION()
920 maPoly ( rPoly ) in MetaPolyLineAction()
1018 maPoly ( rPoly ) in IMPL_META_ACTION()
1155 const Polygon& rPoly = maPolyPoly.GetObject( i ); in Write() local
1156 if ( rPoly.HasFlags() ) in Write()
1158 rPoly.AdaptiveSubdivide( aSimplePoly ); in Write()
1165 const Polygon& rPoly = maPolyPoly.GetObject( i ); in Write() local
1166 if ( rPoly.HasFlags() ) in Write()
[all …]
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 );
/trunk/main/svx/source/svdraw/
H A Dpolypolygoneditor.cxx160 bool PolyPolygonEditor::GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbs… in GetRelativePolyPoint() argument
162 const sal_uInt32 nPolyCount(rPoly.count()); in GetRelativePolyPoint()
167 const sal_uInt32 nPointCount(rPoly.getB2DPolygon(nPolyNum).count()); in GetRelativePolyPoint()
H A Dsvdovirt.cxx193 void operator +=(PolyPolygon& rPoly, const Point& rOfs) in operator +=() argument
197 for (j=0; j<rPoly.Count(); j++) { in operator +=()
198 Polygon aP1(rPoly.GetObject(j)); in operator +=()
202 rPoly.Replace(aP1,j); in operator +=()
/trunk/main/svtools/source/misc/
H A Dimap.cxx533 IMapPolygonObject::IMapPolygonObject( const Polygon& rPoly, in IMapPolygonObject() argument
544 ImpConstruct( rPoly, bPixelCoords ); in IMapPolygonObject()
554 void IMapPolygonObject::ImpConstruct( const Polygon& rPoly, sal_Bool bPixel ) in ImpConstruct() argument
557 aPoly = Application::GetDefaultDevice()->PixelToLogic( rPoly, MapMode( MAP_100TH_MM ) ); in ImpConstruct()
559 aPoly = rPoly; in ImpConstruct()
/trunk/main/oox/source/export/
H A Dshapes.cxx763 const Polygon& rPoly = aPolyPolygon[ 0 ]; in WriteLineShape() local
765 bFlipH = ( rPoly[ 0 ].X() > rPoly[ 1 ].X() ); in WriteLineShape()
766 bFlipV = ( rPoly[ 0 ].Y() > rPoly[ 1 ].Y() ); in WriteLineShape()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx394 const B2DPolygon& rPoly( maPolyPolygon.getB2DPolygon(i) ); in init() local
395 for( sal_uInt32 k(0), nVertices(rPoly.count()); in init()
399 const B2DPoint& rP1( rPoly.getB2DPoint(k) ); in init()
400 const B2DPoint& rP2( rPoly.getB2DPoint( (k + 1) % nVertices ) ); in init()
/trunk/main/svtools/source/inc/
H A Dsgvspln.hxx46 sal_Bool CalcSpline(Polygon& rPoly, sal_Bool Periodic, sal_uInt16& n,
67 sal_Bool Spline2Poly(Polygon& rSpln, sal_Bool Periodic, Polygon& rPoly);
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx183 void Calc( const PolyPolygon& rPoly );
339 void SvxBoundArgs::Calc( const PolyPolygon& rPoly ) in Calc() argument
343 for( sal_uInt16 i = 0; i < rPoly.Count(); ++i ) in Calc()
345 const Polygon& rPol = rPoly[ i ]; in Calc()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx768 void DrawPolyLine( const Polygon& rPoly );
769 void DrawPolyLine( const Polygon& rPoly,
771 void DrawPolyLine( const Polygon& rPoly, const ExtLineInfo& rInfo );
772 void DrawPolygon( const Polygon& rPoly );
H A Dbmpacc.hxx225 void FillPolygon( const Polygon& rPoly );
226 void DrawPolygon( const Polygon& rPoly );
228 void FillPolyPolygon( const PolyPolygon& rPoly );
/trunk/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()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dbasegfxfactory.hxx72 …onSharedPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolygon& rPoly ) const;
73 …aredPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolyPolygon& rPoly ) const;
H A Dpolypolygon.hxx63 virtual void addPolygon( const ::basegfx::B2DPolygon& rPoly ) = 0;
64 virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly ) = 0;
/trunk/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()
/trunk/main/basegfx/inc/basegfx/tools/
H A Ddebugplotter.hxx86 void plot( const B2DPolygon& rPoly,
88 void plot( const B2DPolyPolygon& rPoly,
/trunk/main/svtools/inc/svtools/
H A Dimappoly.hxx45 SVT_DLLPRIVATE void ImpConstruct( const Polygon& rPoly, sal_Bool bPixel );
57 IMapPolygonObject( const Polygon& rPoly,
/trunk/main/cppcanvas/source/wrapper/
H A Dimplpolypolygon.hxx61 virtual void addPolygon( const ::basegfx::B2DPolygon& rPoly );
62 virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly );

Completed in 176 milliseconds

123456