Home
last modified time | relevance | path

Searched refs:rPolyPoly (Results 26 – 50 of 92) sorted by relevance

1234

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx158 …void appendPolyPolygon( const PolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, bool bClose = t…
160 …void appendPolyPolygon( const basegfx::B2DPolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, boo…
1015 …void drawEmphasisMark( long nX, long nY, const PolyPolygon& rPolyPoly, sal_Bool bPolyLine, const …
1055 void implWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient,
1235 void drawPolyPolygon( const PolyPolygon& rPolyPoly );
1255 void drawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
1256 void drawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
1258 void drawTransparent( const PolyPolygon& rPolyPoly, sal_uInt32 nTransparentPercent );
1264 void drawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill );
H A Dimpvect.hxx43 …void ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFla…
46 void ImplLimitPolyPoly( PolyPolygon& rPolyPoly );
55 sal_Bool ImplVectorize( const Bitmap& rMonoBmp, PolyPolygon& rPolyPoly,
H A Dprint2.cxx1552 void Printer::DrawGradientEx( OutputDevice* pOut, const PolyPolygon& rPolyPoly, const Gradient& rGr… in DrawGradientEx() argument
1565 pOut->DrawGradient( rPolyPoly, aNewGradient ); in DrawGradientEx()
1568 pOut->DrawGradient( rPolyPoly, rGradient ); in DrawGradientEx()
1585 pOut->DrawPolyPolygon( rPolyPoly ); in DrawGradientEx()
1590 pOut->DrawGradient( rPolyPoly, rGradient ); in DrawGradientEx()
H A Dgraphictools.cxx62 static ::rtl::OString polyPolyToString( const PolyPolygon& rPolyPoly ) in polyPolyToString() argument
66 for(nPoly=0; nPoly<rPolyPoly.Count(); ++nPoly) in polyPolyToString()
68 const Polygon& rPoly = rPolyPoly[nPoly]; in polyPolyToString()
/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx199 … PolyPolygon& ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) const;
207 void ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly,
210 …void ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient, sal_uInt32 …
224 static ::rtl::OUString GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine );
/trunk/main/basebmp/source/
H A Dpolypolygonrenderer.cxx34 basegfx::B2DPolyPolygon const& rPolyPoly, in setupGlobalEdgeTable() argument
40 for( sal_uInt32 i(0), nCount(rPolyPoly.count()); in setupGlobalEdgeTable()
45 const basegfx::B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(i) ); in setupGlobalEdgeTable()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx234 Polygon PictWriter::PolyPolygonToPolygon(const PolyPolygon & rPolyPoly) in PolyPolygonToPolygon() argument
241 nCount=rPolyPoly.Count(); in PolyPolygonToPolygon()
244 aPoly1=rPolyPoly.GetObject(0); in PolyPolygonToPolygon()
246 aPoly2=rPolyPoly.GetObject(np); in PolyPolygonToPolygon()
1701 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in WriteOpcodes() local
1702 sal_uInt16 nPolyCount = rPolyPoly.Count(); in WriteOpcodes()
1703 PolyPolygon aSimplePolyPoly( rPolyPoly ); in WriteOpcodes()
2109 const PolyPolygon& rPolyPoly = ( (const MetaTransparentAction*) pMA )->GetPolyPolygon(); in WriteOpcodes() local
2114 WriteOpcode_Poly( PDM_PAINT, PolyPolygonToPolygon( rPolyPoly ) ); in WriteOpcodes()
2120 for( sal_uInt16 i = 0, nCount = rPolyPoly.Count(); i < nCount; i++ ) in WriteOpcodes()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx168 void WinMtfPathObj::AddPolyPolygon( const PolyPolygon& rPolyPoly ) in AddPolyPolygon() argument
170 sal_uInt16 i, nCount = rPolyPoly.Count(); in AddPolyPolygon()
172 Insert( rPolyPoly[ i ], POLYPOLY_APPEND ); in AddPolyPolygon()
751 void WinMtfOutput::ImplDrawClippedPolyPolygon( const PolyPolygon& rPolyPoly ) in ImplDrawClippedPolyPolygon() argument
753 if ( rPolyPoly.Count() ) in ImplDrawClippedPolyPolygon()
756 if ( rPolyPoly.Count() == 1 ) in ImplDrawClippedPolyPolygon()
758 if ( rPolyPoly.IsRect() ) in ImplDrawClippedPolyPolygon()
759 mpGDIMetaFile->AddAction( new MetaRectAction( rPolyPoly.GetBoundRect() ) ); in ImplDrawClippedPolyPolygon()
762 Polygon aPoly( rPolyPoly[ 0 ] ); in ImplDrawClippedPolyPolygon()
776 mpGDIMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPoly ) ); in ImplDrawClippedPolyPolygon()
H A Demfwr.hxx80 void ImplWritePath( const PolyPolygon& rPolyPoly, sal_Bool bClose );
82 void ImplWritePolyPolygonRecord( const PolyPolygon& rPolyPoly );
/trunk/main/basegfx/test/
H A Dtesttools.cxx150 void Plotter::plot( const B2DPolyPolygon& rPolyPoly ) in plot() argument
152 const sal_uInt32 nPolyCount( rPolyPoly.count() ); in plot()
157 plot( rPolyPoly.getB2DPolygon(i) ); in plot()
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx773 void DrawPolyPolygon( const PolyPolygon& rPolyPoly );
810 void DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
812 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
815 void DrawTransparent( const PolyPolygon& rPolyPoly,
1352 void DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPatternId, bool bEOFill );
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx209 …void ImplWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient, VirtualDevice&…
210 void ImplIntersect( const PolyPolygon& rPolyPoly );
1532 void PSWriter::ImplIntersect( const PolyPolygon& rPolyPoly ) in ImplIntersect() argument
1534 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplIntersect()
1537 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplIntersect()
1550 void PSWriter::ImplWriteGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient, VirtualD… in ImplWriteGradient() argument
1555 l_aVDev.AddGradientActions( rPolyPoly.GetBoundRect(), rGradient, aTmpMtf ); in ImplWriteGradient()
1561 void PSWriter::ImplPolyPoly( const PolyPolygon & rPolyPoly, sal_Bool bTextOutline ) in ImplPolyPoly() argument
1563 sal_uInt16 i, nPolyCount = rPolyPoly.Count(); in ImplPolyPoly()
1574 ImplAddPath( rPolyPoly.GetObject( i ) ); in ImplPolyPoly()
[all …]
/trunk/main/svx/source/dialog/
H A Dcontwnd.cxx77 void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon() argument
80 const sal_uInt16 nPolyCount = rPolyPoly.Count(); in SetPolyPolygon()
83 aPolyPoly = rPolyPoly; in SetPolyPolygon()
H A D_contdlg.cxx352 void SvxContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon() argument
354 pSuperClass->SetPolyPolygon( rPolyPoly ); in SetPolyPolygon()
550 void SvxSuperContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon() argument
554 PolyPolygon aPolyPoly( rPolyPoly ); in SetPolyPolygon()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx207 const basegfx::B2DPolyPolygon& rPolyPoly,
305 const basegfx::B2DPolyPolygon& rPolyPoly, in createPolyPolyElement() argument
307 { return new PolyPolyElement( pParent, nGCId, rPolyPoly, nAction ); } in createPolyPolyElement()
/trunk/main/basegfx/inc/basegfx/tools/
H A Dcanvastools.hxx87 const ::basegfx::B2DPolyPolygon& rPolyPoly );
93 … bezierSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly );
98 … pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly );
/trunk/main/canvas/source/directx/
H A Ddx_linepolypolygon.cxx35 LinePolyPolygon::LinePolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) : in LinePolyPolygon() argument
36 ::basegfx::unotools::UnoPolyPolygon( rPolyPoly ), in LinePolyPolygon()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx927 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dLatheObj*>(mpObj.get())->GetPolyPoly2D(); in getPropertyValueImpl() local
928 …:B3DPolyPolygon aB3DPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(rPolyPoly)); in getPropertyValueImpl()
1038 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dExtrudeObj*>(mpObj.get())->GetExtrudePol… in getPropertyValueImpl() local
1039 …:B3DPolyPolygon aB3DPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(rPolyPoly)); in getPropertyValueImpl()
1176 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyTextur… in getPropertyValueImpl() local
1177 …:B3DPolyPolygon aB3DPolyPolygon(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(rPolyPoly)); in getPropertyValueImpl()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx169 bool isRectangle( const PolyPolygon& rPolyPoly ) in isRectangle() argument
172 if( rPolyPoly.Count() != 1 ) in isRectangle()
175 const ::Polygon& rPoly( rPolyPoly[0] ); in isRectangle()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx523 const ::basegfx::B2DPolyPolygon& rPolyPoly, bool bPixelSnap, bool bLineDraw ) in AddPolyPolygonToPath()
526 const int nPolyCount = rPolyPoly.count(); in AddPolyPolygonToPath()
532 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in AddPolyPolygonToPath()
931 bool AquaSalGraphics::drawPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly, in drawPolyPolygon() argument
935 const int nPolyCount = rPolyPoly.count(); in drawPolyPolygon()
947 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in drawPolyPolygon()
1787 bool AquaSalGraphics::GetGlyphOutline( sal_GlyphId aGlyphId, basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
1789 const bool bRC = mpMacTextStyle->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx137 …ay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2DPolyPolygon& rPolyPoly);
150 …lay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2DPolyPolygon& rPolyPoly) in CreateAndShowOverlay() argument
169 if(rPolyPoly.count()) in CreateAndShowOverlay()
172 rPolyPoly); in CreateAndShowOverlay()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1102 void Polygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection() argument
1105 aTmp.GetIntersection( rPolyPoly, rResult ); in GetIntersection()
1110 void Polygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion() argument
1113 aTmp.GetUnion( rPolyPoly, rResult ); in GetUnion()
1118 void Polygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetDifference() argument
1121 aTmp.GetDifference( rPolyPoly, rResult ); in GetDifference()
1126 void Polygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetXOR() argument
1129 aTmp.GetXOR( rPolyPoly, rResult ); in GetXOR()
/trunk/main/cppcanvas/source/wrapper/
H A Dbasegfxfactory.cxx94 … const ::basegfx::B2DPolyPolygon& rPolyPoly ) const in createPolyPolygon()
111 rPolyPoly) ) ); in createPolyPolygon()
H A Dimplpolypolygon.cxx48 … const uno::Reference< rendering::XPolyPolygon2D >& rPolyPoly ) : in ImplPolyPolygon()
50 mxPolyPoly( rPolyPoly ), in ImplPolyPolygon()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx440 … B2DPolyPolygonRasterConverter::B2DPolyPolygonRasterConverter( const B2DPolyPolygon& rPolyPoly ) : in B2DPolyPolygonRasterConverter() argument
441 maPolyPolygon( rPolyPoly ), in B2DPolyPolygonRasterConverter()
442 maPolyPolyRectangle( tools::getRange( rPolyPoly ) ), in B2DPolyPolygonRasterConverter()

Completed in 175 milliseconds

1234