Home
last modified time | relevance | path

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

1234

/trunk/main/svx/inc/svx/
H A Dxpoly.hxx162 XPolyPolygon( const PolyPolygon& rPolyPoly);
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx201 …String CreateHTMLPolygonArea( const ::basegfx::B2DPolyPolygon& rPolyPoly, Size aShift, double fFac…
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx174 void WMFRecord_PolyPolygon(const PolyPolygon & rPolyPoly);
H A Dwmfwr.cxx774 void WMFWriter::WMFRecord_PolyPolygon(const PolyPolygon & rPolyPoly) in WMFRecord_PolyPolygon() argument
779 nCount=rPolyPoly.Count(); in WMFRecord_PolyPolygon()
780 PolyPolygon aSimplePolyPoly( rPolyPoly ); in WMFRecord_PolyPolygon()
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx132 const PolyPolygon& rPolyPoly,
H A Dbmpacc.hxx229 void DrawPolyPolygon( const PolyPolygon& rPolyPoly );
H A Dbitmap.hxx806 sal_Bool Vectorize( PolyPolygon& rPolyPoly,
H A Dprint.hxx274 …void DrawGradientEx( OutputDevice* pOut, const PolyPolygon& rPolyPoly, cons…
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx771 Polygon PolygonFromPolyPolygon(const PolyPolygon &rPolyPoly);
/trunk/main/filter/source/svg/
H A Dsvgfilter.hxx146 void pushClip( const ::basegfx::B2DPolyPolygon& rPolyPoly );
H A Dsvgexport.cxx102 void SVGExport::pushClip( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in pushClip() argument
104 maClipList.push_front( ::basegfx::tools::correctOrientations( rPolyPoly ) ); in pushClip()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx2124 PolyArgs( PolyPolygon& rPolyPoly, sal_uInt16 nMaxPoints );
2149 PolyArgs::PolyArgs( PolyPolygon& rPolyPoly, sal_uInt16 nMaxPoints ) in PolyArgs() argument
2150 : mrPolyPoly(rPolyPoly), in PolyArgs()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx435 …BASEGFX_DLLPUBLIC bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, const B2DRang…
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1253 ::basegfx::B2DPolyPolygon& rPolyPoly ) in GetGlyphOutline() argument
1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3137 bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, in isPolyPolygonEqualRectangle() argument
3141 if( rPolyPoly.count() != 1 ) in isPolyPolygonEqualRectangle()
3153 const B2DPolygon& rPoly( rPolyPoly.getB2DPolygon(0) ); in isPolyPolygonEqualRectangle()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx480 bool ImplRenderer::createFillAndStroke( const ::basegfx::B2DPolyPolygon& rPolyPoly, in createFillAndStroke() argument
494 rPolyPoly, rParms.mrCanvas, rState ) ); in createFillAndStroke()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx3344 sal_Bool Bitmap::Vectorize( PolyPolygon& rPolyPoly, sal_uLong nFlags, const Link* pProgress ) in Vectorize() argument
3346 return ImplVectorizer().ImplVectorize( *this, rPolyPoly, nFlags, pProgress ); in Vectorize()

Completed in 127 milliseconds

1234