Home
last modified time | relevance | path

Searched refs:PolyPolygon (Results 26 – 50 of 148) sorted by relevance

123456

/aoo41x/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx78 PolyPolygon(aResult))); in handleGeometricContent()
114 PolyPolygon(aResult), in handleGradientContent()
704 const PolyPolygon& rPoly = pA->GetPolyPolygon(); in clipMetafileContentAgainstOwnRegions()
885 PolyPolygon aPath; in clipMetafileContentAgainstOwnRegions()
909 aFilling.setPath(PolyPolygon(aResult)); in clipMetafileContentAgainstOwnRegions()
917 aFilling.setPath(PolyPolygon()); in clipMetafileContentAgainstOwnRegions()
1005 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in clipMetafileContentAgainstOwnRegions()
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 Dcvtsvm.cxx85 void ImplReadPolyPoly( SvStream& rIStm, PolyPolygon& rPolyPoly ) in ImplReadPolyPoly()
101 void ImplWritePolyPolyAction( SvStream& rOStm, const PolyPolygon& rPolyPoly ) in ImplWritePolyPolyAction()
634 PolyPolygon aInputPolyPolygon; in ImplConvertFromSVM1()
817 PolyPolygon aPolyPoly; in ImplConvertFromSVM1()
1087 PolyPolygon aPolyPoly; in ImplConvertFromSVM1()
1214 PolyPolygon aPolyPoly; in ImplConvertFromSVM1()
1248 PolyPolygon aPolyPoly; in ImplConvertFromSVM1()
1323 PolyPolygon aPolyPoly; in ImplConvertFromSVM1()
1673 const PolyPolygon aPolyPolygon(pAct->GetPolygon()); in ImplWriteActions()
1721 const PolyPolygon aPolyPolygon(pAct->GetPolygon()); in ImplWriteActions()
[all …]
H A Doutdev.cxx76 DBG_NAME( PolyPolygon ) in DBG_NAME()
228 PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly ) in ImplSubdivideBezier()
231 PolyPolygon aPolyPoly( nPolys ); in ImplSubdivideBezier()
241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon()
311 PolyPolygon aPolyPoly = ImplSubdivideBezier( rPolyPoly ); in ImplDrawPolyPolygon()
2048 void OutputDevice::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon()
2052 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in DrawPolyPolygon()
2179 mpMetaFile->AddAction( new MetaPolyPolygonAction( PolyPolygon( rB2DPolyPoly ) ) ); in DrawPolyPolygon()
2253 const PolyPolygon aToolsPolyPolygon( rB2DPolyPoly ); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2254 const PolyPolygon aPixelPolyPolygon = ImplLogicToDevicePixel( aToolsPolyPolygon ); in ImpDrawPolyPolygonWithB2DPolyPolygon()
H A Dpdfwriter_impl.hxx158 …void appendPolyPolygon( const PolyPolygon& rPolyPoly, rtl::OStringBuffer& rBuffer, bool bClose = t…
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 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()
/aoo41x/main/svx/source/inc/
H A Dfrmselimpl.hxx63 void MergeFocusToPolyPolygon( PolyPolygon& rPPoly ) const;
68 void MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const;
85 PolyPolygon maFocusArea; /// Focus drawing areas.
86 PolyPolygon maClickArea; /// Mouse click areas.
/aoo41x/main/vcl/inc/vcl/
H A Dgdimtf.hxx41 class PolyPolygon;
128 …SAL_DLLPRIVATE PolyPolygon ImplGetRotatedPolyPolygon( const PolyPolygon& rPoly, const Point& r…
132 const PolyPolygon& rPolyPoly,
H A Dpdfwriter.hxx51 class PolyPolygon;
774 void DrawPolyPolygon( const PolyPolygon& rPolyPoly );
811 void DrawGradient( const PolyPolygon& rPolyPoly, const Gradient& rGradient );
813 void DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch );
816 void DrawTransparent( const PolyPolygon& rPolyPoly,
1353 void DrawPolyPolygon( const PolyPolygon& rPolyPoly, sal_Int32 nPatternId, bool bEOFill );
H A Dcanvastools.hxx38 class PolyPolygon;
94 … const ::PolyPolygon& inputPolyPolygon );
104 ::PolyPolygon VCL_DLLPUBLIC polyPolygonFromPoint2DSequenceSequence(
116 ::PolyPolygon VCL_DLLPUBLIC polyPolygonFromBezier2DSequenceSequence(
/aoo41x/main/svx/source/dialog/
H A Dcontwnd.hxx38 PolyPolygon aPolyPoly;
64 void SetPolyPolygon( const PolyPolygon& rPolyPoly );
65 const PolyPolygon& GetPolyPolygon();
H A Dfrmsel.cxx122 inline void lclPolyPolyUnion( PolyPolygon& rDest, const PolyPolygon& rSource ) in lclPolyPolyUnion()
124 const PolyPolygon aTmp( rDest ); in lclPolyPolyUnion()
189 void FrameBorder::MergeFocusToPolyPolygon( PolyPolygon& rPPoly ) const in MergeFocusToPolyPolygon()
204 void FrameBorder::MergeClickAreaToPolyPolygon( PolyPolygon& rPPoly ) const in MergeClickAreaToPolyPolygon()
552 PolyPolygon aPPoly; in DrawBackground()
672 PolyPolygon aPPoly; in DrawAllTrackingRects()
/aoo41x/main/editeng/source/misc/
H A Dtxtrange.cxx67 mpPolyPolygon = new PolyPolygon( (sal_uInt16)nCount ); in TextRanger()
79 mpLinePolyPolygon = new PolyPolygon(); in TextRanger()
183 void Calc( const PolyPolygon& rPoly );
184 void Concat( const PolyPolygon* pPoly );
339 void SvxBoundArgs::Calc( const PolyPolygon& rPoly ) in Calc()
532 void SvxBoundArgs::Concat( const PolyPolygon* pPoly ) in Concat()
/aoo41x/main/svx/inc/svx/
H A Dsvdtrans.hxx63 inline void MovePoly(PolyPolygon& rPoly, const Size& S) { rPoly.Move(S.Width(),S.Height()); } in MovePoly()
71 void ResizePoly(PolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFact…
77 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs);
86 void MirrorPoly(PolyPolygon& rPoly, const Point& rRef1, const Point& rRef2);
92 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False);
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx508 PolyPolygon(aStartArrow), in impTryToCreateSvtGraphicStroke()
509 PolyPolygon(aEndArrow), in impTryToCreateSvtGraphicStroke()
1426 PolyPolygon(aLocalPolyPolygon), in processBasePrimitive2D()
1515 PolyPolygon(aLocalPolyPolygon), in processBasePrimitive2D()
1536 const PolyPolygon aToolsPolyPolygon(aLocalPolyPolygon); in processBasePrimitive2D()
1602 … const PolyPolygon aToolsPolyPolygon(basegfx::tools::adaptiveSubdivideByAngle(aLocalPolyPolygon)); in processBasePrimitive2D()
1678 PolyPolygon(aLocalPolyPolygon), in processBasePrimitive2D()
1900 PolyPolygon(aLocalPolyPolygon), in processBasePrimitive2D()
1928 PolyPolygon(aLocalPolyPolygon), in processBasePrimitive2D()
/aoo41x/main/tools/source/generic/
H A Dpoly.cxx1102 void Polygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection()
1104 const PolyPolygon aTmp( *this ); in GetIntersection()
1110 void Polygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion()
1112 const PolyPolygon aTmp( *this ); in GetUnion()
1118 void Polygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetDifference()
1120 const PolyPolygon aTmp( *this ); in GetDifference()
1126 void Polygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetXOR()
1128 const PolyPolygon aTmp( *this ); in GetXOR()
/aoo41x/main/filter/source/graphicfilter/icgm/
H A Doutact.hxx62 PolyPolygon maPolyPolygon;
92 virtual void DrawPolyPolygon( PolyPolygon& ) {} ; in DrawPolyPolygon() argument
135 virtual void DrawPolyPolygon( PolyPolygon& ) ;
/aoo41x/main/vcl/workben/
H A Doutdevgrind.cxx118 PolyPolygon aPolyPoly(aPoly); in setupMethodStubs()
240 (void (OutputDevice::*)( const PolyPolygon& )) in setupMethodStubs()
734 (void (OutputDevice::*)( const PolyPolygon&, const Gradient& ))( in setupMethodStubs()
777 (void (OutputDevice::*)( const PolyPolygon&, sal_uInt16 ))( in setupMethodStubs()
846 PolyPolygon aClipPoly(aPoly1); in outDevGrind()
/aoo41x/main/canvas/source/vcl/
H A Dspritehelper.cxx300 rTargetSurface.DrawPolyPolygon(PolyPolygon(aClipPoly)); // #i76339# in redraw()
332 rTargetSurface.DrawPolyPolygon(PolyPolygon(aClipPoly)); // #i76339# in redraw()
387 ::PolyPolygon aMarkerPoly( in redraw()
H A Dimpltools.cxx169 bool isRectangle( const PolyPolygon& rPolyPoly ) in isRectangle()
203 ::PolyPolygon mapPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly, in mapPolyPolygon()
216 return ::PolyPolygon( aTemp ); in mapPolyPolygon()
/aoo41x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx210 static sal_Bool ImplReadRegion( PolyPolygon& rPolyPoly, SvStream& rSt, sal_uInt32 nLen ) in ImplReadRegion()
232 PolyPolygon aPolyPolyOr1( aPolygon ); in ImplReadRegion()
233 PolyPolygon aPolyPolyOr2( rPolyPoly ); in ImplReadRegion()
401 PolyPolygon aPolyPoly(nPoly, nPoly); in ReadEnhWMF()
825 PolyPolygon aPolyPoly; in ReadEnhWMF()
1252 PolyPolygon aPolyPoly(nPoly, nPoly); in ReadEnhWMF()
1285 PolyPolygon aPolyPoly; in ReadEnhWMF()
H A Demfwr.hxx80 void ImplWritePath( const PolyPolygon& rPolyPoly, sal_Bool bClose );
82 void ImplWritePolyPolygonRecord( const PolyPolygon& rPolyPoly );
/aoo41x/main/vcl/source/helper/
H A Dcanvastools.cxx100 … const ::PolyPolygon& inputPolyPolygon ) in xPolyPolygonFromPolyPolygon()
128 …::PolyPolygon polyPolygonFromPoint2DSequenceSequence( const uno::Sequence< uno::Sequence< geometry… in polyPolygonFromPoint2DSequenceSequence()
132 ::PolyPolygon aRes; in polyPolygonFromPoint2DSequenceSequence()
154 …::PolyPolygon polyPolygonFromBezier2DSequenceSequence( const uno::Sequence< uno::Sequence< geometr… in polyPolygonFromBezier2DSequenceSequence()
158 return ::PolyPolygon(aB2DPolyPolygon); in polyPolygonFromBezier2DSequenceSequence()
/aoo41x/main/cppcanvas/inc/cppcanvas/
H A Dpolypolygon.hxx60 class PolyPolygon : public virtual CanvasGraphic class
86 typedef ::boost::shared_ptr< ::cppcanvas::PolyPolygon > PolyPolygonSharedPtr;
H A Dcanvas.hxx55 class PolyPolygon;
59 typedef ::boost::shared_ptr< PolyPolygon > PolyPolygonSharedPtr;

Completed in 210 milliseconds

123456