Home
last modified time | relevance | path

Searched defs:rPolyPoly (Results 1 – 25 of 58) sorted by relevance

123

/trunk/main/tools/source/generic/
H A Dpoly2.cxx126 PolyPolygon::PolyPolygon( const PolyPolygon& rPolyPoly ) in PolyPolygon()
365 void PolyPolygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection() argument
372 void PolyPolygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion() argument
379 void PolyPolygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetDifference() argument
386 void PolyPolygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetXOR() argument
393 void PolyPolygon::ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rResult, sal_uIntPtr … in ImplDoOperation() argument
691 PolyPolygon& PolyPolygon::operator=( const PolyPolygon& rPolyPoly ) in operator =()
745 SvStream& operator>>( SvStream& rIStream, PolyPolygon& rPolyPoly ) in operator >>()
782 SvStream& operator<<( SvStream& rOStream, const PolyPolygon& rPolyPoly ) in operator <<()
/trunk/main/canvas/source/directx/
H A Ddx_linepolypolygon.cxx35 LinePolyPolygon::LinePolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) : in LinePolyPolygon()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dpolypolyaction.cxx97 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction()
118 PolyPolyAction::PolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyAction()
287 … TexturedPolyPolyAction::TexturedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in TexturedPolyPolyAction()
399 … StrokedPolyPolyAction::StrokedPolyPolyAction( const ::basegfx::B2DPolyPolygon& rPolyPoly, in StrokedPolyPolyAction()
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx519 B2DClipState::B2DClipState( const B2DPolyPolygon& rPolyPoly ) : in B2DClipState()
577 void B2DClipState::unionPolyPolygon(const B2DPolyPolygon& rPolyPoly) in unionPolyPolygon()
597 void B2DClipState::intersectPolyPolygon(const B2DPolyPolygon& rPolyPoly) in intersectPolyPolygon()
617 void B2DClipState::subtractPolyPolygon(const B2DPolyPolygon& rPolyPoly) in subtractPolyPolygon()
637 void B2DClipState::xorPolyPolygon(const B2DPolyPolygon& rPolyPoly) in xorPolyPolygon()
H A Dcanvastools.cxx112 …uno::Sequence< uno::Sequence< geometry::RealBezierSegment2D > > bezierSequenceSequenceFromB2DPolyP… in bezierSequenceSequenceFromB2DPolyPolygon()
130 …uno::Sequence< uno::Sequence< geometry::RealPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( c… in pointSequenceSequenceFromB2DPolyPolygon()
181 …uno::Reference< rendering::XPolyPolygon2D > xPolyPolygonFromB2DPolyPolygon( const uno::Reference< … in xPolyPolygonFromB2DPolyPolygon()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx53 bool ImplIsPolygonRectilinear (const PolyPolygon& rPolyPoly) in ImplIsPolygonRectilinear()
98 RegionBand* ImplRectilinearPolygonToBands(const PolyPolygon& rPolyPoly) in ImplRectilinearPolygonToBands()
196 …RegionBand* ImplGeneralPolygonToBands(const PolyPolygon& rPolyPoly, const Rectangle& rPolygonBound… in ImplGeneralPolygonToBands()
357 Region::Region(const PolyPolygon& rPolyPoly) in Region()
371 Region::Region(const basegfx::B2DPolyPolygon& rPolyPoly) in Region()
397 void Region::ImplCreatePolyPolyRegion( const PolyPolygon& rPolyPoly ) in ImplCreatePolyPolyRegion()
423 void Region::ImplCreatePolyPolyRegion( const basegfx::B2DPolyPolygon& rPolyPoly ) in ImplCreatePolyPolyRegion()
1771 Region Region::GetRegionFromPolyPolygon( const PolyPolygon& rPolyPoly ) in GetRegionFromPolyPolygon()
H A Doutdev4.cxx98 void OutputDevice::ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipPolyP… in ImplDrawPolyPolygon()
779 void OutputDevice::DrawGradient( const PolyPolygon& rPolyPoly, in DrawGradient()
1047 void OutputDevice::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in DrawHatch()
1125 void OutputDevice::AddHatchActions( const PolyPolygon& rPolyPoly, const Hatch& rHatch, in AddHatchActions()
1148 void OutputDevice::ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool bMtf ) in ImplDrawHatch()
1334 void OutputDevice::ImplDrawHatchLine( const Line& rLine, const PolyPolygon& rPolyPoly, in ImplDrawHatchLine()
H A Dbmpacc3.cxx373 void BitmapWriteAccess::FillPolyPolygon( const PolyPolygon& rPolyPoly ) in FillPolyPolygon()
415 void BitmapWriteAccess::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon()
H A Dpdfwriter.cxx182 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon()
265 void PDFWriter::DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient ) in DrawGradient()
270 void PDFWriter::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in DrawHatch()
280 void PDFWriter::DrawTransparent( const PolyPolygon& rPolyPoly, sal_uInt16 nTransparencePercent ) in DrawTransparent()
553 void PDFWriter::DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPattern, bool bEOFill ) in DrawPolyPolygon()
H A Dcvtsvm.cxx85 void ImplReadPolyPoly( SvStream& rIStm, PolyPolygon& rPolyPoly ) in ImplReadPolyPoly()
101 void ImplWritePolyPolyAction( SvStream& rOStm, const PolyPolygon& rPolyPoly ) in ImplWritePolyPolyAction()
451 void ImplReadExtendedPolyPolygonAction(SvStream& rIStm, PolyPolygon& rPolyPoly) in ImplReadExtendedPolyPolygonAction()
2179 const PolyPolygon& rPolyPoly = ( (MetaTransparentAction*) pAction )->GetPolyPolygon(); in ImplWriteActions() local
2302 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local
H A Dimpvect.cxx844 PolyPolygon& rPolyPoly, in ImplVectorize()
940 void ImplVectorizer::ImplLimitPolyPoly( PolyPolygon& rPolyPoly ) in ImplLimitPolyPoly()
1067 void ImplVectorizer::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, s… in ImplCalculate()
H A Doutdev.cxx228 PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly ) in ImplSubdivideBezier()
241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon()
2048 void OutputDevice::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon()
/trunk/main/cppcanvas/source/wrapper/
H A Dimplpolypolygon.cxx47 ImplPolyPolygon::ImplPolyPolygon( const CanvasSharedPtr& rParentCanvas, in ImplPolyPolygon()
/trunk/main/basebmp/source/
H A Dpolypolygonrenderer.cxx34 basegfx::B2DPolyPolygon const& rPolyPoly, in setupGlobalEdgeTable()
/trunk/main/basegfx/test/
H A Dtesttools.cxx150 void Plotter::plot( const B2DPolyPolygon& rPolyPoly ) in plot()
/trunk/main/svx/source/dialog/
H A Dcontwnd.cxx77 void ContourWindow::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon()
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx389 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ) in defineShape()
433 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, sal_uInt16 nLineWidth, const Color& r… in defineShape()
H A Dswfwriter1.cxx295 void Writer::Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, sal_uInt8 nTran… in Impl_writePolyPolygon()
308 void Writer::Impl_writePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bFilled, const Color& rF… in Impl_writePolyPolygon()
344 void Writer::Impl_writeGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient ) in Impl_writeGradientEx()
1569 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() local
1605 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions() local
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx462 PolyPolygon& SVGActionWriter::ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) co… in ImplMap() argument
478 ::rtl::OUString SVGActionWriter::GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine ) in GetPathString()
629 void SVGActionWriter::ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly, in ImplWritePolyPolygon()
751 void SVGActionWriter::ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient, in ImplWriteGradientEx()
1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local
1360 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx39 ::basegfx::B3DRange getBoundVolume( const drawing::PolyPolygonShape3D& rPolyPoly ) in getBoundVolume()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx927 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dLatheObj*>(mpObj.get())->GetPolyPoly2D(); in getPropertyValueImpl() local
1038 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dExtrudeObj*>(mpObj.get())->GetExtrudePol… in getPropertyValueImpl() local
1176 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyTextur… in getPropertyValueImpl() local
H A Dunoshap2.cxx1169 void SAL_CALL B2DPolyPolygonToSvxPointSequenceSequence( const basegfx::B2DPolyPolygon& rPolyPoly, d… in B2DPolyPolygonToSvxPointSequenceSequence()
1220 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1245 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
1502 void SvxConvertB2DPolyPolygonToPolyPolygonBezier( const basegfx::B2DPolyPolygon& rPolyPoly, drawing… in SvxConvertB2DPolyPolygonToPolyPolygonBezier()
1549 const basegfx::B2DPolyPolygon& rPolyPoly = GetPolygon(); in getPropertyValueImpl() local
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx169 bool isRectangle( const PolyPolygon& rPolyPoly ) in isRectangle()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx393 PolyPolygon& rPolyPoly = *aOutlineIter++; in GetTextAreaOutline() local
698 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines() local
761 PolyPolygon& rPolyPoly = *aOutlineIter; in FitTextOutlinesToShapeOutlines() local
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx143 const basegfx::B2DPolyPolygon& rPolyPoly, in PolyPolyElement()

Completed in 156 milliseconds

123