Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8e27c688
Kaydet (Commit)
8e27c688
authored
Eki 01, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
basebmp: these headers are not used from other modules
Change-Id: I88c5c341b88a6ea62730e5d3dd1962365c531f70
üst
6e8e898a
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
150 additions
and
145 deletions
+150
-145
Library_basebmp.mk
basebmp/Library_basebmp.mk
+5
-0
accessor.hxx
basebmp/inc/accessor.hxx
+3
-3
accessoradapters.hxx
basebmp/inc/accessoradapters.hxx
+3
-3
accessorfunctors.hxx
basebmp/inc/accessorfunctors.hxx
+4
-4
accessortraits.hxx
basebmp/inc/accessortraits.hxx
+6
-6
clippedlinerenderer.hxx
basebmp/inc/clippedlinerenderer.hxx
+3
-3
colorblendaccessoradapter.hxx
basebmp/inc/colorblendaccessoradapter.hxx
+4
-4
colormisc.hxx
basebmp/inc/colormisc.hxx
+5
-5
colortraits.hxx
basebmp/inc/colortraits.hxx
+5
-5
compositeiterator.hxx
basebmp/inc/compositeiterator.hxx
+4
-4
endian.hxx
basebmp/inc/endian.hxx
+3
-3
fillimage.hxx
basebmp/inc/fillimage.hxx
+3
-3
genericcolorimageaccessor.hxx
basebmp/inc/genericcolorimageaccessor.hxx
+3
-3
greylevelformats.hxx
basebmp/inc/greylevelformats.hxx
+9
-9
iteratortraits.hxx
basebmp/inc/iteratortraits.hxx
+5
-5
metafunctions.hxx
basebmp/inc/metafunctions.hxx
+3
-3
nonstandarditerator.hxx
basebmp/inc/nonstandarditerator.hxx
+3
-3
packedpixeliterator.hxx
basebmp/inc/packedpixeliterator.hxx
+7
-7
paletteformats.hxx
basebmp/inc/paletteformats.hxx
+10
-10
paletteimageaccessor.hxx
basebmp/inc/paletteimageaccessor.hxx
+5
-5
pixelformatadapters.hxx
basebmp/inc/pixelformatadapters.hxx
+5
-5
pixeliterator.hxx
basebmp/inc/pixeliterator.hxx
+5
-5
polypolygonrenderer.hxx
basebmp/inc/polypolygonrenderer.hxx
+3
-3
rgb24pixelformats.hxx
basebmp/inc/rgb24pixelformats.hxx
+6
-6
rgbmaskpixelformats.hxx
basebmp/inc/rgbmaskpixelformats.hxx
+9
-9
scaleimage.hxx
basebmp/inc/scaleimage.hxx
+3
-3
stridedarrayiterator.hxx
basebmp/inc/stridedarrayiterator.hxx
+4
-4
tools.hxx
basebmp/inc/tools.hxx
+3
-3
bitmapdevice.cxx
basebmp/source/bitmapdevice.cxx
+18
-18
polypolygonrenderer.cxx
basebmp/source/polypolygonrenderer.cxx
+1
-1
No files found.
basebmp/Library_basebmp.mk
Dosyayı görüntüle @
8e27c688
...
@@ -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 \
...
...
include/basebmp
/accessor.hxx
→
basebmp/inc
/accessor.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/accessoradapters.hxx
→
basebmp/inc
/accessoradapters.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/accessorfunctors.hxx
→
basebmp/inc
/accessorfunctors.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/accessortraits.hxx
→
basebmp/inc
/accessortraits.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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>
namespace
basebmp
namespace
basebmp
{
{
...
@@ -125,6 +125,6 @@ template< class Accessor > struct AccessorTraits
...
@@ -125,6 +125,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: */
include/basebmp
/clippedlinerenderer.hxx
→
basebmp/inc
/clippedlinerenderer.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/colorblendaccessoradapter.hxx
→
basebmp/inc
/colorblendaccessoradapter.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/colormisc.hxx
→
basebmp/inc
/colormisc.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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
...
@@ -168,6 +168,6 @@ struct NumericTraits<basebmp::Color>
...
@@ -168,6 +168,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: */
include/basebmp
/colortraits.hxx
→
basebmp/inc
/colortraits.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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>
...
@@ -132,6 +132,6 @@ template< typename ColorType > struct ColorTraits
...
@@ -132,6 +132,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: */
include/basebmp
/compositeiterator.hxx
→
basebmp/inc
/compositeiterator.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/endian.hxx
→
basebmp/inc
/endian.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/fillimage.hxx
→
basebmp/inc
/fillimage.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/genericcolorimageaccessor.hxx
→
basebmp/inc
/genericcolorimageaccessor.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/greylevelformats.hxx
→
basebmp/inc
/greylevelformats.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/iteratortraits.hxx
→
basebmp/inc
/iteratortraits.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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_I
NC_I
TERATORTRAITS_HXX
#define INCLUDED_BASEBMP_ITERATORTRAITS_HXX
#define INCLUDED_BASEBMP_I
NC_I
TERATORTRAITS_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_I
NC_I
TERATORTRAITS_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
include/basebmp
/metafunctions.hxx
→
basebmp/inc
/metafunctions.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/nonstandarditerator.hxx
→
basebmp/inc
/nonstandarditerator.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/packedpixeliterator.hxx
→
basebmp/inc
/packedpixeliterator.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/paletteformats.hxx
→
basebmp/inc
/paletteformats.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/paletteimageaccessor.hxx
→
basebmp/inc
/paletteimageaccessor.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/pixelformatadapters.hxx
→
basebmp/inc
/pixelformatadapters.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/pixeliterator.hxx
→
basebmp/inc
/pixeliterator.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/polypolygonrenderer.hxx
→
basebmp/inc
/polypolygonrenderer.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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>
...
@@ -350,6 +350,6 @@ namespace basebmp
...
@@ -350,6 +350,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: */
include/basebmp
/rgb24pixelformats.hxx
→
basebmp/inc
/rgb24pixelformats.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/rgbmaskpixelformats.hxx
→
basebmp/inc
/rgbmaskpixelformats.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/scaleimage.hxx
→
basebmp/inc
/scaleimage.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/stridedarrayiterator.hxx
→
basebmp/inc
/stridedarrayiterator.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
include/basebmp
/tools.hxx
→
basebmp/inc
/tools.hxx
Dosyayı görüntüle @
8e27c688
...
@@ -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: */
basebmp/source/bitmapdevice.cxx
Dosyayı görüntüle @
8e27c688
...
@@ -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>
...
...
basebmp/source/polypolygonrenderer.cxx
Dosyayı görüntüle @
8e27c688
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment