HomeSort by relevance Sort by last modified time
    Searched refs:MagickCore (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/ImageMagick/Magick++/lib/Magick++/
Include.h 14 # include "MagickCore/magick-config.h"
35 // Include ImageMagick headers into namespace "MagickCore". If
40 namespace MagickCore
42 #include <MagickCore/MagickCore.h>
278 using MagickCore::Quantum;
279 using MagickCore::MagickRealType;
280 using MagickCore::MagickSizeType;
281 using MagickCore::MagickStatusType;
284 using MagickCore::AffineMatrix
    [all...]
ImageRef.h 34 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
TypeMetric.h 55 MagickCore::TypeMetric _typeMetric;
Drawable.h 98 public std::unary_function<MagickCore::DrawingWand,void>
109 virtual void operator()(MagickCore::DrawingWand *) const;
139 void operator()(MagickCore::DrawingWand *) const;
172 virtual void operator()( MagickCore::DrawingWand *context_ ) const = 0;
202 void operator()( MagickCore::DrawingWand *context_ ) const;
251 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
312 MagickCore::AffineMatrix _affine;
330 void operator()(MagickCore::DrawingWand *context_) const;
390 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
472 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const
    [all...]
STL.h 888 MagickCore::ImageInfo *imageInfo(void);
895 MagickCore::ImageInfo *_imageInfo;
    [all...]
Options.h 109 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...]
Statistic.h 66 const MagickCore::ChannelMoments *channelMoments_);
121 const MagickCore::ChannelPerceptualHash *channelPerceptualHash_);
198 const MagickCore::ChannelStatistics *channelStatistics_);
Geometry.h 119 Geometry(const MagickCore::RectangleInfo &rectangle_);
122 const Geometry& operator=(const MagickCore::RectangleInfo &rectangle_);
125 operator MagickCore::RectangleInfo() const;
191 operator MagickCore::OffsetInfo() const;
Montage.h 93 virtual void updateMontageInfo(MagickCore::MontageInfo &montageInfo_) const;
144 void updateMontageInfo(MagickCore::MontageInfo &montageInfo_) const;
  /external/ImageMagick/MagickCore/
MagickCore-config.in 3 # Configure options script for re-calling MagickCore compilation options
4 # required to use the MagickCore library.
11 Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2
41 pkg-config --cflags MagickCore
44 pkg-config --cflags MagickCore
47 pkg-config --cflags MagickCore
50 pkg-config --libs MagickCore
53 pkg-config --libs MagickCore
channel.h 16 MagickCore image channel methods.
21 #include <MagickCore/image.h>
  /external/ImageMagick/Magick++/lib/
Functions.cpp 26 MagickCore::CloneString(destination_,source_.c_str());
31 MagickCore::SetOpenCLEnabled(MagickFalse);
39 status=MagickCore::SetOpenCLEnabled(MagickTrue) != MagickFalse;
45 MagickCore::MagickCoreGenesis(path_,MagickFalse);
52 MagickCore::SetRandomSecretKey(seed);
60 MagickCore::MagickCoreTerminus();
Thread.cpp 35 throwExceptionExplicit(MagickCore::OptionError,"mutex initialization failed",
54 throwExceptionExplicit(MagickCore::OptionError,
73 throwExceptionExplicit(MagickCore::OptionError,"mutex destruction failed",
79 throwExceptionExplicit(MagickCore::OptionError,"mutex destruction failed");
92 throwExceptionExplicit(MagickCore::OptionError,"mutex lock failed",
98 throwExceptionExplicit(MagickCore::OptionError,"mutex lock failed");
111 throwExceptionExplicit(MagickCore::OptionError,"mutex unlock failed",
117 throwExceptionExplicit(MagickCore::OptionError,"mutex unlock failed");
Exception.cpp 686 std::string Magick::formatExceptionMessage(const MagickCore::ExceptionInfo *exception_)
701 Magick::Exception* Magick::createException(const MagickCore::ExceptionInfo *exception_)
706 case MagickCore::BlobError:
707 case MagickCore::BlobFatalError:
709 case MagickCore::BlobWarning:
711 case MagickCore::CacheError:
712 case MagickCore::CacheFatalError:
714 case MagickCore::CacheWarning:
716 case MagickCore::CoderError:
717 case MagickCore::CoderFatalError
    [all...]
ResourceLimits.cpp 18 MagickCore::MagickSizeType Magick::ResourceLimits::area(void)
28 MagickCore::MagickSizeType Magick::ResourceLimits::disk(void)
38 MagickCore::MagickSizeType Magick::ResourceLimits::file(void)
48 MagickCore::MagickSizeType Magick::ResourceLimits::height(void)
58 MagickCore::MagickSizeType Magick::ResourceLimits::map(void)
68 MagickCore::MagickSizeType Magick::ResourceLimits::memory(void)
78 MagickCore::MagickSizeType Magick::ResourceLimits::thread(void)
88 MagickCore::MagickSizeType Magick::ResourceLimits::throttle(void)
98 MagickCore::MagickSizeType Magick::ResourceLimits::width(void)
ImageRef.cpp 29 Magick::ImageRef::ImageRef(MagickCore::Image *image_)
40 if (_image != (MagickCore::Image*) NULL)
57 throwExceptionExplicit(MagickCore::OptionError,
66 MagickCore::Image *&Magick::ImageRef::image(void)
101 MagickCore::Image *replacement_)
111 if (imgRef->_image != (MagickCore::Image*) NULL)
148 Magick::ImageRef::ImageRef(MagickCore::Image *image_,const Options *options_)
Image.cpp 215 MagickCore::Image
511 image()->storage_class=static_cast<MagickCore::ClassType>(DirectClass);
521 image()->storage_class=static_cast<MagickCore::ClassType>(PseudoClass);
545 throwExceptionExplicit(MagickCore::OptionError,
557 throwExceptionExplicit(MagickCore::OptionError,
720 throwExceptionExplicit(MagickCore::CorruptImageWarning,
783 MagickCore::MagickSizeType Magick::Image::fileSize(void) const
816 options()->fillPattern(static_cast<MagickCore::Image*>(NULL));
822 const MagickCore::Image
832 MagickCore::Imag
    [all...]
Drawable.cpp 69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const
118 void Magick::Drawable::operator()(MagickCore::DrawingWand * context_) const
167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const
227 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const
240 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const
254 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const
281 void Magick::DrawableBezier::operator()( MagickCore::DrawingWand * context_ ) const
324 MagickCore::DrawingWand *context_) const
366 MagickCore::DrawingWand * context_) const
398 MagickCore::DrawingWand * context_) cons
    [all...]
CoderInfo.cpp 62 throwExceptionExplicit(MagickCore::OptionError,"Coder not found",
72 _isReadable=((magickInfo->decoder == (MagickCore::DecodeImageHandler *)
74 _isWritable=((magickInfo->encoder == (MagickCore::EncodeImageHandler *)
BlobRef.cpp 53 throwExceptionExplicit(MagickCore::OptionError,
Options.cpp 242 fillPattern((const MagickCore::Image*) NULL);
251 void Magick::Options::fillPattern(const MagickCore::Image *fillPattern_)
259 _drawInfo->fill_pattern=CloneImage(const_cast<MagickCore::Image*>(
266 const MagickCore::Image *Magick::Options::fillPattern(void) const
398 throwExceptionExplicit(MagickCore::OptionError,"Unrecognized image format",
484 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const
567 strokePattern((const MagickCore::Image*) NULL);
641 void Magick::Options::strokePattern(const MagickCore::Image *strokePattern_)
649 _drawInfo->stroke_pattern=CloneImage(const_cast<MagickCore::Image*>(
655 const MagickCore::Image *Magick::Options::strokePattern(void) cons
    [all...]
Statistic.cpp 102 const MagickCore::ChannelMoments *channelMoments_)
264 const MagickCore::ChannelPerceptualHash *channelPerceptualHash_)
403 const MagickCore::ChannelStatistics *channelStatistics_)
451 MagickCore::ChannelMoments*
456 if (channel_moments != (MagickCore::ChannelMoments *) NULL)
474 channel_moments=(MagickCore::ChannelMoments *) RelinquishMagickMemory(
574 MagickCore::ChannelPerceptualHash*
583 if (channel_perceptual_hash != (MagickCore::ChannelPerceptualHash *) NULL)
597 channel_perceptual_hash=(MagickCore::ChannelPerceptualHash *)
633 MagickCore::ChannelStatistics
    [all...]
Geometry.cpp 275 throwExceptionExplicit(MagickCore::OptionError,
438 Magick::Geometry::Geometry(const MagickCore::RectangleInfo &rectangle_)
454 const MagickCore::RectangleInfo &rectangle_)
464 Magick::Geometry::operator MagickCore::RectangleInfo() const
525 MagickCore::GeometryInfo
528 MagickCore::MagickStatusType
534 if ((flags & MagickCore::SigmaValue) == 0)
566 Magick::Offset::operator MagickCore::OffsetInfo() const
631 MagickCore::GeometryInfo
634 MagickCore::MagickStatusTyp
    [all...]
  /external/ImageMagick/MagickWand/tests/
Makefile 4 CFLAGS=-I$(SRC) -L$(SRC)/MagickWand/.libs -L$(SRC)/MagickCore/.libs
  /external/ImageMagick/www/source/
core.c 5 #include <magick/MagickCore.h>

Completed in 1380 milliseconds

1 2 3 4