Home
last modified time | relevance | path

Searched refs:MagickCore (Results 1 – 25 of 61) sorted by relevance

123

/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h40 namespace MagickCore
278 using MagickCore::Quantum;
279 using MagickCore::MagickRealType;
280 using MagickCore::MagickSizeType;
281 using MagickCore::MagickStatusType;
284 using MagickCore::AffineMatrix;
285 using MagickCore::CacheView;
286 using MagickCore::CCObjectInfo;
287 using MagickCore::DrawInfo;
288 using MagickCore::DrawingWand;
[all …]
DSTL.h892 MagickCore::ImageInfo *imageInfo(void);
899 MagickCore::ImageInfo *_imageInfo;
1855 MagickCore::ChannelType in channelMaskImages()
1862 channel_mask=MagickCore::SetImageChannelMask(iter->image(),channel_); in channelMaskImages()
1871 void insertImages(Container *sequence_,MagickCore::Image* images_) in insertImages()
1873 MagickCore::Image in insertImages()
1878 while (image != (MagickCore::Image *) NULL) in insertImages()
1881 image->next=(MagickCore::Image *) NULL; in insertImages()
1883 if (next != (MagickCore::Image *) NULL) in insertImages()
1884 next->previous=(MagickCore::Image *) NULL; in insertImages()
[all …]
DDrawable.h108 virtual void operator()(MagickCore::DrawingWand *) const;
138 void operator()(MagickCore::DrawingWand *) const;
171 virtual void operator()( MagickCore::DrawingWand *context_ ) const = 0;
201 void operator()( MagickCore::DrawingWand *context_ ) const;
236 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
297 MagickCore::AffineMatrix _affine;
315 void operator()(MagickCore::DrawingWand *context_) const;
375 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
457 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
478 void operator()(MagickCore::DrawingWand *context_) const;
[all …]
DOptions.h109 void fillPattern(const MagickCore::Image *fillPattern_);
110 const MagickCore::Image *fillPattern(void) const;
237 void strokePattern(const MagickCore::Image *strokePattern_);
238 const MagickCore::Image *strokePattern(void) const;
317 MagickCore::DrawInfo *drawInfo(void);
318 MagickCore::ImageInfo *imageInfo(void);
319 MagickCore::QuantizeInfo *quantizeInfo(void);
322 Options(const MagickCore::ImageInfo *imageInfo_,
323 const MagickCore::QuantizeInfo *quantizeInfo_,
324 const MagickCore::DrawInfo *drawInfo_);
[all …]
DImageRef.h34 ImageRef(MagickCore::Image *image_);
43 MagickCore::Image *&image(void);
58 MagickCore::Image *replacement_);
68 ImageRef(MagickCore::Image *image_,const Options *options_);
75 MagickCore::Image *_image; // ImageMagick Image
DGeometry.h119 Geometry(const MagickCore::RectangleInfo &rectangle_);
122 const Geometry& operator=(const MagickCore::RectangleInfo &rectangle_);
125 operator MagickCore::RectangleInfo() const;
191 operator MagickCore::OffsetInfo() const;
/external/ImageMagick/MagickCore/
DMakefile.am18 MagickCoreincdir = $(INCLUDE_PATH)/MagickCore
19 MagickCoreincarchdir = $(INCLUDEARCH_PATH)/MagickCore
28 MagickCore/MagickCore-config
31 MagickCore/ImageMagick.pc \
32 MagickCore/MagickCore.pc \
33 MagickCore/ImageMagick-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
34 MagickCore/MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
39 MagickCore/MagickCore-config.1
41 MAGICKCORE_LIBS = MagickCore/libMagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.la
53 …K_ABI_SUFFIX@_la_LDFLAGS_VERSION = -Wl,--version-script=$(top_srcdir)/MagickCore/libMagickCore.map
[all …]
DMagickCore-config.in41 @PKG_CONFIG@ --cflags MagickCore
44 @PKG_CONFIG@ --cflags MagickCore
47 @PKG_CONFIG@ --cflags MagickCore
50 @PKG_CONFIG@ --libs MagickCore
53 @PKG_CONFIG@ --libs MagickCore
DMagickCore.pc.in6 libname=MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
9 Name: MagickCore name
10 Description: MagickCore - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@)
/external/ImageMagick/Magick++/lib/
DException.cpp685 std::string Magick::formatExceptionMessage(const MagickCore::ExceptionInfo *exception_) in formatExceptionMessage()
700 Magick::Exception* Magick::createException(const MagickCore::ExceptionInfo *exception_) in createException()
705 case MagickCore::BlobError: in createException()
706 case MagickCore::BlobFatalError: in createException()
708 case MagickCore::BlobWarning: in createException()
710 case MagickCore::CacheError: in createException()
711 case MagickCore::CacheFatalError: in createException()
713 case MagickCore::CacheWarning: in createException()
715 case MagickCore::CoderError: in createException()
716 case MagickCore::CoderFatalError: in createException()
[all …]
DResourceLimits.cpp18 MagickCore::MagickSizeType Magick::ResourceLimits::area(void) in area()
28 MagickCore::MagickSizeType Magick::ResourceLimits::disk(void) in disk()
38 MagickCore::MagickSizeType Magick::ResourceLimits::file(void) in file()
48 MagickCore::MagickSizeType Magick::ResourceLimits::height(void) in height()
58 MagickCore::MagickSizeType Magick::ResourceLimits::listLength(void) in listLength()
68 MagickCore::MagickSizeType Magick::ResourceLimits::map(void) in map()
78 MagickCore::MagickSizeType Magick::ResourceLimits::memory(void) in memory()
88 MagickCore::MagickSizeType Magick::ResourceLimits::thread(void) in thread()
98 MagickCore::MagickSizeType Magick::ResourceLimits::throttle(void) in throttle()
108 MagickCore::MagickSizeType Magick::ResourceLimits::width(void) in width()
DImage.cpp215 MagickCore::Image in Image()
506 image()->storage_class=static_cast<MagickCore::ClassType>(DirectClass); in classType()
516 image()->storage_class=static_cast<MagickCore::ClassType>(PseudoClass); in classType()
540 throwExceptionExplicit(MagickCore::OptionError, in colorMapSize()
552 throwExceptionExplicit(MagickCore::OptionError, in colorMapSize()
709 throwExceptionExplicit(MagickCore::CorruptImageWarning, in directory()
779 MagickCore::MagickSizeType Magick::Image::fileSize(void) const in fileSize()
812 options()->fillPattern(static_cast<MagickCore::Image*>(NULL)); in fillPattern()
818 const MagickCore::Image in fillPattern()
828 MagickCore::Image in fillPattern()
[all …]
DDrawable.cpp69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const in operator ()()
118 void Magick::Drawable::operator()(MagickCore::DrawingWand * context_) const in operator ()()
167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
196 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
209 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const in operator ()()
223 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
250 void Magick::DrawableBezier::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
293 MagickCore::DrawingWand *context_) const in operator ()()
335 MagickCore::DrawingWand * context_) const in operator ()()
367 MagickCore::DrawingWand * context_) const in operator ()()
[all …]
DFunctions.cpp26 MagickCore::CloneString(destination_,source_.c_str()); in CloneString()
31 MagickCore::SetOpenCLEnabled(MagickFalse); in DisableOpenCL()
39 status=MagickCore::SetOpenCLEnabled(MagickTrue) != MagickFalse; in EnableOpenCL()
45 MagickCore::MagickCoreGenesis(path_,MagickFalse); in InitializeMagick()
52 MagickCore::SetRandomSecretKey(seed); in SetRandomSeed()
61 status=MagickCore::SetMagickSecurityPolicy(policy_.c_str(), in SetSecurityPolicy()
72 MagickCore::MagickCoreTerminus(); in TerminateMagick()
DThread.cpp35 throwExceptionExplicit(MagickCore::OptionError,"mutex initialization failed", in MutexLock()
54 throwExceptionExplicit(MagickCore::OptionError,
84 throwExceptionExplicit(MagickCore::OptionError,"mutex lock failed", in lock()
90 throwExceptionExplicit(MagickCore::OptionError,"mutex lock failed"); in lock()
103 throwExceptionExplicit(MagickCore::OptionError,"mutex unlock failed", in unlock()
109 throwExceptionExplicit(MagickCore::OptionError,"mutex unlock failed"); in unlock()
DImageRef.cpp29 Magick::ImageRef::ImageRef(MagickCore::Image *image_) in ImageRef()
40 if (_image != (MagickCore::Image*) NULL) in ~ImageRef()
57 throwExceptionExplicit(MagickCore::OptionError, in decrease()
66 MagickCore::Image *&Magick::ImageRef::image(void) in image()
101 MagickCore::Image *replacement_) in replaceImage()
111 if (imgRef->_image != (MagickCore::Image*) NULL) in replaceImage()
148 Magick::ImageRef::ImageRef(MagickCore::Image *image_,const Options *options_) in ImageRef()
DStatistic.cpp102 const MagickCore::ChannelMoments *channelMoments_) in ChannelMoments()
264 const MagickCore::ChannelPerceptualHash *channelPerceptualHash_) in ChannelPerceptualHash()
403 const MagickCore::ChannelStatistics *channelStatistics_) in ChannelStatistics()
451 MagickCore::ChannelMoments* in ImageMoments()
456 if (channel_moments != (MagickCore::ChannelMoments *) NULL) in ImageMoments()
474 channel_moments=(MagickCore::ChannelMoments *) RelinquishMagickMemory( in ImageMoments()
574 MagickCore::ChannelPerceptualHash* in ImagePerceptualHash()
583 if (channel_perceptual_hash != (MagickCore::ChannelPerceptualHash *) NULL) in ImagePerceptualHash()
597 channel_perceptual_hash=(MagickCore::ChannelPerceptualHash *) in ImagePerceptualHash()
633 MagickCore::ChannelStatistics* in ImageStatistics()
[all …]
DOptions.cpp246 fillPattern((const MagickCore::Image*) NULL); in fillColor()
255 void Magick::Options::fillPattern(const MagickCore::Image *fillPattern_) in fillPattern()
263 _drawInfo->fill_pattern=CloneImage(const_cast<MagickCore::Image*>( in fillPattern()
270 const MagickCore::Image *Magick::Options::fillPattern(void) const in fillPattern()
403 throwExceptionExplicit(MagickCore::OptionError,"Unrecognized image format", in magick()
488 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const in quantizeDitherMethod()
571 strokePattern((const MagickCore::Image*) NULL); in strokeColor()
595 throwExceptionExplicit(MagickCore::ResourceLimitError, in strokeDashArray()
648 void Magick::Options::strokePattern(const MagickCore::Image *strokePattern_) in strokePattern()
656 _drawInfo->stroke_pattern=CloneImage(const_cast<MagickCore::Image*>( in strokePattern()
[all …]
DGeometry.cpp275 throwExceptionExplicit(MagickCore::OptionError, in operator std::string()
438 Magick::Geometry::Geometry(const MagickCore::RectangleInfo &rectangle_) in Geometry()
454 const MagickCore::RectangleInfo &rectangle_) in operator =()
464 Magick::Geometry::operator MagickCore::RectangleInfo() const in operator MagickCore::RectangleInfo()
525 MagickCore::GeometryInfo in operator =()
528 MagickCore::MagickStatusType in operator =()
534 if ((flags & MagickCore::SigmaValue) == 0) in operator =()
566 Magick::Offset::operator MagickCore::OffsetInfo() const in operator MagickCore::OffsetInfo()
631 MagickCore::GeometryInfo in operator =()
634 MagickCore::MagickStatusType in operator =()
[all …]
/external/ImageMagick/
DMakefile.in300 config/MagickCore.dox config/MagickWand.dox \
305 MagickCore/ImageMagick.pc Magick++/lib/Magick++.pc \
306 MagickCore/MagickCore-config MagickCore/MagickCore.pc \
307 MagickCore/version.h magick.sh PerlMagick/check.sh \
417 MagickCore/MagickCore.h MagickCore/accelerate.c \
418 MagickCore/accelerate-private.h \
419 MagickCore/accelerate-kernels-private.h MagickCore/animate.c \
420 MagickCore/animate.h MagickCore/animate-private.h \
421 MagickCore/annotate.c MagickCore/annotate.h \
422 MagickCore/artifact.c MagickCore/artifact.h \
[all …]
Dandroidconfigure33 mkdir -p configs/${ARCH}/MagickCore
34 mv MagickCore/version.h configs/${ARCH}/MagickCore/
35 mv MagickCore/magick-baseconfig.h configs/${ARCH}/MagickCore/
DMakefile.am20 topincludedir = @includedir@/MagickCore
35 DISTCLEANFILES = _configs.sed MagickCore/magick-baseconfig.h
142 include MagickCore/Makefile.am
244 DOCDIRSDOXYGEN = www/api/MagickCore www/api/MagickWand
277 magick-version: MagickCore/version.h
282 cmp MagickCore/version.h $(srcdir)/MagickCore/version.h > /dev/null ; \
285 cp MagickCore/version.h $(srcdir)/MagickCore/version.h ; \
314 cd config && doxygen MagickCore.dox
DImageMagick.spec.in32 …en in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand …
156 …TALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/MagickCore/.libs' LDDLFLAGS='-shared -L$PWD/Magic…
216 multilibFileVersions %{buildroot}%{_includedir}/%{name}-7/MagickCore/magick-config.h
217 multilibFileVersions %{buildroot}%{_includedir}/%{name}-7/MagickCore/magick-baseconfig.h
218 multilibFileVersions %{buildroot}%{_includedir}/%{name}-7/MagickCore/version.h
250 %{_bindir}/MagickCore-config
254 %{_libdir}/pkgconfig/MagickCore.pc
255 %{_libdir}/pkgconfig/MagickCore-7.Q16HDRI.pc
261 %{_includedir}/%{name}-7/MagickCore
263 %{_mandir}/man1/MagickCore-config.*
/external/ImageMagick/www/Magick++/
DImage.fig14 4 2 0 0 0 0 8 0.0000 4 135 1785 7350 4575 MagickCore::ImageInfo* _imageInfo\001
15 4 2 0 0 0 0 8 0.0000 4 135 2040 7350 4800 MagickCore::QuantizeInfo* _quantizeInfo\001
16 4 2 0 0 0 0 8 0.0000 4 135 1875 7350 5025 MagickCore::QuantizeInfo* _drawInfo\001
82 4 1 0 0 0 0 10 0.0000 4 135 1725 8700 3525 struct MagickCore::ImageInfo\001
83 4 1 0 0 0 0 10 0.0000 4 135 1890 8700 4425 struct MagickCore::QuantizeInfo\001
86 4 2 0 0 0 0 8 0.0000 4 135 1665 4725 2475 struct MagickCore::Image* _image\001
87 4 1 0 0 0 0 10 0.0000 4 135 1680 8700 5325 struct MagickCore::DrawInfo\001
94 4 1 0 0 0 0 10 0.0000 4 135 1485 6450 2025 struct MagickCore::Image\001
/external/ImageMagick/Magick++/fuzz/
Dhuffman_decode_fuzzer.cc7 namespace MagickCore namespace
14 MagickCore::AttachBlob(image.image()->blob,(const void *) Data,Size); in LLVMFuzzerTestOneInput()
17 exceptionInfo=MagickCore::AcquireExceptionInfo(); in LLVMFuzzerTestOneInput()
19 (void) MagickCore::DestroyExceptionInfo(exceptionInfo); in LLVMFuzzerTestOneInput()

123