diff options
Diffstat (limited to 'vcl/source/gdi/impvect.hxx')
-rw-r--r-- | vcl/source/gdi/impvect.hxx | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/vcl/source/gdi/impvect.hxx b/vcl/source/gdi/impvect.hxx index 0051bef68bab..4e1ec38b7b17 100644 --- a/vcl/source/gdi/impvect.hxx +++ b/vcl/source/gdi/impvect.hxx @@ -24,30 +24,12 @@ #include <vcl/gdimtf.hxx> // - Vectorizer - - -class BitmapReadAccess; -class ImplChain; -class ImplVectMap; - -class ImplVectorizer +namespace ImplVectorizer { -private: - - static ImplVectMap* ImplExpand( BitmapReadAccess* pRAcc, const Color& rColor ); - static void ImplCalculate( ImplVectMap* pMap, tools::PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFlags ); - static bool ImplGetChain( ImplVectMap* pMap, const Point& rStartPt, ImplChain& rChain ); - static bool ImplIsUp( ImplVectMap* pMap, long nY, long nX ); - static void ImplLimitPolyPoly( tools::PolyPolygon& rPolyPoly ); - -public: - - ImplVectorizer(); - ~ImplVectorizer(); - - static bool ImplVectorize( const Bitmap& rColorBmp, GDIMetaFile& rMtf, - sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ); - static bool ImplVectorize( const Bitmap& rMonoBmp, tools::PolyPolygon& rPolyPoly, - sal_uLong nFlags, const Link* pProgress ); + bool ImplVectorize( const Bitmap& rColorBmp, GDIMetaFile& rMtf, + sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ); + bool ImplVectorize( const Bitmap& rMonoBmp, tools::PolyPolygon& rPolyPoly, + sal_uLong nFlags, const Link* pProgress ); }; #endif |