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

1 2 3 4 5 6

  /external/ImageMagick/MagickCore/
magick.h 94 } MagickInfo;
100 *GetMagickDescription(const MagickInfo *),
101 *GetMagickMimeType(const MagickInfo *);
104 *GetImageDecoder(const MagickInfo *);
107 *GetImageEncoder(const MagickInfo *);
115 GetMagickAdjoin(const MagickInfo *),
116 GetMagickBlobSupport(const MagickInfo *),
117 GetMagickDecoderThreadSupport(const MagickInfo *),
118 GetMagickEncoderThreadSupport(const MagickInfo *),
119 GetMagickEndianSupport(const MagickInfo *),
    [all...]
magick.c 153 % AcquireMagickInfo() allocates a MagickInfo structure and initializes the
158 % MagickInfo *AcquireMagickInfo(const char *module, const char *name,)
163 % with the MagickInfo structure.
166 % with the MagickInfo structure.
169 % associated with the MagickInfo structure.
172 MagickExport MagickInfo *AcquireMagickInfo(const char *module,
175 MagickInfo
182 magick_info=(MagickInfo *) AcquireMagickMemory(sizeof(*magick_info));
183 if (magick_info == (MagickInfo *) NULL)
212 % DecodeImageHandler *GetImageDecoder(const MagickInfo *magick_info
    [all...]
constitute.c 376 const MagickInfo
432 if (magick_info != (const MagickInfo *) NULL)
448 if ((magick_info != (const MagickInfo *) NULL) &&
484 if ((magick_info == (const MagickInfo *) NULL) ||
496 if ((magick_info != (const MagickInfo *) NULL) &&
544 if ((magick_info == (const MagickInfo *) NULL) ||
    [all...]
  /external/ImageMagick/coders/
x.c 139 MagickInfo
fd.c 157 MagickInfo
info.c 99 MagickInfo
mpr.c 136 MagickInfo
thumbnail.c 95 MagickInfo
tile.c 170 MagickInfo
inline.c 213 MagickInfo
290 const MagickInfo
323 if ((magick_info == (const MagickInfo *) NULL) ||
clip.c 158 MagickInfo
dot.c 197 MagickInfo
hald.c 196 MagickInfo
matte.c 96 MagickInfo
null.c 183 MagickInfo
xc.c 189 MagickInfo
cip.c 101 MagickInfo
debug.c 105 MagickInfo
gradient.c 212 MagickInfo
mac.c 277 MagickInfo
mask.c 157 MagickInfo
mvg.c 253 MagickInfo
pix.c 278 MagickInfo
plasma.c 242 MagickInfo
  /external/ImageMagick/Magick++/lib/
CoderInfo.cpp 55 const Magick::MagickInfo
56 *magickInfo;
59 magickInfo=GetMagickInfo(name_.c_str(),exceptionInfo);
61 if (magickInfo == 0)
66 _decoderThreadSupport=(GetMagickDecoderThreadSupport(magickInfo) ==
68 _description=std::string(magickInfo->description);
69 _encoderThreadSupport=(GetMagickEncoderThreadSupport(magickInfo) ==
71 _isMultiFrame=(GetMagickAdjoin(magickInfo) == MagickTrue) ? true : false;
72 _isReadable=((magickInfo->decoder == (MagickCore::DecodeImageHandler *)
74 _isWritable=((magickInfo->encoder == (MagickCore::EncodeImageHandler *
    [all...]

Completed in 496 milliseconds

1 2 3 4 5 6