Kaydet (Commit) eddba840 authored tarafından Miklos Vajna's avatar Miklos Vajna

basebmp: these headers are not used from other modules

Change-Id: I88c5c341b88a6ea62730e5d3dd1962365c531f70
(cherry picked from commit 8e27c688)
üst 6bb268db
...@@ -11,6 +11,11 @@ $(eval $(call gb_Library_Library,basebmp)) ...@@ -11,6 +11,11 @@ $(eval $(call gb_Library_Library,basebmp))
$(eval $(call gb_Library_use_sdk_api,basebmp)) $(eval $(call gb_Library_use_sdk_api,basebmp))
$(eval $(call gb_Library_set_include,basebmp,\
-I$(SRCDIR)/basebmp/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_use_externals,basebmp,\ $(eval $(call gb_Library_use_externals,basebmp,\
boost_headers \ boost_headers \
vigra_headers \ vigra_headers \
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_ACCESSOR_HXX #ifndef INCLUDED_BASEBMP_INC_ACCESSOR_HXX
#define INCLUDED_BASEBMP_ACCESSOR_HXX #define INCLUDED_BASEBMP_INC_ACCESSOR_HXX
#include <vigra/numerictraits.hxx> #include <vigra/numerictraits.hxx>
...@@ -108,6 +108,6 @@ public: ...@@ -108,6 +108,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_ACCESSOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_ACCESSOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_ACCESSORADAPTERS_HXX #ifndef INCLUDED_BASEBMP_INC_ACCESSORADAPTERS_HXX
#define INCLUDED_BASEBMP_ACCESSORADAPTERS_HXX #define INCLUDED_BASEBMP_INC_ACCESSORADAPTERS_HXX
#include <vigra/numerictraits.hxx> #include <vigra/numerictraits.hxx>
...@@ -515,6 +515,6 @@ public: ...@@ -515,6 +515,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_ACCESSORADAPTERS_HXX */ #endif /* INCLUDED_BASEBMP_INC_ACCESSORADAPTERS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_ACCESSORFUNCTORS_HXX #ifndef INCLUDED_BASEBMP_INC_ACCESSORFUNCTORS_HXX
#define INCLUDED_BASEBMP_ACCESSORFUNCTORS_HXX #define INCLUDED_BASEBMP_INC_ACCESSORFUNCTORS_HXX
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <functional> #include <functional>
...@@ -176,6 +176,6 @@ public: ...@@ -176,6 +176,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_ACCESSORFUNCTORS_HXX */ #endif /* INCLUDED_BASEBMP_INC_ACCESSORFUNCTORS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,12 +17,12 @@ ...@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_ACCESSORTRAITS_HXX #ifndef INCLUDED_BASEBMP_INC_ACCESSORTRAITS_HXX
#define INCLUDED_BASEBMP_ACCESSORTRAITS_HXX #define INCLUDED_BASEBMP_INC_ACCESSORTRAITS_HXX
#include <basebmp/accessorfunctors.hxx> #include <accessorfunctors.hxx>
#include <basebmp/accessoradapters.hxx> #include <accessoradapters.hxx>
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <o3tl/compat_functional.hxx> #include <o3tl/compat_functional.hxx>
...@@ -121,6 +121,6 @@ template< class Accessor > struct AccessorTraits ...@@ -121,6 +121,6 @@ template< class Accessor > struct AccessorTraits
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_ACCESSORTRAITS_HXX */ #endif /* INCLUDED_BASEBMP_INC_ACCESSORTRAITS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_CLIPPEDLINERENDERER_HXX #ifndef INCLUDED_BASEBMP_INC_CLIPPEDLINERENDERER_HXX
#define INCLUDED_BASEBMP_CLIPPEDLINERENDERER_HXX #define INCLUDED_BASEBMP_INC_CLIPPEDLINERENDERER_HXX
#include <basegfx/tools/rectcliptools.hxx> #include <basegfx/tools/rectcliptools.hxx>
#include <basegfx/point/b2ipoint.hxx> #include <basegfx/point/b2ipoint.hxx>
...@@ -433,6 +433,6 @@ void renderClippedLine( basegfx::B2IPoint aPt1, ...@@ -433,6 +433,6 @@ void renderClippedLine( basegfx::B2IPoint aPt1,
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_CLIPPEDLINERENDERER_HXX */ #endif /* INCLUDED_BASEBMP_INC_CLIPPEDLINERENDERER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_COLORBLENDACCESSORADAPTER_HXX #ifndef INCLUDED_BASEBMP_INC_COLORBLENDACCESSORADAPTER_HXX
#define INCLUDED_BASEBMP_COLORBLENDACCESSORADAPTER_HXX #define INCLUDED_BASEBMP_INC_COLORBLENDACCESSORADAPTER_HXX
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
namespace basebmp namespace basebmp
{ {
...@@ -137,6 +137,6 @@ public: ...@@ -137,6 +137,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_COLORBLENDACCESSORADAPTER_HXX */ #endif /* INCLUDED_BASEBMP_INC_COLORBLENDACCESSORADAPTER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_COLORMISC_HXX #ifndef INCLUDED_BASEBMP_INC_COLORMISC_HXX
#define INCLUDED_BASEBMP_COLORMISC_HXX #define INCLUDED_BASEBMP_INC_COLORMISC_HXX
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
#include <basebmp/accessortraits.hxx> #include <accessortraits.hxx>
#include <vigra/mathutil.hxx> #include <vigra/mathutil.hxx>
// Contents of this header moved out of color.hxx, as it is not useful // Contents of this header moved out of color.hxx, as it is not useful
...@@ -180,6 +180,6 @@ struct NumericTraits<basebmp::Color> ...@@ -180,6 +180,6 @@ struct NumericTraits<basebmp::Color>
} // namespace vigra } // namespace vigra
#endif /* INCLUDED_BASEBMP_COLORMISC_HXX */ #endif /* INCLUDED_BASEBMP_INC_COLORMISC_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_COLORTRAITS_HXX #ifndef INCLUDED_BASEBMP_INC_COLORTRAITS_HXX
#define INCLUDED_BASEBMP_COLORTRAITS_HXX #define INCLUDED_BASEBMP_INC_COLORTRAITS_HXX
#include <basebmp/accessoradapters.hxx> #include <accessoradapters.hxx>
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <vigra/mathutil.hxx> #include <vigra/mathutil.hxx>
...@@ -139,6 +139,6 @@ template< typename ColorType > struct ColorTraits ...@@ -139,6 +139,6 @@ template< typename ColorType > struct ColorTraits
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_COLORTRAITS_HXX */ #endif /* INCLUDED_BASEBMP_INC_COLORTRAITS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_COMPOSITEITERATOR_HXX #ifndef INCLUDED_BASEBMP_INC_COMPOSITEITERATOR_HXX
#define INCLUDED_BASEBMP_COMPOSITEITERATOR_HXX #define INCLUDED_BASEBMP_INC_COMPOSITEITERATOR_HXX
#include <sal/types.h> #include <sal/types.h>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <basebmp/nonstandarditerator.hxx> #include <nonstandarditerator.hxx>
#include <vigra/tuple.hxx> #include <vigra/tuple.hxx>
#include <vigra/iteratortraits.hxx> #include <vigra/iteratortraits.hxx>
...@@ -390,6 +390,6 @@ public: ...@@ -390,6 +390,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_COMPOSITEITERATOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_COMPOSITEITERATOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_ENDIAN_HXX #ifndef INCLUDED_BASEBMP_INC_ENDIAN_HXX
#define INCLUDED_BASEBMP_ENDIAN_HXX #define INCLUDED_BASEBMP_INC_ENDIAN_HXX
#include <osl/endian.h> #include <osl/endian.h>
...@@ -46,6 +46,6 @@ BASEBMP_BYTE_SWAP(sal_uInt32,OSL_SWAPDWORD) ...@@ -46,6 +46,6 @@ BASEBMP_BYTE_SWAP(sal_uInt32,OSL_SWAPDWORD)
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_ENDIAN_HXX */ #endif /* INCLUDED_BASEBMP_INC_ENDIAN_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_FILLIMAGE_HXX #ifndef INCLUDED_BASEBMP_INC_FILLIMAGE_HXX
#define INCLUDED_BASEBMP_FILLIMAGE_HXX #define INCLUDED_BASEBMP_INC_FILLIMAGE_HXX
#include <vigra/tuple.hxx> #include <vigra/tuple.hxx>
#include <vigra/iteratortraits.hxx> #include <vigra/iteratortraits.hxx>
...@@ -58,6 +58,6 @@ inline void fillImage( vigra::triple<DestIterator,DestIterator,DestAccessor> con ...@@ -58,6 +58,6 @@ inline void fillImage( vigra::triple<DestIterator,DestIterator,DestAccessor> con
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_FILLIMAGE_HXX */ #endif /* INCLUDED_BASEBMP_INC_FILLIMAGE_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_GENERICCOLORIMAGEACCESSOR_HXX #ifndef INCLUDED_BASEBMP_INC_GENERICCOLORIMAGEACCESSOR_HXX
#define INCLUDED_BASEBMP_GENERICCOLORIMAGEACCESSOR_HXX #define INCLUDED_BASEBMP_INC_GENERICCOLORIMAGEACCESSOR_HXX
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/bitmapdevice.hxx> #include <basebmp/bitmapdevice.hxx>
...@@ -71,6 +71,6 @@ namespace basebmp ...@@ -71,6 +71,6 @@ namespace basebmp
}; };
} }
#endif /* INCLUDED_BASEBMP_GENERICCOLORIMAGEACCESSOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_GENERICCOLORIMAGEACCESSOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_GREYLEVELFORMATS_HXX #ifndef INCLUDED_BASEBMP_INC_GREYLEVELFORMATS_HXX
#define INCLUDED_BASEBMP_GREYLEVELFORMATS_HXX #define INCLUDED_BASEBMP_INC_GREYLEVELFORMATS_HXX
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
#include <basebmp/accessor.hxx> #include <accessor.hxx>
#include <basebmp/pixeliterator.hxx> #include <pixeliterator.hxx>
#include <basebmp/packedpixeliterator.hxx> #include <packedpixeliterator.hxx>
#include <basebmp/pixelformatadapters.hxx> #include <pixelformatadapters.hxx>
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <vigra/numerictraits.hxx> #include <vigra/numerictraits.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -124,6 +124,6 @@ BASEBMP_SPECIALIZE_ACCESSORTRAITS(PixelFormatTraits_GREY8::getter_type, ...@@ -124,6 +124,6 @@ BASEBMP_SPECIALIZE_ACCESSORTRAITS(PixelFormatTraits_GREY8::getter_type,
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_GREYLEVELFORMATS_HXX */ #endif /* INCLUDED_BASEBMP_INC_GREYLEVELFORMATS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_ITERATORTRAITS_HXX #ifndef INCLUDED_BASEBMP_INC_ITERATORTRAITS_HXX
#define INCLUDED_BASEBMP_ITERATORTRAITS_HXX #define INCLUDED_BASEBMP_INC_ITERATORTRAITS_HXX
#include <basebmp/accessor.hxx> #include <accessor.hxx>
#include <basebmp/nonstandarditerator.hxx> #include <nonstandarditerator.hxx>
namespace basebmp namespace basebmp
{ {
...@@ -44,6 +44,6 @@ template< class Iterator > struct IteratorTraits ...@@ -44,6 +44,6 @@ template< class Iterator > struct IteratorTraits
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_ITERATORTRAITS_HXX */ #endif /* INCLUDED_BASEBMP_INC_ITERATORTRAITS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_METAFUNCTIONS_HXX #ifndef INCLUDED_BASEBMP_INC_METAFUNCTIONS_HXX
#define INCLUDED_BASEBMP_METAFUNCTIONS_HXX #define INCLUDED_BASEBMP_INC_METAFUNCTIONS_HXX
#include <boost/mpl/integral_c.hpp> #include <boost/mpl/integral_c.hpp>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -212,6 +212,6 @@ template< typename T > inline T shiftRight( T v, int shift ) ...@@ -212,6 +212,6 @@ template< typename T > inline T shiftRight( T v, int shift )
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_METAFUNCTIONS_HXX */ #endif /* INCLUDED_BASEBMP_INC_METAFUNCTIONS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_NONSTANDARDITERATOR_HXX #ifndef INCLUDED_BASEBMP_INC_NONSTANDARDITERATOR_HXX
#define INCLUDED_BASEBMP_NONSTANDARDITERATOR_HXX #define INCLUDED_BASEBMP_INC_NONSTANDARDITERATOR_HXX
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -34,6 +34,6 @@ namespace basebmp ...@@ -34,6 +34,6 @@ namespace basebmp
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_NONSTANDARDITERATOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_NONSTANDARDITERATOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_PACKEDPIXELITERATOR_HXX #ifndef INCLUDED_BASEBMP_INC_PACKEDPIXELITERATOR_HXX
#define INCLUDED_BASEBMP_PACKEDPIXELITERATOR_HXX #define INCLUDED_BASEBMP_INC_PACKEDPIXELITERATOR_HXX
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <basebmp/stridedarrayiterator.hxx> #include <stridedarrayiterator.hxx>
#include <basebmp/nonstandarditerator.hxx> #include <nonstandarditerator.hxx>
#include <basebmp/accessortraits.hxx> #include <accessortraits.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
#include <vigra/diff2d.hxx> #include <vigra/diff2d.hxx>
...@@ -665,6 +665,6 @@ template< class Accessor, ...@@ -665,6 +665,6 @@ template< class Accessor,
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_PACKEDPIXELITERATOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_PACKEDPIXELITERATOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,17 +17,17 @@ ...@@ -17,17 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_PALETTEFORMATS_HXX #ifndef INCLUDED_BASEBMP_INC_PALETTEFORMATS_HXX
#define INCLUDED_BASEBMP_PALETTEFORMATS_HXX #define INCLUDED_BASEBMP_INC_PALETTEFORMATS_HXX
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
#include <basebmp/accessor.hxx> #include <accessor.hxx>
#include <basebmp/pixeliterator.hxx> #include <pixeliterator.hxx>
#include <basebmp/packedpixeliterator.hxx> #include <packedpixeliterator.hxx>
#include <basebmp/pixelformatadapters.hxx> #include <pixelformatadapters.hxx>
#include <basebmp/paletteimageaccessor.hxx> #include <paletteimageaccessor.hxx>
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <vigra/numerictraits.hxx> #include <vigra/numerictraits.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -134,6 +134,6 @@ typedef PixelFormatTraitsTemplate_Palette< ...@@ -134,6 +134,6 @@ typedef PixelFormatTraitsTemplate_Palette<
} // namespace basebmp } // namespace basebmp
#endif // INCLUDED_BASEBMP_PALETTEFORMATS_HXX #endif // INCLUDED_BASEBMP_INC_PALETTEFORMATS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_PALETTEIMAGEACCESSOR_HXX #ifndef INCLUDED_BASEBMP_INC_PALETTEIMAGEACCESSOR_HXX
#define INCLUDED_BASEBMP_PALETTEIMAGEACCESSOR_HXX #define INCLUDED_BASEBMP_INC_PALETTEIMAGEACCESSOR_HXX
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
#include <basebmp/accessortraits.hxx> #include <accessortraits.hxx>
#include <vigra/numerictraits.hxx> #include <vigra/numerictraits.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -157,6 +157,6 @@ public: ...@@ -157,6 +157,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_PALETTEIMAGEACCESSOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_PALETTEIMAGEACCESSOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_PIXELFORMATADAPTERS_HXX #ifndef INCLUDED_BASEBMP_INC_PIXELFORMATADAPTERS_HXX
#define INCLUDED_BASEBMP_PIXELFORMATADAPTERS_HXX #define INCLUDED_BASEBMP_INC_PIXELFORMATADAPTERS_HXX
#include <basebmp/accessortraits.hxx> #include <accessortraits.hxx>
#include <basebmp/accessoradapters.hxx> #include <accessoradapters.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -97,6 +97,6 @@ template< class Accessor > struct AccessorTraits< \ ...@@ -97,6 +97,6 @@ template< class Accessor > struct AccessorTraits< \
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_PIXELFORMATADAPTERS_HXX */ #endif /* INCLUDED_BASEBMP_INC_PIXELFORMATADAPTERS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_PIXELITERATOR_HXX #ifndef INCLUDED_BASEBMP_INC_PIXELITERATOR_HXX
#define INCLUDED_BASEBMP_PIXELITERATOR_HXX #define INCLUDED_BASEBMP_INC_PIXELITERATOR_HXX
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <basebmp/stridedarrayiterator.hxx> #include <stridedarrayiterator.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
#include <vigra/diff2d.hxx> #include <vigra/diff2d.hxx>
...@@ -344,6 +344,6 @@ public: ...@@ -344,6 +344,6 @@ public:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_PIXELITERATOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_PIXELITERATOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_POLYPOLYGONRENDERER_HXX #ifndef INCLUDED_BASEBMP_INC_POLYPOLYGONRENDERER_HXX
#define INCLUDED_BASEBMP_POLYPOLYGONRENDERER_HXX #define INCLUDED_BASEBMP_INC_POLYPOLYGONRENDERER_HXX
#include <basegfx/point/b2dpoint.hxx> #include <basegfx/point/b2dpoint.hxx>
#include <basegfx/range/b2drange.hxx> #include <basegfx/range/b2drange.hxx>
...@@ -355,6 +355,6 @@ namespace basebmp ...@@ -355,6 +355,6 @@ namespace basebmp
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_POLYPOLYGONRENDERER_HXX */ #endif /* INCLUDED_BASEBMP_INC_POLYPOLYGONRENDERER_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_RGB24PIXELFORMATS_HXX #ifndef INCLUDED_BASEBMP_INC_RGB24PIXELFORMATS_HXX
#define INCLUDED_BASEBMP_RGB24PIXELFORMATS_HXX #define INCLUDED_BASEBMP_INC_RGB24PIXELFORMATS_HXX
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/accessor.hxx> #include <accessor.hxx>
#include <basebmp/pixeliterator.hxx> #include <pixeliterator.hxx>
#include <basebmp/pixelformatadapters.hxx> #include <pixelformatadapters.hxx>
#include <vigra/rgbvalue.hxx> #include <vigra/rgbvalue.hxx>
...@@ -87,6 +87,6 @@ BASEBMP_SPECIALIZE_ACCESSORTRAITS(PixelFormatTraits_BGR24::getter_type, ...@@ -87,6 +87,6 @@ BASEBMP_SPECIALIZE_ACCESSORTRAITS(PixelFormatTraits_BGR24::getter_type,
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_RGB24PIXELFORMATS_HXX */ #endif /* INCLUDED_BASEBMP_INC_RGB24PIXELFORMATS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,16 +17,16 @@ ...@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_RGBMASKPIXELFORMATS_HXX #ifndef INCLUDED_BASEBMP_INC_RGBMASKPIXELFORMATS_HXX
#define INCLUDED_BASEBMP_RGBMASKPIXELFORMATS_HXX #define INCLUDED_BASEBMP_INC_RGBMASKPIXELFORMATS_HXX
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
#include <basebmp/accessor.hxx> #include <accessor.hxx>
#include <basebmp/pixeliterator.hxx> #include <pixeliterator.hxx>
#include <basebmp/pixelformatadapters.hxx> #include <pixelformatadapters.hxx>
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
#include <basebmp/endian.hxx> #include <endian.hxx>
#include <vigra/numerictraits.hxx> #include <vigra/numerictraits.hxx>
#include <vigra/metaprogramming.hxx> #include <vigra/metaprogramming.hxx>
...@@ -350,6 +350,6 @@ BASEBMP_SPECIALIZE_ACCESSORTRAITS(PixelFormatTraits_BGRX32_8888::getter_type, ...@@ -350,6 +350,6 @@ BASEBMP_SPECIALIZE_ACCESSORTRAITS(PixelFormatTraits_BGRX32_8888::getter_type,
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_RGBMASKPIXELFORMATS_HXX */ #endif /* INCLUDED_BASEBMP_INC_RGBMASKPIXELFORMATS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_SCALEIMAGE_HXX #ifndef INCLUDED_BASEBMP_INC_SCALEIMAGE_HXX
#define INCLUDED_BASEBMP_SCALEIMAGE_HXX #define INCLUDED_BASEBMP_INC_SCALEIMAGE_HXX
#include <osl/diagnose.h> #include <osl/diagnose.h>
...@@ -184,6 +184,6 @@ inline void scaleImage( vigra::triple<SourceIter,SourceIter,SourceAcc> const& sr ...@@ -184,6 +184,6 @@ inline void scaleImage( vigra::triple<SourceIter,SourceIter,SourceAcc> const& sr
} }
#endif /* INCLUDED_BASEBMP_SCALEIMAGE_HXX */ #endif /* INCLUDED_BASEBMP_INC_SCALEIMAGE_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_STRIDEDARRAYITERATOR_HXX #ifndef INCLUDED_BASEBMP_INC_STRIDEDARRAYITERATOR_HXX
#define INCLUDED_BASEBMP_STRIDEDARRAYITERATOR_HXX #define INCLUDED_BASEBMP_INC_STRIDEDARRAYITERATOR_HXX
#include <basebmp/metafunctions.hxx> #include <metafunctions.hxx>
namespace basebmp namespace basebmp
{ {
...@@ -103,6 +103,6 @@ private: ...@@ -103,6 +103,6 @@ private:
} // namespace basebmp } // namespace basebmp
#endif /* INCLUDED_BASEBMP_STRIDEDARRAYITERATOR_HXX */ #endif /* INCLUDED_BASEBMP_INC_STRIDEDARRAYITERATOR_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_BASEBMP_TOOLS_HXX #ifndef INCLUDED_BASEBMP_INC_TOOLS_HXX
#define INCLUDED_BASEBMP_TOOLS_HXX #define INCLUDED_BASEBMP_INC_TOOLS_HXX
#include <basegfx/range/b2ibox.hxx> #include <basegfx/range/b2ibox.hxx>
#include <basegfx/point/b2ipoint.hxx> #include <basegfx/point/b2ipoint.hxx>
...@@ -80,6 +80,6 @@ namespace basebmp ...@@ -80,6 +80,6 @@ namespace basebmp
} }
} }
#endif /* INCLUDED_BASEBMP_TOOLS_HXX */ #endif /* INCLUDED_BASEBMP_INC_TOOLS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -24,31 +24,31 @@ ...@@ -24,31 +24,31 @@
#include <basebmp/bitmapdevice.hxx> #include <basebmp/bitmapdevice.hxx>
#include <basebmp/compositeiterator.hxx> #include <compositeiterator.hxx>
#include <basebmp/iteratortraits.hxx> #include <iteratortraits.hxx>
#include <basebmp/accessor.hxx> #include <accessor.hxx>
#include <basebmp/accessortraits.hxx> #include <accessortraits.hxx>
#include <basebmp/accessoradapters.hxx> #include <accessoradapters.hxx>
#include <basebmp/colorblendaccessoradapter.hxx> #include <colorblendaccessoradapter.hxx>
#include <basebmp/color.hxx> #include <basebmp/color.hxx>
#include <basebmp/colormisc.hxx> #include <colormisc.hxx>
#include <basebmp/colortraits.hxx> #include <colortraits.hxx>
#include <basebmp/greylevelformats.hxx> #include <greylevelformats.hxx>
#include <basebmp/paletteformats.hxx> #include <paletteformats.hxx>
#include <basebmp/rgbmaskpixelformats.hxx> #include <rgbmaskpixelformats.hxx>
#include <basebmp/rgb24pixelformats.hxx> #include <rgb24pixelformats.hxx>
#include <basebmp/scanlineformats.hxx> #include <basebmp/scanlineformats.hxx>
#include <basebmp/fillimage.hxx> #include <fillimage.hxx>
#include <basebmp/scaleimage.hxx> #include <scaleimage.hxx>
#include <basebmp/clippedlinerenderer.hxx> #include <clippedlinerenderer.hxx>
#include <basebmp/polypolygonrenderer.hxx> #include <polypolygonrenderer.hxx>
#include <basebmp/genericcolorimageaccessor.hxx> #include <genericcolorimageaccessor.hxx>
#include <basebmp/tools.hxx> #include <tools.hxx>
#include "intconversion.hxx" #include "intconversion.hxx"
#include <rtl/alloc.h> #include <rtl/alloc.h>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <basebmp/polypolygonrenderer.hxx> #include <polypolygonrenderer.hxx>
#include <algorithm> #include <algorithm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment